Skip to content

Commit

Permalink
chore: update useNodeWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Mar 4, 2024
1 parent d404694 commit 4839249
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 2,349 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"*.css": "postcss"
},
"unocss.root": ["playground"],
"editor.inlineSuggest.showToolbar": "onHover"
"editor.inlineSuggest.showToolbar": "always"
}
19 changes: 19 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@simon/utils",
"version": "0.0.0",
"exports": "./src/index.ts",
"license": "MIT",
"funding": "https://github.com/sponsors/Simon-He95",
"homepage": "https://github.com/Simon-He95/vitesse-jsr#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Simon-He95/vitesse-jsr.git"
},
"bugs": "https://github.com/Simon-He95/vitesse-jsr/issues",
"exclude": [
"tsup.config.ts",
"eslint.config.js",
"pnpm-lock.yaml",
"tests/**"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazy-js-utils",
"version": "0.0.85",
"version": "0.0.86",
"packageManager": "pnpm@7.6.0",
"description": "js-tool",
"author": "Simon He",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"serve": "node ./server/index.js"
},
"dependencies": {
"@nuxt/ui": "^2.9.0",
"@vueuse/core": "^8.1.1",
"ant-design-vue": "^4.0.3",
"vant": "^4.8.5",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
Expand Down

0 comments on commit 4839249

Please sign in to comment.