@zerwiz/sessrumnir 0.1.13 → 0.1.14
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerwiz/sessrumnir",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Desktop GUI frontend for the Pi coding agent",
|
|
5
5
|
"main": "out/main/index.js",
|
|
6
6
|
"desktopName": "pi-desktop.desktop",
|
|
@@ -39,8 +39,7 @@
|
|
|
39
39
|
"package:win": "electron-vite build && electron-builder --win",
|
|
40
40
|
"package:win:nsis": "electron-vite build && electron-builder --win nsis",
|
|
41
41
|
"package:win:portable": "electron-vite build && electron-builder --win portable",
|
|
42
|
-
"package:all": "electron-vite build && electron-builder --linux --mac --win"
|
|
43
|
-
"postinstall": "node scripts/postinstall.js"
|
|
42
|
+
"package:all": "electron-vite build && electron-builder --linux --mac --win"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
45
|
"@codemirror/lang-cpp": "^6.0.3",
|