Skip to content

Commit 4839249

Browse files
committed
chore: update useNodeWorker
1 parent d404694 commit 4839249

File tree

7 files changed

+245
-2349
lines changed

7 files changed

+245
-2349
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"*.css": "postcss"
1010
},
1111
"unocss.root": ["playground"],
12-
"editor.inlineSuggest.showToolbar": "onHover"
12+
"editor.inlineSuggest.showToolbar": "always"
1313
}

jsr.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "@simon/utils",
3+
"version": "0.0.0",
4+
"exports": "./src/index.ts",
5+
"license": "MIT",
6+
"funding": "https://github.com/sponsors/Simon-He95",
7+
"homepage": "https://github.com/Simon-He95/vitesse-jsr#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/Simon-He95/vitesse-jsr.git"
11+
},
12+
"bugs": "https://github.com/Simon-He95/vitesse-jsr/issues",
13+
"exclude": [
14+
"tsup.config.ts",
15+
"eslint.config.js",
16+
"pnpm-lock.yaml",
17+
"tests/**"
18+
]
19+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazy-js-utils",
3-
"version": "0.0.85",
3+
"version": "0.0.86",
44
"packageManager": "pnpm@7.6.0",
55
"description": "js-tool",
66
"author": "Simon He",

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"serve": "node ./server/index.js"
1313
},
1414
"dependencies": {
15-
"@nuxt/ui": "^2.9.0",
1615
"@vueuse/core": "^8.1.1",
1716
"ant-design-vue": "^4.0.3",
17+
"vant": "^4.8.5",
1818
"vue": "^3.2.31",
1919
"vue-router": "^4.0.14"
2020
},

0 commit comments

Comments
 (0)