openpalm 0.11.0-rc.6 → 0.11.0
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openpalm",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"description": "OpenPalm CLI — install and manage a self-hosted OpenPalm stack",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"test": "bun test",
|
|
23
23
|
"test:e2e": "npx playwright test",
|
|
24
24
|
"wizard:local": "bun run src/main.ts install --no-start --force",
|
|
25
|
-
"_build_note": "CI runs 'bun run ui:build:tar' from repo root before any build:* target. The prebuild hook below is npm-only; Bun does not run lifecycle hooks.",
|
|
26
|
-
"prebuild": "cd ../ui && npm run build && npm run build:tar",
|
|
27
25
|
"build": "bun build src/main.ts --compile --outfile dist/openpalm-cli",
|
|
28
26
|
"build:linux-x64": "bun build src/main.ts --compile --target=bun-linux-x64 --outfile dist/openpalm-cli-linux-x64",
|
|
29
27
|
"build:linux-arm64": "bun build src/main.ts --compile --target=bun-linux-arm64 --outfile dist/openpalm-cli-linux-arm64",
|
|
@@ -36,7 +34,7 @@
|
|
|
36
34
|
"bun": ">=1.0.0"
|
|
37
35
|
},
|
|
38
36
|
"dependencies": {
|
|
39
|
-
"@openpalm/lib": ">=0.11.0
|
|
37
|
+
"@openpalm/lib": ">=0.11.0 <1.0.0",
|
|
40
38
|
"citty": "^0.2.1",
|
|
41
39
|
"yaml": "^2.8.0"
|
|
42
40
|
}
|