ps-claw 1.1.0 → 1.1.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 +3 -3
- package/web-ui/public/index.html +949 -1070
- package/web-ui/server.mjs +46 -143
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ps-claw",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "PS Claw - AI Agent Gateway with multi-provider support, web UI, and CLI. Lightweight fork of OpenClaw.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"postinstall": "echo 'Skipping postinstall'",
|
|
252
252
|
"postpack": "echo 'Skipping postpack'",
|
|
253
253
|
"preinstall": "echo 'Skipping preinstall'",
|
|
254
|
-
"prepack": "echo 'Skipping prepack
|
|
254
|
+
"prepack": "echo 'Skipping prepack — dist/ already included in files'",
|
|
255
255
|
"prepare": "echo 'Skipping prepare'",
|
|
256
256
|
"prepush:ci": "bash scripts/prepush-ci.sh",
|
|
257
257
|
"probe:anthropic:prompt": "node --import tsx scripts/anthropic-prompt-probe.ts",
|
|
@@ -596,4 +596,4 @@
|
|
|
596
596
|
"node": ">=22.19.0"
|
|
597
597
|
},
|
|
598
598
|
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
|
|
599
|
-
}
|
|
599
|
+
}
|