a24z 1.0.31 → 1.0.33
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/dist/index.js +125 -102
- package/dist/index.js.map +3 -3
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a24z",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"description": "AI Agent Observability CLI - Monitor and analyze your AI tool performance",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"build": "NODE_ENV=production rm -rf dist && bun run build.ts",
|
|
17
17
|
"build:dev": "NODE_ENV=development rm -rf dist && bun run build.ts",
|
|
18
18
|
"prepublishOnly": "bun run build",
|
|
19
|
-
"perf:test": "node scripts/perf-test.js"
|
|
19
|
+
"perf:test": "node scripts/perf-test.js",
|
|
20
|
+
"test": "bun test",
|
|
21
|
+
"test:watch": "bun test --watch"
|
|
20
22
|
},
|
|
21
23
|
"keywords": [
|
|
22
24
|
"claude",
|