electronup 0.2.0 → 0.2.1

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.
@@ -16,7 +16,7 @@ import electron from "electron";
16
16
  import { getPortPromise } from "portfinder";
17
17
 
18
18
  //#region package.json
19
- var version = "0.2.0";
19
+ var version = "0.2.1";
20
20
 
21
21
  //#endregion
22
22
  //#region utils/dirs.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electronup",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "融合构建 electron 应用需要的构建工具,保留原有配置习惯的命令行工具 ",
5
5
  "author": "quiteer",
6
6
  "license": "MIT",
@@ -24,9 +24,8 @@
24
24
  },
25
25
  "exports": {
26
26
  ".": {
27
- "types": "./dist/index.d.mts",
28
- "import": "./dist/index.mjs",
29
- "require": "./dist/index.mjs"
27
+ "types": "./dist/client/index.d.mts",
28
+ "import": "./dist/client/index.mjs"
30
29
  }
31
30
  },
32
31
  "main": "dist/client/index.mjs",
@@ -44,7 +43,7 @@
44
43
  "vue": ">= 3"
45
44
  },
46
45
  "dependencies": {
47
- "@clack/prompts": "^1.0.1",
46
+ "@clack/prompts": "^1.1.0",
48
47
  "@quiteer/parser-config": "^1.0.3",
49
48
  "cac": "^7.0.0",
50
49
  "dotenv": "^17.3.1",
package/dev.ts DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env tsx
2
-
3
- import './cli'