vellum 0.10.0 → 0.10.1-dev.202606240317.ea25efe

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +63 -32
  2. package/package.json +6 -6
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "vellum",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-dev.202606240317.ea25efe",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "vellum",
9
- "version": "0.10.0",
9
+ "version": "0.10.1-dev.202606240317.ea25efe",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@vellumai/assistant": "0.10.0",
13
- "@vellumai/cli": "0.10.0",
14
- "@vellumai/credential-executor": "0.10.0",
15
- "@vellumai/vellum-gateway": "0.10.0",
16
- "@vellumai/web": "0.10.0"
12
+ "@vellumai/assistant": "0.10.1-dev.202606240317.ea25efe",
13
+ "@vellumai/cli": "0.10.1-dev.202606240317.ea25efe",
14
+ "@vellumai/credential-executor": "0.10.1-dev.202606240317.ea25efe",
15
+ "@vellumai/vellum-gateway": "0.10.1-dev.202606240317.ea25efe",
16
+ "@vellumai/web": "0.10.1-dev.202606240317.ea25efe"
17
17
  },
18
18
  "bin": {
19
19
  "assistant": "bin/assistant.js",
@@ -2237,9 +2237,9 @@
2237
2237
  }
2238
2238
  },
2239
2239
  "node_modules/@vellumai/assistant": {
2240
- "version": "0.10.0",
2241
- "resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.0.tgz",
2242
- "integrity": "sha512-IJcpdLZbTOw/oZzOOS6aJNkYmX82bSJICWotCYmUJItd/DzCcGljGdBmnrkFO0ndJTFe8Rhf6edQ5Xz//qDsqg==",
2240
+ "version": "0.10.1-dev.202606240317.ea25efe",
2241
+ "resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.1-dev.202606240317.ea25efe.tgz",
2242
+ "integrity": "sha512-zfcoH68ZuLgRU+mwDk4YyCt1htXRDg57Qq86Y7lIduZFd+vvBu50hn7kYaAuNtvAoC8P8eRX0jQhPpdUQiJR+w==",
2243
2243
  "bundleDependencies": [
2244
2244
  "@vellumai/ces-client",
2245
2245
  "@vellumai/credential-storage",
@@ -2263,6 +2263,7 @@
2263
2263
  "@qdrant/js-client-rest": "1.17.0",
2264
2264
  "@resvg/resvg-js": "2.6.2",
2265
2265
  "@sentry/node": "10.43.0",
2266
+ "@slack/types": "2.21.1",
2266
2267
  "@vellumai/ces-client": "file:../packages/ces-client",
2267
2268
  "@vellumai/credential-storage": "file:../packages/credential-storage",
2268
2269
  "@vellumai/egress-proxy": "file:../packages/egress-proxy",
@@ -2308,6 +2309,15 @@
2308
2309
  "@resvg/resvg-js-darwin-x64": "2.6.2"
2309
2310
  }
2310
2311
  },
2312
+ "node_modules/@vellumai/assistant/node_modules/@slack/types": {
2313
+ "version": "2.21.1",
2314
+ "inBundle": true,
2315
+ "license": "MIT",
2316
+ "engines": {
2317
+ "node": ">= 12.13.0",
2318
+ "npm": ">= 6.12.0"
2319
+ }
2320
+ },
2311
2321
  "node_modules/@vellumai/assistant/node_modules/@vellumai/ces-client": {
2312
2322
  "version": "0.0.1",
2313
2323
  "inBundle": true,
@@ -2336,6 +2346,7 @@
2336
2346
  "inBundle": true,
2337
2347
  "license": "MIT",
2338
2348
  "dependencies": {
2349
+ "@slack/types": "2.21.1",
2339
2350
  "@vellumai/service-contracts": "file:../service-contracts",
2340
2351
  "zod": "4.3.6"
2341
2352
  }
@@ -2377,9 +2388,9 @@
2377
2388
  }
2378
2389
  },
2379
2390
  "node_modules/@vellumai/cli": {
2380
- "version": "0.10.0",
2381
- "resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.0.tgz",
2382
- "integrity": "sha512-lB/kr34Wp1WhfyTJQhJy2sYGzOAi/TN9HvR8kBbR/T2Kof+Hh8XVZSDtH6nUwWbxrxeDvidDQXNpjYmECf56AQ==",
2391
+ "version": "0.10.1-dev.202606240317.ea25efe",
2392
+ "resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.1-dev.202606240317.ea25efe.tgz",
2393
+ "integrity": "sha512-8IBMG18PsgqlD9BuOTrb3vbHlofZe7DeoTcS6ckwWLin9dw3C/Mt0TW5La20DjGDjQyKuaTcpb+xYdnxQVDOqA==",
2383
2394
  "bundleDependencies": [
2384
2395
  "@vellumai/environments",
2385
2396
  "@vellumai/local-mode"
@@ -2407,13 +2418,22 @@
2407
2418
  "inBundle": true,
2408
2419
  "license": "MIT",
2409
2420
  "dependencies": {
2410
- "@vellumai/environments": "file:../environments"
2421
+ "@vellumai/environments": "file:../environments",
2422
+ "zod": "4.3.6"
2423
+ }
2424
+ },
2425
+ "node_modules/@vellumai/cli/node_modules/zod": {
2426
+ "version": "4.4.3",
2427
+ "inBundle": true,
2428
+ "license": "MIT",
2429
+ "funding": {
2430
+ "url": "https://github.com/sponsors/colinhacks"
2411
2431
  }
2412
2432
  },
2413
2433
  "node_modules/@vellumai/credential-executor": {
2414
- "version": "0.10.0",
2415
- "resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.0.tgz",
2416
- "integrity": "sha512-qTJyR6hVtND6jkemKn95n/b6dyfp1Bam05yLMq3/ptQGQeK6tw71o0fZroVr+1MyfwhXfWnb/rr2uo38+XXA9A==",
2434
+ "version": "0.10.1-dev.202606240317.ea25efe",
2435
+ "resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.1-dev.202606240317.ea25efe.tgz",
2436
+ "integrity": "sha512-OT8YPuaKWCHfP7HPKsJEt0/4HDpF1gIC8Z0WJzyPqobibZ88GqzX8VFODlWhcF5ejwKKDiMXGijhG1UxWetX5A==",
2417
2437
  "bundleDependencies": [
2418
2438
  "@vellumai/service-contracts",
2419
2439
  "@vellumai/credential-storage",
@@ -2460,9 +2480,9 @@
2460
2480
  }
2461
2481
  },
2462
2482
  "node_modules/@vellumai/vellum-gateway": {
2463
- "version": "0.10.0",
2464
- "resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.0.tgz",
2465
- "integrity": "sha512-Kp9hU2yhMlpZEi7P2lGk8uGn6kVPpRcUr06GMAnboG0LO26tJ9Q0uBQJuEQ/8wc1j45bG77DsvFJ0UQoKEKPVg==",
2483
+ "version": "0.10.1-dev.202606240317.ea25efe",
2484
+ "resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.1-dev.202606240317.ea25efe.tgz",
2485
+ "integrity": "sha512-I7BIx2CbNKSgWwBe4UrQ7s0v5jvRYUBpLbrr+HL5y8lSdCKXaYANzQe0WWfmEQj6WHkoLxNBNSnujiMFa39xTg==",
2466
2486
  "bundleDependencies": [
2467
2487
  "@vellumai/assistant-client",
2468
2488
  "@vellumai/ces-client",
@@ -2475,6 +2495,7 @@
2475
2495
  "hasInstallScript": true,
2476
2496
  "license": "MIT",
2477
2497
  "dependencies": {
2498
+ "@slack/types": "2.21.1",
2478
2499
  "@vellumai/assistant-client": "file:../packages/assistant-client",
2479
2500
  "@vellumai/ces-client": "file:../packages/ces-client",
2480
2501
  "@vellumai/gateway-client": "file:../packages/gateway-client",
@@ -2493,6 +2514,15 @@
2493
2514
  "zod-openapi": "5.4.6"
2494
2515
  }
2495
2516
  },
2517
+ "node_modules/@vellumai/vellum-gateway/node_modules/@slack/types": {
2518
+ "version": "2.21.1",
2519
+ "inBundle": true,
2520
+ "license": "MIT",
2521
+ "engines": {
2522
+ "node": ">= 12.13.0",
2523
+ "npm": ">= 6.12.0"
2524
+ }
2525
+ },
2496
2526
  "node_modules/@vellumai/vellum-gateway/node_modules/@vellumai/assistant-client": {
2497
2527
  "version": "0.0.1",
2498
2528
  "inBundle": true,
@@ -2511,6 +2541,7 @@
2511
2541
  "inBundle": true,
2512
2542
  "license": "MIT",
2513
2543
  "dependencies": {
2544
+ "@slack/types": "2.21.1",
2514
2545
  "@vellumai/service-contracts": "file:../service-contracts",
2515
2546
  "zod": "4.3.6"
2516
2547
  }
@@ -2547,9 +2578,9 @@
2547
2578
  }
2548
2579
  },
2549
2580
  "node_modules/@vellumai/web": {
2550
- "version": "0.10.0",
2551
- "resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.0.tgz",
2552
- "integrity": "sha512-TFLkcyy6dvgH++8IpvmXI42NrgF8O+GoJJqcV7uXRyZCByRqIM7eqxk7LDoFBVU3wxnz2WCOOwqfwd8XmveaTw==",
2581
+ "version": "0.10.1-dev.202606240317.ea25efe",
2582
+ "resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.1-dev.202606240317.ea25efe.tgz",
2583
+ "integrity": "sha512-mvTWY/FhBI+brOlm93VNEo0DvNtgEUoa2TwnR36G5X4eusWKQv7lMiZ0el22/xS7OJJbx1SiAgkZMz2maH7sCw==",
2553
2584
  "license": "MIT"
2554
2585
  },
2555
2586
  "node_modules/accepts": {
@@ -3351,9 +3382,9 @@
3351
3382
  }
3352
3383
  },
3353
3384
  "node_modules/es-toolkit": {
3354
- "version": "1.47.1",
3355
- "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.47.1.tgz",
3356
- "integrity": "sha512-5RAqEwf4P4E17p+W75KLOWw/nOvKZzSQpxM32IpI2KZLaVonjTrZ0Ai5ghMaVI9eKC2p8eoQgcBdkEDgzFk6+Q==",
3385
+ "version": "1.48.1",
3386
+ "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.48.1.tgz",
3387
+ "integrity": "sha512-wfnXlwd5I75eXRtdD2vuEs50xHHESECDsGD7yiQnfFVNoa5522NwXEbmgo98LfiukSQHs+mBM7/YG3qKJB9/mQ==",
3357
3388
  "license": "MIT",
3358
3389
  "workspaces": [
3359
3390
  "docs",
@@ -3829,9 +3860,9 @@
3829
3860
  "license": "MIT"
3830
3861
  },
3831
3862
  "node_modules/hono": {
3832
- "version": "4.12.26",
3833
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz",
3834
- "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==",
3863
+ "version": "4.12.27",
3864
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz",
3865
+ "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==",
3835
3866
  "license": "MIT",
3836
3867
  "engines": {
3837
3868
  "node": ">=16.9.0"
@@ -5398,9 +5429,9 @@
5398
5429
  }
5399
5430
  },
5400
5431
  "node_modules/tldts-core": {
5401
- "version": "7.4.3",
5402
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.3.tgz",
5403
- "integrity": "sha512-27ep5H9PzdBrNd5OFM/j3WCU8F3kPwM9D0BOaOf7uYfxMJfyr0K5Tjj69Gri+sZlh2WXd5buIm47NuPF29CDiw==",
5432
+ "version": "7.4.4",
5433
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.4.tgz",
5434
+ "integrity": "sha512-vwVLJVvvpslm7vqAH7+XNj/neA/Ynq7DT2EEcMuwc5YzN5XaMyRAqxwU+uX3azZ1FQtB2gvrvnLnAEkvYlVdfg==",
5404
5435
  "license": "MIT"
5405
5436
  },
5406
5437
  "node_modules/toidentifier": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-dev.202606240317.ea25efe",
4
4
  "license": "MIT",
5
5
  "description": "Install the full Vellum stack locally",
6
6
  "bin": {
@@ -16,11 +16,11 @@
16
16
  "npm-shrinkwrap.json"
17
17
  ],
18
18
  "dependencies": {
19
- "@vellumai/assistant": "0.10.0",
20
- "@vellumai/cli": "0.10.0",
21
- "@vellumai/credential-executor": "0.10.0",
22
- "@vellumai/vellum-gateway": "0.10.0",
23
- "@vellumai/web": "0.10.0"
19
+ "@vellumai/assistant": "0.10.1-dev.202606240317.ea25efe",
20
+ "@vellumai/cli": "0.10.1-dev.202606240317.ea25efe",
21
+ "@vellumai/credential-executor": "0.10.1-dev.202606240317.ea25efe",
22
+ "@vellumai/vellum-gateway": "0.10.1-dev.202606240317.ea25efe",
23
+ "@vellumai/web": "0.10.1-dev.202606240317.ea25efe"
24
24
  },
25
25
  "overrides": {
26
26
  "drizzle-orm": "0.45.2",