Skip to content

Commit cac8ca1

Browse files
committed
chore: update version
1 parent 95cb6e5 commit cac8ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/boxes/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import diff from "https://unpkg.com/diff-dom-streaming@0.6.0";
1+
import diff from "https://unpkg.com/diff-dom-streaming@0.6.1";
22

33
async function diffStreamReader(e) {
44
e?.preventDefault();

examples/spa-like/code.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function spaNavigation(event) {
1111

1212
if (res.ok) {
1313
const diffModule = await import(
14-
"https://unpkg.com/diff-dom-streaming@0.6.0"
14+
"https://unpkg.com/diff-dom-streaming@0.6.1"
1515
);
1616
const diff = diffModule.default;
1717
registerCurrentScripts();

0 commit comments

Comments
 (0)