Skip to content

Commit 3687bd5

Browse files
committed
build: updating polykey version to fix workers
1 parent c1da10d commit 3687bd5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-Fezvmy/7xK7VzBagVDfyHp6s3YTUz8rra/dnzyLb+so=
1+
sha256-HhXB5SIRl0Z8RUGozF7NHcaOQsvMmUG90iZlUBcbyng=

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"node_modules/sodium-native/prebuilds/win32-x64/node.napi.node"
106106
],
107107
"scripts": [
108-
"dist/polykeyWorker.js"
108+
"dist/polykeyWorkerManifest.js"
109109
]
110110
},
111111
"scripts": {
@@ -166,7 +166,7 @@
166166
"nexpect": "^0.6.0",
167167
"node-gyp-build": "^4.8.4",
168168
"nodemon": "^3.0.1",
169-
"polykey": "^2.0.3",
169+
"polykey": "^2.0.4",
170170
"prettier": "^3.0.0",
171171
"shelljs": "^0.8.5",
172172
"shx": "^0.3.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This re-exports the `polykeyWorker` script.
2+
* This re-exports the `polykeyWorkerManifest` script.
33
* When bundling, the loading for the worker script is relative to the main script directory.
44
* This ensures that the worker script can be referenced by the bundler as an entry point.
55
* @module

0 commit comments

Comments
 (0)