@jacobbd/relay-ai 0.7.3 → 0.7.5

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.
@@ -119,7 +119,7 @@ import { join as join3 } from "path";
119
119
  // package.json
120
120
  var package_default = {
121
121
  name: "@jacobbd/relay-ai",
122
- version: "0.7.3",
122
+ version: "0.7.5",
123
123
  publishConfig: {
124
124
  access: "public"
125
125
  },
@@ -156,11 +156,13 @@ var package_default = {
156
156
  scripts: {
157
157
  build: "tsup && tsup --config tsup.core.config.ts && node scripts/copy-ui-assets.mjs",
158
158
  dev: "tsup --watch",
159
- test: "vitest run",
159
+ test: 'vitest run --exclude "tests/debug-*.test.ts"',
160
+ "test:live": "vitest run tests/debug-xai.test.ts tests/debug-openai-oauth.test.ts",
160
161
  "test:watch": "vitest",
161
162
  typecheck: "tsc --noEmit",
163
+ "release:check": "node scripts/release-metadata.mjs",
162
164
  "refresh:models-dev": "node scripts/refresh-models-dev-cache.mjs",
163
- prepublishOnly: `node -e "if (require('./package.json').version !== require('./package-lock.json').version) { console.error('Error: package.json and package-lock.json versions are out of sync! Run npm install to sync.'); process.exit(1); }" && npm run build`
165
+ prepublishOnly: "npm run release:check && npm run build"
164
166
  },
165
167
  dependencies: {
166
168
  "@ai-sdk/alibaba": "^1.0.26",
@@ -183,6 +185,7 @@ var package_default = {
183
185
  "@clack/prompts": "^0.9.1",
184
186
  "@openrouter/ai-sdk-provider": "^2.9.0",
185
187
  ai: "^6.0.197",
188
+ "cross-spawn": "^7.0.6",
186
189
  "gitlab-ai-provider": "^6.8.0",
187
190
  graphql: "^16.14.2",
188
191
  "ipaddr.js": "^2.4.0",
@@ -195,6 +198,7 @@ var package_default = {
195
198
  zod: "^3.25.76"
196
199
  },
197
200
  devDependencies: {
201
+ "@types/cross-spawn": "^6.0.6",
198
202
  "@types/node": "^22.0.0",
199
203
  "@types/node-forge": "^1.3.14",
200
204
  "@types/ws": "^8.18.1",