clauddy 1.10.0 → 1.10.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clauddy",
|
|
3
3
|
"desktopName": "clauddy.desktop",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.1",
|
|
5
5
|
"description": "A cute desktop pet that tracks your Claude Code usage",
|
|
6
6
|
"main": "main.js",
|
|
7
7
|
"bin": {
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "electron .",
|
|
21
21
|
"pack": "node scripts/build-app.js --dir",
|
|
22
|
-
"dist": "node scripts/build-app.js --mac zip",
|
|
23
|
-
"dist:win": "node scripts/build-app.js --win zip",
|
|
24
|
-
"dist:linux": "node scripts/build-app.js --linux",
|
|
22
|
+
"dist": "node scripts/build-app.js --mac zip --publish never",
|
|
23
|
+
"dist:win": "node scripts/build-app.js --win zip --publish never",
|
|
24
|
+
"dist:linux": "node scripts/build-app.js --linux --publish never",
|
|
25
25
|
"icon": "bash build-icon.sh",
|
|
26
26
|
"gifs": "electron tools/capture/capture.js",
|
|
27
27
|
"format": "biome format --write .",
|