desktop-pet-app 0.2.1 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desktop-pet-app",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AI desktop pet with MCP support and a self-hosted relay server",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -32,11 +32,9 @@
32
32
  "e2e:codebuddy:context": "node scripts/e2e-codebuddy-context-round.mjs",
33
33
  "typecheck": "tsc --noEmit",
34
34
  "test": "vitest run",
35
- "package:mac": "npm run build && electron-builder --mac pkg --publish never",
35
+ "package:mac": "npm run build && node scripts/prepare-electron-builder.mjs && electron-builder --mac pkg --publish never; node scripts/prepare-electron-builder.mjs --restore",
36
36
  "pack:check": "npm pack --dry-run",
37
- "prepack": "npm run build && node scripts/prepare-npm-package.mjs",
38
- "postpack": "node scripts/prepare-npm-package.mjs --restore",
39
- "recover:npm-package": "node scripts/prepare-npm-package.mjs --restore",
37
+ "prepack": "npm run build",
40
38
  "prepublishOnly": "npm run typecheck && npm test && npm run pack:check"
41
39
  },
42
40
  "build": {