vellum 0.9.0 → 0.10.0-staging.3
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/npm-shrinkwrap.json +45 -35
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0-staging.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "vellum",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.10.0-staging.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@vellumai/assistant": "0.
|
|
13
|
-
"@vellumai/cli": "0.
|
|
14
|
-
"@vellumai/credential-executor": "0.
|
|
15
|
-
"@vellumai/vellum-gateway": "0.
|
|
16
|
-
"@vellumai/web": "0.
|
|
12
|
+
"@vellumai/assistant": "0.10.0-staging.3",
|
|
13
|
+
"@vellumai/cli": "0.10.0-staging.3",
|
|
14
|
+
"@vellumai/credential-executor": "0.10.0-staging.3",
|
|
15
|
+
"@vellumai/vellum-gateway": "0.10.0-staging.3",
|
|
16
|
+
"@vellumai/web": "0.10.0-staging.3"
|
|
17
17
|
},
|
|
18
18
|
"bin": {
|
|
19
19
|
"assistant": "bin/assistant.js",
|
|
@@ -2193,12 +2193,12 @@
|
|
|
2193
2193
|
}
|
|
2194
2194
|
},
|
|
2195
2195
|
"node_modules/@types/node": {
|
|
2196
|
-
"version": "
|
|
2197
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
2198
|
-
"integrity": "sha512-
|
|
2196
|
+
"version": "26.0.0",
|
|
2197
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz",
|
|
2198
|
+
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
|
|
2199
2199
|
"license": "MIT",
|
|
2200
2200
|
"dependencies": {
|
|
2201
|
-
"undici-types": "
|
|
2201
|
+
"undici-types": "~8.3.0"
|
|
2202
2202
|
}
|
|
2203
2203
|
},
|
|
2204
2204
|
"node_modules/@types/pg": {
|
|
@@ -2237,9 +2237,9 @@
|
|
|
2237
2237
|
}
|
|
2238
2238
|
},
|
|
2239
2239
|
"node_modules/@vellumai/assistant": {
|
|
2240
|
-
"version": "0.
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.
|
|
2242
|
-
"integrity": "sha512-
|
|
2240
|
+
"version": "0.10.0-staging.3",
|
|
2241
|
+
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.0-staging.3.tgz",
|
|
2242
|
+
"integrity": "sha512-d/HUMHKcHX+6Qxh/KJmnkGRSiWNwTmgCC16Oy0vXmu63FGHPHIIC+S/GCIuLruw4Hji+aVL+54+6b4ViBMYM6w==",
|
|
2243
2243
|
"bundleDependencies": [
|
|
2244
2244
|
"@vellumai/ces-client",
|
|
2245
2245
|
"@vellumai/credential-storage",
|
|
@@ -2275,6 +2275,7 @@
|
|
|
2275
2275
|
"@vellumai/twilio-client": "file:../packages/twilio-client",
|
|
2276
2276
|
"commander": "13.1.0",
|
|
2277
2277
|
"croner": "10.0.1",
|
|
2278
|
+
"diff": "8.0.4",
|
|
2278
2279
|
"dotenv": "17.3.1",
|
|
2279
2280
|
"drizzle-orm": "0.45.2",
|
|
2280
2281
|
"jszip": "3.10.1",
|
|
@@ -2376,9 +2377,9 @@
|
|
|
2376
2377
|
}
|
|
2377
2378
|
},
|
|
2378
2379
|
"node_modules/@vellumai/cli": {
|
|
2379
|
-
"version": "0.
|
|
2380
|
-
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.
|
|
2381
|
-
"integrity": "sha512-
|
|
2380
|
+
"version": "0.10.0-staging.3",
|
|
2381
|
+
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.0-staging.3.tgz",
|
|
2382
|
+
"integrity": "sha512-wSfWXVy7c8QxuIpUYVlYRVhGA2ji/ZItJfP4xFGonqLAQdEs9r7JPvWP1GZJo/xESa8fsRLFMHxj3qmJ81NLow==",
|
|
2382
2383
|
"bundleDependencies": [
|
|
2383
2384
|
"@vellumai/environments",
|
|
2384
2385
|
"@vellumai/local-mode"
|
|
@@ -2410,9 +2411,9 @@
|
|
|
2410
2411
|
}
|
|
2411
2412
|
},
|
|
2412
2413
|
"node_modules/@vellumai/credential-executor": {
|
|
2413
|
-
"version": "0.
|
|
2414
|
-
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.
|
|
2415
|
-
"integrity": "sha512-
|
|
2414
|
+
"version": "0.10.0-staging.3",
|
|
2415
|
+
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.0-staging.3.tgz",
|
|
2416
|
+
"integrity": "sha512-IQ02gzf4pchOxYcOrQXMxW3yYndaofuAE7rExTQYS6RJfVlUtSmnG7FNbtXaHbbqdcLFGLvklMrqPr4y56c2QA==",
|
|
2416
2417
|
"bundleDependencies": [
|
|
2417
2418
|
"@vellumai/service-contracts",
|
|
2418
2419
|
"@vellumai/credential-storage",
|
|
@@ -2459,9 +2460,9 @@
|
|
|
2459
2460
|
}
|
|
2460
2461
|
},
|
|
2461
2462
|
"node_modules/@vellumai/vellum-gateway": {
|
|
2462
|
-
"version": "0.
|
|
2463
|
-
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.
|
|
2464
|
-
"integrity": "sha512-
|
|
2463
|
+
"version": "0.10.0-staging.3",
|
|
2464
|
+
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.0-staging.3.tgz",
|
|
2465
|
+
"integrity": "sha512-rMbE4d3IOEYGa2lhE5dPCB5s5qHD2CmT80xHPk9RR1AE6PriM8DVOuuU7XyUJqP/GTiCuHJ4oix5hg/kQ07Miw==",
|
|
2465
2466
|
"bundleDependencies": [
|
|
2466
2467
|
"@vellumai/assistant-client",
|
|
2467
2468
|
"@vellumai/ces-client",
|
|
@@ -2546,9 +2547,9 @@
|
|
|
2546
2547
|
}
|
|
2547
2548
|
},
|
|
2548
2549
|
"node_modules/@vellumai/web": {
|
|
2549
|
-
"version": "0.
|
|
2550
|
-
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.
|
|
2551
|
-
"integrity": "sha512-
|
|
2550
|
+
"version": "0.10.0-staging.3",
|
|
2551
|
+
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.0-staging.3.tgz",
|
|
2552
|
+
"integrity": "sha512-1Yigqup5LkD9n2U7B0qeRCf8j0ib+Tfg4mjBDJmG3N1+MRkXJjnMdURxQqRKXQkQCeRfa2+hR4WniuIfcaxtgg==",
|
|
2552
2553
|
"license": "MIT"
|
|
2553
2554
|
},
|
|
2554
2555
|
"node_modules/accepts": {
|
|
@@ -3093,6 +3094,15 @@
|
|
|
3093
3094
|
"node": ">= 0.8"
|
|
3094
3095
|
}
|
|
3095
3096
|
},
|
|
3097
|
+
"node_modules/diff": {
|
|
3098
|
+
"version": "8.0.4",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
3100
|
+
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
3101
|
+
"license": "BSD-3-Clause",
|
|
3102
|
+
"engines": {
|
|
3103
|
+
"node": ">=0.3.1"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3096
3106
|
"node_modules/dotenv": {
|
|
3097
3107
|
"version": "17.3.1",
|
|
3098
3108
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
|
|
@@ -3819,9 +3829,9 @@
|
|
|
3819
3829
|
"license": "MIT"
|
|
3820
3830
|
},
|
|
3821
3831
|
"node_modules/hono": {
|
|
3822
|
-
"version": "4.12.
|
|
3823
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
3824
|
-
"integrity": "sha512-
|
|
3832
|
+
"version": "4.12.26",
|
|
3833
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz",
|
|
3834
|
+
"integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==",
|
|
3825
3835
|
"license": "MIT",
|
|
3826
3836
|
"engines": {
|
|
3827
3837
|
"node": ">=16.9.0"
|
|
@@ -4484,9 +4494,9 @@
|
|
|
4484
4494
|
}
|
|
4485
4495
|
},
|
|
4486
4496
|
"node_modules/pg-protocol": {
|
|
4487
|
-
"version": "1.
|
|
4488
|
-
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.
|
|
4489
|
-
"integrity": "sha512-
|
|
4497
|
+
"version": "1.15.0",
|
|
4498
|
+
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.15.0.tgz",
|
|
4499
|
+
"integrity": "sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==",
|
|
4490
4500
|
"license": "MIT"
|
|
4491
4501
|
},
|
|
4492
4502
|
"node_modules/pg-types": {
|
|
@@ -6008,9 +6018,9 @@
|
|
|
6008
6018
|
}
|
|
6009
6019
|
},
|
|
6010
6020
|
"node_modules/undici-types": {
|
|
6011
|
-
"version": "
|
|
6012
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
6013
|
-
"integrity": "sha512-
|
|
6021
|
+
"version": "8.3.0",
|
|
6022
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
6023
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
6014
6024
|
"license": "MIT"
|
|
6015
6025
|
},
|
|
6016
6026
|
"node_modules/unpipe": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0-staging.3",
|
|
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.
|
|
20
|
-
"@vellumai/cli": "0.
|
|
21
|
-
"@vellumai/credential-executor": "0.
|
|
22
|
-
"@vellumai/vellum-gateway": "0.
|
|
23
|
-
"@vellumai/web": "0.
|
|
19
|
+
"@vellumai/assistant": "0.10.0-staging.3",
|
|
20
|
+
"@vellumai/cli": "0.10.0-staging.3",
|
|
21
|
+
"@vellumai/credential-executor": "0.10.0-staging.3",
|
|
22
|
+
"@vellumai/vellum-gateway": "0.10.0-staging.3",
|
|
23
|
+
"@vellumai/web": "0.10.0-staging.3"
|
|
24
24
|
},
|
|
25
25
|
"overrides": {
|
|
26
26
|
"drizzle-orm": "0.45.2",
|