jivamai 0.1.4-dev.63d462c → 0.1.4-dev.b9d255d

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jivamai",
3
- "version": "0.1.4-dev.63d462c",
3
+ "version": "0.1.4-dev.b9d255d",
4
4
  "description": "Jivam - Desktop UI for the Jiva autonomous AI agent",
5
5
  "main": "dist-server/index.js",
6
6
  "bin": {
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "scripts": {
10
10
  "dev": "concurrently \"vite\" \"cross-env NODE_ENV=development tsx server/index.ts\"",
11
- "build": "vite build && vite build --config vite.server.config.ts",
11
+ "build": "npm run build:unobfuscated && node scripts/obfuscate.js",
12
+ "build:unobfuscated": "vite build && vite build --config vite.server.config.ts",
12
13
  "start": "node dist-server/index.js",
13
14
  "preview": "vite preview"
14
15
  },
@@ -51,6 +52,7 @@
51
52
  "cross-env": "^7.0.3",
52
53
  "electron": "^33.4.11",
53
54
  "electron-builder": "^25.1.8",
55
+ "javascript-obfuscator": "^5.4.3",
54
56
  "postcss": "^8.5.6",
55
57
  "tailwindcss": "^3.4.19",
56
58
  "tsx": "^4.22.4",