vellum 0.11.2 → 0.11.3-staging.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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +67 -35
  2. package/package.json +6 -6
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "vellum",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-staging.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "vellum",
9
- "version": "0.11.2",
9
+ "version": "0.11.3-staging.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@vellumai/assistant": "0.11.2",
13
- "@vellumai/cli": "0.11.2",
14
- "@vellumai/credential-executor": "0.11.2",
15
- "@vellumai/vellum-gateway": "0.11.2",
16
- "@vellumai/web": "0.11.2"
12
+ "@vellumai/assistant": "0.11.3-staging.2",
13
+ "@vellumai/cli": "0.11.3-staging.2",
14
+ "@vellumai/credential-executor": "0.11.3-staging.2",
15
+ "@vellumai/vellum-gateway": "0.11.3-staging.2",
16
+ "@vellumai/web": "0.11.3-staging.2"
17
17
  },
18
18
  "bin": {
19
19
  "assistant": "bin/assistant.js",
@@ -1490,9 +1490,9 @@
1490
1490
  "license": "MIT"
1491
1491
  },
1492
1492
  "node_modules/@types/node": {
1493
- "version": "26.1.2",
1494
- "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
1495
- "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
1493
+ "version": "26.2.0",
1494
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
1495
+ "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
1496
1496
  "license": "MIT",
1497
1497
  "dependencies": {
1498
1498
  "undici-types": "~8.3.0"
@@ -1857,9 +1857,9 @@
1857
1857
  "license": "ISC"
1858
1858
  },
1859
1859
  "node_modules/@vellumai/assistant": {
1860
- "version": "0.11.2",
1861
- "resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.11.2.tgz",
1862
- "integrity": "sha512-hCzuSBVqO3abnlNIvTYJx+W/lc8GeRglh+NP7ibGzFgY4H3KMJhtWN8/4XOGVo5/0LmrQYNPgdrH+Xjlwdb3Wg==",
1860
+ "version": "0.11.3-staging.2",
1861
+ "resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.11.3-staging.2.tgz",
1862
+ "integrity": "sha512-ga9urA/AWNAr8WSnLfDQ3tYGaWcdJGZyKYpKauZmyEXaUuZIMpL66TwNavWxwQWPm9XMhNOgd6rkjukoWYbhaw==",
1863
1863
  "bundleDependencies": [
1864
1864
  "@vellumai/ces-client",
1865
1865
  "@vellumai/credential-storage",
@@ -2045,17 +2045,19 @@
2045
2045
  "license": "MIT"
2046
2046
  },
2047
2047
  "node_modules/@vellumai/cli": {
2048
- "version": "0.11.2",
2049
- "resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.11.2.tgz",
2050
- "integrity": "sha512-1uYnJoWTnjja8ixLMFz4TZ5ds3+nxWQ86eyLIOd5pVPyahrUKu0btT4DoKKBEjQy0cWY/kFh49QbxXLf+AOw2g==",
2048
+ "version": "0.11.3-staging.2",
2049
+ "resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.11.3-staging.2.tgz",
2050
+ "integrity": "sha512-A2eLokCRNEaKowI3ikJoTZ7qC81bb4S5X0JmxgnWEkhINMrqx9r4eIJZXSLCfo/TNBAkVgFbY1ZjO1L4TADB6Q==",
2051
2051
  "bundleDependencies": [
2052
2052
  "@vellumai/environments",
2053
+ "@vellumai/ipc-server-utils",
2053
2054
  "@vellumai/local-mode",
2054
2055
  "@vellumai/service-contracts"
2055
2056
  ],
2056
2057
  "license": "MIT",
2057
2058
  "dependencies": {
2058
2059
  "@vellumai/environments": "file:../packages/environments",
2060
+ "@vellumai/ipc-server-utils": "file:../packages/ipc-server-utils",
2059
2061
  "@vellumai/local-mode": "file:../packages/local-mode",
2060
2062
  "@vellumai/service-contracts": "file:../packages/service-contracts",
2061
2063
  "chalk": "5.6.2",
@@ -2073,12 +2075,18 @@
2073
2075
  "inBundle": true,
2074
2076
  "license": "MIT"
2075
2077
  },
2078
+ "node_modules/@vellumai/cli/node_modules/@vellumai/ipc-server-utils": {
2079
+ "version": "0.0.1",
2080
+ "inBundle": true,
2081
+ "license": "MIT"
2082
+ },
2076
2083
  "node_modules/@vellumai/cli/node_modules/@vellumai/local-mode": {
2077
2084
  "version": "0.0.1",
2078
2085
  "inBundle": true,
2079
2086
  "license": "MIT",
2080
2087
  "dependencies": {
2081
2088
  "@vellumai/environments": "file:../environments",
2089
+ "nanoid": "5.1.7",
2082
2090
  "zod": "4.3.6"
2083
2091
  }
2084
2092
  },
@@ -2087,6 +2095,23 @@
2087
2095
  "inBundle": true,
2088
2096
  "license": "MIT"
2089
2097
  },
2098
+ "node_modules/@vellumai/cli/node_modules/@vellumai/local-mode/node_modules/nanoid": {
2099
+ "version": "5.1.7",
2100
+ "funding": [
2101
+ {
2102
+ "type": "github",
2103
+ "url": "https://github.com/sponsors/ai"
2104
+ }
2105
+ ],
2106
+ "inBundle": true,
2107
+ "license": "MIT",
2108
+ "bin": {
2109
+ "nanoid": "bin/nanoid.js"
2110
+ },
2111
+ "engines": {
2112
+ "node": "^18 || >=20"
2113
+ }
2114
+ },
2090
2115
  "node_modules/@vellumai/cli/node_modules/@vellumai/local-mode/node_modules/zod": {
2091
2116
  "version": "4.3.6",
2092
2117
  "inBundle": true,
@@ -2112,18 +2137,20 @@
2112
2137
  }
2113
2138
  },
2114
2139
  "node_modules/@vellumai/credential-executor": {
2115
- "version": "0.11.2",
2116
- "resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.11.2.tgz",
2117
- "integrity": "sha512-ijWdLq2wypNOSakEN/IzrfaMLNWumSiSTJm/Li4Z+cnzNP+vDPdhWKDhHeFVM+/uw1XmHdxntIN9NBPZCUWJsA==",
2140
+ "version": "0.11.3-staging.2",
2141
+ "resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.11.3-staging.2.tgz",
2142
+ "integrity": "sha512-fhdlNdIeqCWxqDYD8L/G3vYFoMF3K1RvJAlvsGroPOzVAUy4hpYY0GmOo+/jxv2mgUhwHPqjyDrwq3gQjqkI4Q==",
2118
2143
  "bundleDependencies": [
2119
2144
  "@vellumai/service-contracts",
2120
2145
  "@vellumai/credential-storage",
2121
- "@vellumai/egress-proxy"
2146
+ "@vellumai/egress-proxy",
2147
+ "@vellumai/ipc-server-utils"
2122
2148
  ],
2123
2149
  "license": "MIT",
2124
2150
  "dependencies": {
2125
2151
  "@vellumai/credential-storage": "file:../packages/credential-storage",
2126
2152
  "@vellumai/egress-proxy": "file:../packages/egress-proxy",
2153
+ "@vellumai/ipc-server-utils": "file:../packages/ipc-server-utils",
2127
2154
  "@vellumai/service-contracts": "file:../packages/service-contracts",
2128
2155
  "pino": "9.14.0",
2129
2156
  "pino-pretty": "13.1.3"
@@ -2143,6 +2170,11 @@
2143
2170
  "inBundle": true,
2144
2171
  "license": "MIT"
2145
2172
  },
2173
+ "node_modules/@vellumai/credential-executor/node_modules/@vellumai/ipc-server-utils": {
2174
+ "version": "0.0.1",
2175
+ "inBundle": true,
2176
+ "license": "MIT"
2177
+ },
2146
2178
  "node_modules/@vellumai/credential-executor/node_modules/@vellumai/service-contracts": {
2147
2179
  "version": "0.0.1",
2148
2180
  "inBundle": true,
@@ -2160,9 +2192,9 @@
2160
2192
  }
2161
2193
  },
2162
2194
  "node_modules/@vellumai/vellum-gateway": {
2163
- "version": "0.11.2",
2164
- "resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.11.2.tgz",
2165
- "integrity": "sha512-/qaeqeUwOgXGkikjsFA0FCkEAX0bfIfLtxVI46v3NXliY3idVRduWtMtadBt6lIz9+kv83FoH2rdsN3TNpJeFQ==",
2195
+ "version": "0.11.3-staging.2",
2196
+ "resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.11.3-staging.2.tgz",
2197
+ "integrity": "sha512-ojb3+GgtuMB2LVjzSzg1ZJjvRShhpw7i2YOSvw5w7kyjDncYV4R/egkMpeXMWxijOkB588tI68ci40grAaGOUA==",
2166
2198
  "bundleDependencies": [
2167
2199
  "@vellumai/assistant-client",
2168
2200
  "@vellumai/ces-client",
@@ -2297,9 +2329,9 @@
2297
2329
  "license": "MIT"
2298
2330
  },
2299
2331
  "node_modules/@vellumai/web": {
2300
- "version": "0.11.2",
2301
- "resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.11.2.tgz",
2302
- "integrity": "sha512-UKrxZMtyVDF74fOcALQFJOfOrlCPpYsbMDKKLVcjkzfecEzSnekbNnul52yN0dZqQTXm9+so2snpvDEv4xbK3w==",
2332
+ "version": "0.11.3-staging.2",
2333
+ "resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.11.3-staging.2.tgz",
2334
+ "integrity": "sha512-BtnRwvUGIOjAiYl/40dShPr7pS/BYB0Wac8+tbX7vdM3+t4VAeXbQUvKl2HN7tME4m5E22SWHmC/5AQ1mhLfEw==",
2303
2335
  "license": "MIT"
2304
2336
  },
2305
2337
  "node_modules/accepts": {
@@ -3682,9 +3714,9 @@
3682
3714
  "license": "MIT"
3683
3715
  },
3684
3716
  "node_modules/hono": {
3685
- "version": "4.13.0",
3686
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz",
3687
- "integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==",
3717
+ "version": "4.13.1",
3718
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz",
3719
+ "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==",
3688
3720
  "license": "MIT",
3689
3721
  "engines": {
3690
3722
  "node": ">=16.9.0"
@@ -6154,9 +6186,9 @@
6154
6186
  "license": "0BSD"
6155
6187
  },
6156
6188
  "node_modules/tsx": {
6157
- "version": "4.23.5",
6158
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.5.tgz",
6159
- "integrity": "sha512-rw55FUaqOoI7RvlQwLbhO4nSDApnQ4/CykPuiQ/EPvtrX3WA9Ig55jIt9VvbBJbzJuj12ueRu4PMZ2SxPVbihg==",
6189
+ "version": "4.23.11",
6190
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz",
6191
+ "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==",
6160
6192
  "license": "MIT",
6161
6193
  "dependencies": {
6162
6194
  "esbuild": "~0.28.0"
@@ -6974,9 +7006,9 @@
6974
7006
  "license": "ISC"
6975
7007
  },
6976
7008
  "node_modules/ws": {
6977
- "version": "8.21.2",
6978
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.2.tgz",
6979
- "integrity": "sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw==",
7009
+ "version": "8.21.3",
7010
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
7011
+ "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
6980
7012
  "license": "MIT",
6981
7013
  "engines": {
6982
7014
  "node": ">=10.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-staging.2",
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.11.2",
20
- "@vellumai/cli": "0.11.2",
21
- "@vellumai/credential-executor": "0.11.2",
22
- "@vellumai/vellum-gateway": "0.11.2",
23
- "@vellumai/web": "0.11.2"
19
+ "@vellumai/assistant": "0.11.3-staging.2",
20
+ "@vellumai/cli": "0.11.3-staging.2",
21
+ "@vellumai/credential-executor": "0.11.3-staging.2",
22
+ "@vellumai/vellum-gateway": "0.11.3-staging.2",
23
+ "@vellumai/web": "0.11.3-staging.2"
24
24
  },
25
25
  "overrides": {
26
26
  "drizzle-orm": "0.45.2",