@standardagents/builder 0.10.0 → 0.10.1-dev.114898

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": "@standardagents/builder",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-dev.114898",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "restricted",
@@ -53,22 +53,7 @@
53
53
  "client.d.ts",
54
54
  "client"
55
55
  ],
56
- "scripts": {
57
- "build": "pnpm build:ui && pnpm build:code",
58
- "build:code": "tsup",
59
- "build:ui": "vite build --config vite.config.ui.ts",
60
- "build:ui:test": "KEEP_TEST_IDS=true vite build --config vite.config.ui.ts",
61
- "dev": "tsup --watch",
62
- "dev:ui": "vite --config vite.config.ui.ts --port 5177",
63
- "typecheck": "tsc --noEmit",
64
- "test": "vitest",
65
- "test:unit": "vitest --config vitest.config.ts",
66
- "test:integration": "vitest --config vitest.workerd.config.ts",
67
- "test:watch": "vitest --watch",
68
- "test:coverage": "vitest run --coverage"
69
- },
70
56
  "dependencies": {
71
- "@cf-wasm/photon": "^0.3.4",
72
57
  "@formkit/drag-and-drop": "^0.5.3",
73
58
  "@jsquash/avif": "^2.1.1",
74
59
  "@jsquash/jpeg": "^1.6.0",
@@ -82,7 +67,8 @@
82
67
  "vue": "^3.5.13",
83
68
  "vue-router": "^4.5.0",
84
69
  "zod": "^4.0.17",
85
- "zodown": "^0.2.1"
70
+ "zodown": "^0.2.1",
71
+ "@standardagents/sip": "0.10.0"
86
72
  },
87
73
  "devDependencies": {
88
74
  "@cloudflare/vitest-pool-workers": "^0.10.14",
@@ -108,5 +94,19 @@
108
94
  "peerDependencies": {
109
95
  "vite": "^7.0.0",
110
96
  "zod": "^3.0.0 || ^4.0.0"
97
+ },
98
+ "scripts": {
99
+ "build": "pnpm build:ui && pnpm build:code",
100
+ "build:code": "tsup",
101
+ "build:ui": "vite build --config vite.config.ui.ts",
102
+ "build:ui:test": "KEEP_TEST_IDS=true vite build --config vite.config.ui.ts",
103
+ "dev": "tsup --watch",
104
+ "dev:ui": "vite --config vite.config.ui.ts --port 5177",
105
+ "typecheck": "tsc --noEmit",
106
+ "test": "vitest",
107
+ "test:unit": "vitest --config vitest.config.ts",
108
+ "test:integration": "vitest --config vitest.workerd.config.ts",
109
+ "test:watch": "vitest --watch",
110
+ "test:coverage": "vitest run --coverage"
111
111
  }
112
- }
112
+ }