@standardagents/builder 0.11.0-next.730b472 → 0.11.0-next.80cee2e

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.11.0-next.730b472",
3
+ "version": "0.11.0-next.80cee2e",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "restricted",
@@ -46,8 +46,7 @@
46
46
  },
47
47
  "./client": {
48
48
  "types": "./client.d.ts"
49
- },
50
- "./dist/sip.wasm": "./dist/sip.wasm"
49
+ }
51
50
  },
52
51
  "files": [
53
52
  "dist",
@@ -66,9 +65,9 @@
66
65
  "vue-router": "^4.5.0",
67
66
  "zod": "^4.0.17",
68
67
  "zodown": "^0.2.1",
69
- "@standardagents/spec": "0.11.0-next.730b472",
70
- "@standardagents/sip": "0.11.0-next.730b472",
71
- "@standardagents/vue": "0.11.0-next.730b472"
68
+ "@standardagents/sip": "0.11.0-next.80cee2e",
69
+ "@standardagents/spec": "0.11.0-next.80cee2e",
70
+ "@standardagents/vue": "0.11.0-next.80cee2e"
72
71
  },
73
72
  "devDependencies": {
74
73
  "@cloudflare/vitest-pool-workers": "^0.10.14",
@@ -96,9 +95,8 @@
96
95
  "zod": "^3.0.0 || ^4.0.0"
97
96
  },
98
97
  "scripts": {
99
- "build": "pnpm build:ui && pnpm build:code && pnpm build:copy-wasm",
98
+ "build": "pnpm build:ui && pnpm build:code",
100
99
  "build:code": "tsup",
101
- "build:copy-wasm": "cp ../sip/dist/sip.wasm dist/sip.wasm",
102
100
  "build:ui": "vite build --config vite.config.ui.ts",
103
101
  "build:ui:test": "KEEP_TEST_IDS=true vite build --config vite.config.ui.ts",
104
102
  "dev": "tsup --watch",
package/dist/sip.wasm DELETED
Binary file