@standardagents/builder 0.10.1-dev.b8746e9 → 0.10.1-dev.cea2b66

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.1-dev.b8746e9",
3
+ "version": "0.10.1-dev.cea2b66",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "restricted",
@@ -53,26 +53,8 @@
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
57
  "@formkit/drag-and-drop": "^0.5.3",
72
- "@jsquash/avif": "^2.1.1",
73
- "@jsquash/jpeg": "^1.6.0",
74
- "@jsquash/png": "^3.1.1",
75
- "@standardagents/sip": "workspace:*",
76
58
  "@vueuse/core": "^14.0.0",
77
59
  "lucide-vue-next": "^0.546.0",
78
60
  "monaco-editor": "^0.52.2",
@@ -82,7 +64,8 @@
82
64
  "vue": "^3.5.13",
83
65
  "vue-router": "^4.5.0",
84
66
  "zod": "^4.0.17",
85
- "zodown": "^0.2.1"
67
+ "zodown": "^0.2.1",
68
+ "@standardagents/sip": "0.10.1-dev.cea2b66"
86
69
  },
87
70
  "devDependencies": {
88
71
  "@cloudflare/vitest-pool-workers": "^0.10.14",
@@ -108,5 +91,19 @@
108
91
  "peerDependencies": {
109
92
  "vite": "^7.0.0",
110
93
  "zod": "^3.0.0 || ^4.0.0"
94
+ },
95
+ "scripts": {
96
+ "build": "pnpm build:ui && pnpm build:code",
97
+ "build:code": "tsup",
98
+ "build:ui": "vite build --config vite.config.ui.ts",
99
+ "build:ui:test": "KEEP_TEST_IDS=true vite build --config vite.config.ui.ts",
100
+ "dev": "tsup --watch",
101
+ "dev:ui": "vite --config vite.config.ui.ts --port 5177",
102
+ "typecheck": "tsc --noEmit",
103
+ "test": "vitest",
104
+ "test:unit": "vitest --config vitest.config.ts",
105
+ "test:integration": "vitest --config vitest.workerd.config.ts",
106
+ "test:watch": "vitest --watch",
107
+ "test:coverage": "vitest run --coverage"
111
108
  }
112
- }
109
+ }