befly-vscode 1.6.0 → 1.7.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/configs/tsdown.config.js +2 -4
- package/package.json +1 -2
package/configs/tsdown.config.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as path from "node:path";
|
|
2
2
|
|
|
3
|
-
import { defineConfig } from "tsdown";
|
|
4
|
-
|
|
5
3
|
const pkgDir = process.cwd();
|
|
6
4
|
|
|
7
|
-
export default
|
|
5
|
+
export default {
|
|
8
6
|
platform: "node",
|
|
9
7
|
target: "node22",
|
|
10
8
|
format: "esm",
|
|
@@ -20,4 +18,4 @@ export default defineConfig(() => ({
|
|
|
20
18
|
extension: path.join(pkgDir, "extension", "extension.js")
|
|
21
19
|
},
|
|
22
20
|
outDir: path.join(pkgDir, "dist")
|
|
23
|
-
}
|
|
21
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "befly-vscode",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Befly VSCode - VSCode 扩展构建工具集",
|
|
6
6
|
"bin": {
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
28
28
|
"@vscode/vsce": "^3.9.2",
|
|
29
29
|
"javascript-obfuscator": "^5.4.3",
|
|
30
|
-
"tsdown": "^0.22.2",
|
|
31
30
|
"vite-bundle-analyzer": "^1.3.8"
|
|
32
31
|
},
|
|
33
32
|
"engines": {
|