Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jan 4, 2025
1 parent cadb15c commit 2a0f327
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 338 deletions.
2 changes: 1 addition & 1 deletion lib/builtinWorker.html.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function createWorkerBox (options) {
}

if (options.serverUrl && options.appendVersion) {
options.serverUrl = options.serverUrl + '/v6.4.1/';
options.serverUrl = options.serverUrl + '/v6.4.2/';
}

options.serverUrl = options.serverUrl && (new URL(options.serverUrl)).href;
Expand Down
Loading

0 comments on commit 2a0f327

Please sign in to comment.