@polderlabs/bizar 10.23.0 → 10.23.1
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polderlabs/bizar",
|
|
3
|
-
"version": "10.23.
|
|
3
|
+
"version": "10.23.1",
|
|
4
4
|
"description": "Autonomous, human-in-the-loop multi-agent harness for Claude Code with guarded workflows, typed SDK primitives, and MCP tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"typecheck": "tsc --noEmit",
|
|
38
38
|
"build:sdk": "node scripts/build-sdk.mjs",
|
|
39
|
-
"test:sdk": "
|
|
40
|
-
"test:sdk:watch": "
|
|
39
|
+
"test:sdk": "vitest run --root packages/sdk",
|
|
40
|
+
"test:sdk:watch": "vitest --root packages/sdk",
|
|
41
41
|
"test:node": "node scripts/run-node-tests.mjs",
|
|
42
42
|
"test": "npm run build:sdk && npm run test:sdk && npm run test:node",
|
|
43
43
|
"build": "npm run build:sdk",
|