Skip to content

Commit

Permalink
chore: update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Sep 9, 2024
1 parent 96cb683 commit 5f4e9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/boxes/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import diff from "https://unpkg.com/diff-dom-streaming@latest";
import diff from "https://unpkg.com/diff-dom-streaming@0.6.0";

async function diffStreamReader(e) {
e?.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion examples/spa-like/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function spaNavigation(event) {

if (res.ok) {
const diffModule = await import(
"https://unpkg.com/diff-dom-streaming@0.3.0"
"https://unpkg.com/diff-dom-streaming@0.6.0"
);
const diff = diffModule.default;
registerCurrentScripts();
Expand Down

0 comments on commit 5f4e9d0

Please sign in to comment.