@standardagents/builder 0.13.1 → 0.13.2

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/sip.wasm CHANGED
Binary file
package/dist/test.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ProviderFactoryConfig, LLMProviderInterface, ProviderRequest, ProviderResponse, ProviderStreamChunk } from '@standardagents/spec';
2
- import { l as ToolCall } from './index-D8PIt3cR.js';
2
+ import { l as ToolCall } from './index-8zDQpR2z.js';
3
3
  import '@cloudflare/workers-types';
4
4
  import 'zod';
5
5
  import './types-DH3Egc5l.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardagents/builder",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "restricted",
@@ -67,13 +67,14 @@
67
67
  "dependencies": {
68
68
  "@rollup/plugin-commonjs": "^28.0.0",
69
69
  "@rollup/plugin-node-resolve": "^16.0.0",
70
+ "@standardagents/sip": "1.0.1",
70
71
  "magic-string": "^0.30.21",
71
72
  "openai": "^6.5.0",
72
73
  "rollup": "^4.0.0",
73
74
  "rollup-plugin-esbuild": "^6.0.0",
74
75
  "zod": "^4.0.17",
75
- "@standardagents/sip": "0.13.1",
76
- "@standardagents/spec": "0.13.1"
76
+ "@standardagents/cloudflare": "0.13.2",
77
+ "@standardagents/spec": "0.13.2"
77
78
  },
78
79
  "devDependencies": {
79
80
  "@cloudflare/vitest-pool-workers": "^0.10.14",
@@ -109,7 +110,7 @@
109
110
  "vue": "^3.5.13",
110
111
  "vue-router": "^4.5.0",
111
112
  "vue-tsc": "^2.0.0",
112
- "@standardagents/vue": "0.13.1"
113
+ "@standardagents/vue": "0.13.2"
113
114
  },
114
115
  "peerDependencies": {
115
116
  "vite": "^7.0.0",
@@ -118,7 +119,7 @@
118
119
  "scripts": {
119
120
  "build": "pnpm build:ui && pnpm build:code && pnpm build:copy-wasm",
120
121
  "build:code": "tsup",
121
- "build:copy-wasm": "cp ../sip/dist/sip.wasm dist/sip.wasm",
122
+ "build:copy-wasm": "cp node_modules/@standardagents/sip/dist/sip.wasm dist/sip.wasm",
122
123
  "build:ui": "vite build --config vite.config.ui.ts",
123
124
  "build:ui:test": "KEEP_TEST_IDS=true vite build --config vite.config.ui.ts",
124
125
  "dev": "tsup --watch",