khal-os 1.260327.9 → 1.260402.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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "khal-os",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.260402.2",
|
|
4
4
|
"bin": {
|
|
5
|
-
"khal-os": "./packages/npx-cli/bin/cli.
|
|
5
|
+
"khal-os": "./packages/npx-cli/bin/cli.cjs"
|
|
6
6
|
},
|
|
7
7
|
"files": [
|
|
8
8
|
"packages/npx-cli/bin/",
|
|
@@ -10,15 +10,16 @@
|
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"dev": "next dev --port 8888",
|
|
13
|
-
"build": "NEXT_PRIVATE_BUILD_WORKER=false next build",
|
|
13
|
+
"build": "npx tsx scripts/build-apps.ts && NEXT_PRIVATE_BUILD_WORKER=false next build",
|
|
14
14
|
"start": "next start --port 8888",
|
|
15
|
-
"postinstall": "node packages/npx-cli/install.cjs",
|
|
15
|
+
"postinstall": "node packages/npx-cli/install.cjs && chmod +x node_modules/.pnpm/node-pty@*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true",
|
|
16
16
|
"pty-server": "node pty-server.mjs",
|
|
17
17
|
"lint": "biome check .",
|
|
18
18
|
"lint:fix": "biome check --write .",
|
|
19
19
|
"knip": "knip",
|
|
20
20
|
"services": "tsx src/lib/service-loader.ts",
|
|
21
21
|
"tauri": "cd tauri && cargo run",
|
|
22
|
+
"tauri:dev": "cd tauri && cargo tauri dev",
|
|
22
23
|
"tauri:build": "cd tauri && cargo build --release",
|
|
23
24
|
"prepare": "husky"
|
|
24
25
|
},
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@types/react-dom": "^19",
|
|
75
76
|
"@types/uuid": "^11.0.0",
|
|
76
77
|
"@types/ws": "^8.18.1",
|
|
78
|
+
"esbuild": "^0.27.4",
|
|
77
79
|
"git-cliff": "^2.12.0",
|
|
78
80
|
"husky": "^9.1.7",
|
|
79
81
|
"knip": "^5.85.0",
|
|
File without changes
|