@ytchuan/flowlink 1.0.1 → 1.0.2
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ytchuan/flowlink",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "FlowLink 桌面客户端 - AI 服务调度与管理",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"build:win:portable": "npm run build:ui && electron-builder --win portable",
|
|
30
30
|
"build:mac": "npm run build:ui && electron-builder --mac",
|
|
31
31
|
"build:mac:zip": "npm run build:ui && electron-builder --mac zip",
|
|
32
|
-
"prepack": "npm run build:ui && node scripts/copy-ui.js
|
|
32
|
+
"prepack": "npm run build:ui && node scripts/copy-ui.js",
|
|
33
|
+
"prepublishOnly": "node scripts/manifest-electron.js rewrite",
|
|
33
34
|
"postpack": "node scripts/manifest-electron.js restore",
|
|
34
35
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
35
36
|
"release:publish": "npm version patch && npm publish"
|