Skip to content

Commit

Permalink
Merge pull request #33 from markwylde/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
markwylde authored Oct 1, 2024
2 parents 02b8f75 + 66ece11 commit 0f0485e
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 376 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function createWorkerBox (options) {
}

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

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

0 comments on commit 0f0485e

Please sign in to comment.