@sulala/agent-os 0.1.10 → 0.1.11
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sulala/agent-os",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
"cli": "bun run src/cli.ts",
|
|
20
20
|
"sulala": "bun run src/cli.ts",
|
|
21
21
|
"setup": "mkdir -p ~/.agent-os/agents && cp examples/echo-agent.json ~/.agent-os/agents/",
|
|
22
|
-
"prepublishOnly": "bun run build && (cd dashboard && npm install && VITE_AGENT_OS_API= npm run build)"
|
|
23
|
-
"prepack": "node -e \"const fs=require('fs'); const p='.npmignore'; const c='# Prevent .gitignore from excluding dist/ and dashboard/dist/\\n.env\\n.env.*\\n!.env.example\\nnote.txt\\nroadmap.md\\ndoc/\\ndocs/\\nexamples/\\nexample/\\ndist-check/\\nsrc/\\n*.ts\\n.vscode/\\n.idea\\n.DS_Store\\n*.log\\ndatabase/\\n'; if(!fs.existsSync(p)) fs.writeFileSync(p,c);\""
|
|
22
|
+
"prepublishOnly": "bun run build && (cd dashboard && npm install && VITE_AGENT_OS_API= npm run build)"
|
|
24
23
|
},
|
|
25
24
|
"files": [
|
|
26
25
|
"dist",
|