Skip to content

Commit

Permalink
update bare client, fix manifest typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Jul 6, 2023
1 parent 6c6115a commit 130ba38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch": "cross-env NODE_ENV=development webpack-cli --watch"
},
"devDependencies": {
"@tomphttp/bare-client": "^2.0.0",
"@tomphttp/bare-client": "^2.0.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-tree": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions src/uv.sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class UVServiceWorker extends Ultraviolet.EventEmitter {
.join(',');
responseCtx.body = `if (!self.__uv && self.importScripts) { ${ultraviolet.createJsInject(
this.address,
this.bareClient.manfiest,
this.bareClient.manifest,
ultraviolet.cookie.serialize(
cookies,
ultraviolet.meta,
Expand Down Expand Up @@ -249,7 +249,7 @@ class UVServiceWorker extends Ultraviolet.EventEmitter {
ultraviolet.clientScript,
ultraviolet.configScript,
this.address,
this.bareClient.manfiest,
this.bareClient.manifest,
ultraviolet.cookie.serialize(
cookies,
ultraviolet.meta,
Expand Down

0 comments on commit 130ba38

Please sign in to comment.