Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2993bc

Browse files
committed
fix: types error
1 parent 73612ff commit b2993bc

File tree

5 files changed

+103
-100
lines changed

5 files changed

+103
-100
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tomjs/vite-plugin-vscode",
33
"type": "module",
44
"version": "5.2.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.26.2",
66
"description": "Use vue/react to develop 'vscode extension webview', supporting esm/cjs",
77
"author": {
88
"name": "Tom Gao",
@@ -26,13 +26,13 @@
2626
"mjs"
2727
],
2828
"exports": {
29-
".": "./dist/index.mjs",
30-
"./webview": "./dist/webview.mjs",
29+
".": "./dist/index.js",
30+
"./webview": "./dist/webview.js",
3131
"./client": "./dist/client.iife.js",
3232
"./env": "./env.d.ts"
3333
},
34-
"module": "./dist/index.mjs",
35-
"types": "./dist/index.d.mts",
34+
"module": "./dist/index.js",
35+
"types": "./dist/index.d.ts",
3636
"files": [
3737
"dist",
3838
"env.d.ts"
@@ -66,7 +66,7 @@
6666
"lodash.clonedeep": "^4.5.0",
6767
"lodash.merge": "^4.6.2",
6868
"node-html-parser": "^7.0.1",
69-
"tsdown": "~0.18.1"
69+
"tsdown": "~0.18.3"
7070
},
7171
"devDependencies": {
7272
"@antfu/eslint-config": "^6.7.1",

0 commit comments

Comments
 (0)