@tomjs/vite-plugin-vscode 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -112,6 +112,7 @@ function preMergeOptions(options) {
112
112
  outDir: "dist-extension",
113
113
  target: ["es2019", "node14"],
114
114
  format: "cjs",
115
+ shims: true,
115
116
  clean: true,
116
117
  dts: false,
117
118
  treeshake: !!isDev,
package/dist/index.mjs CHANGED
@@ -111,6 +111,7 @@ function preMergeOptions(options) {
111
111
  outDir: "dist-extension",
112
112
  target: ["es2019", "node14"],
113
113
  format: "cjs",
114
+ shims: true,
114
115
  clean: true,
115
116
  dts: false,
116
117
  treeshake: !!isDev,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/vite-plugin-vscode",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "The vite plugin for vscode extension, supports esm and cjs.",
5
5
  "keywords": [
6
6
  "vite",
@@ -41,7 +41,7 @@
41
41
  "url": "git+https://github.com/tomjs/vite-plugin-vscode.git"
42
42
  },
43
43
  "dependencies": {
44
- "@tomjs/vscode-extension-webview": "^1.0.3",
44
+ "@tomjs/vscode-extension-webview": "^1.2.0",
45
45
  "dayjs": "^1.11.10",
46
46
  "kolorist": "^1.8.0",
47
47
  "lodash.clonedeep": "^4.5.0",
@@ -57,7 +57,7 @@
57
57
  "@tomjs/tsconfig": "^1.2.1",
58
58
  "@types/lodash.clonedeep": "^4.5.9",
59
59
  "@types/lodash.merge": "^4.6.9",
60
- "@types/node": "^18.19.3",
60
+ "@types/node": "^18.19.4",
61
61
  "cross-env": "^7.0.3",
62
62
  "eslint": "^8.56.0",
63
63
  "husky": "^8.0.3",
@@ -66,7 +66,7 @@
66
66
  "npm-run-all": "^4.1.5",
67
67
  "prettier": "^3.1.1",
68
68
  "rimraf": "^5.0.5",
69
- "stylelint": "^16.0.2",
69
+ "stylelint": "^16.1.0",
70
70
  "tsx": "^4.7.0",
71
71
  "typescript": "~5.3.3"
72
72
  },