We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb6e5 commit cac8ca1Copy full SHA for cac8ca1
examples/boxes/index.js
@@ -1,4 +1,4 @@
1
-import diff from "https://unpkg.com/diff-dom-streaming@0.6.0";
+import diff from "https://unpkg.com/diff-dom-streaming@0.6.1";
2
3
async function diffStreamReader(e) {
4
e?.preventDefault();
examples/spa-like/code.js
@@ -11,7 +11,7 @@ function spaNavigation(event) {
11
12
if (res.ok) {
13
const diffModule = await import(
14
- "https://unpkg.com/diff-dom-streaming@0.6.0"
+ "https://unpkg.com/diff-dom-streaming@0.6.1"
15
);
16
const diff = diffModule.default;
17
registerCurrentScripts();
0 commit comments