vellum 0.10.2-dev.202606250318.5e7cfb0 → 0.10.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/npm-shrinkwrap.json +32 -43
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.10.2
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "vellum",
|
|
9
|
-
"version": "0.10.2
|
|
9
|
+
"version": "0.10.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@vellumai/assistant": "0.10.2
|
|
13
|
-
"@vellumai/cli": "0.10.2
|
|
14
|
-
"@vellumai/credential-executor": "0.10.2
|
|
15
|
-
"@vellumai/vellum-gateway": "0.10.2
|
|
16
|
-
"@vellumai/web": "0.10.2
|
|
12
|
+
"@vellumai/assistant": "0.10.2",
|
|
13
|
+
"@vellumai/cli": "0.10.2",
|
|
14
|
+
"@vellumai/credential-executor": "0.10.2",
|
|
15
|
+
"@vellumai/vellum-gateway": "0.10.2",
|
|
16
|
+
"@vellumai/web": "0.10.2"
|
|
17
17
|
},
|
|
18
18
|
"bin": {
|
|
19
19
|
"assistant": "bin/assistant.js",
|
|
@@ -2193,9 +2193,9 @@
|
|
|
2193
2193
|
}
|
|
2194
2194
|
},
|
|
2195
2195
|
"node_modules/@types/node": {
|
|
2196
|
-
"version": "26.0.
|
|
2197
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.
|
|
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
2201
|
"undici-types": "~8.3.0"
|
|
@@ -2237,9 +2237,9 @@
|
|
|
2237
2237
|
}
|
|
2238
2238
|
},
|
|
2239
2239
|
"node_modules/@vellumai/assistant": {
|
|
2240
|
-
"version": "0.10.2
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.2
|
|
2242
|
-
"integrity": "sha512-
|
|
2240
|
+
"version": "0.10.2",
|
|
2241
|
+
"resolved": "https://registry.npmjs.org/@vellumai/assistant/-/assistant-0.10.2.tgz",
|
|
2242
|
+
"integrity": "sha512-DK2kBTCKt/JXfcxLUZQ02TPJNEyrdmf2p5t1214gK9lOUxYGov0pLleIHcyfzBkbbzt9de/YlMs5rYsZAHINLw==",
|
|
2243
2243
|
"bundleDependencies": [
|
|
2244
2244
|
"@vellumai/ces-client",
|
|
2245
2245
|
"@vellumai/credential-storage",
|
|
@@ -2288,7 +2288,6 @@
|
|
|
2288
2288
|
"playwright": "1.58.2",
|
|
2289
2289
|
"postgres": "3.4.8",
|
|
2290
2290
|
"quickjs-emscripten": "0.32.0",
|
|
2291
|
-
"re2js": "2.8.3",
|
|
2292
2291
|
"rrule": "2.8.1",
|
|
2293
2292
|
"semver": "7.8.0",
|
|
2294
2293
|
"stemmer": "2.0.1",
|
|
@@ -2389,9 +2388,9 @@
|
|
|
2389
2388
|
}
|
|
2390
2389
|
},
|
|
2391
2390
|
"node_modules/@vellumai/cli": {
|
|
2392
|
-
"version": "0.10.2
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.2
|
|
2394
|
-
"integrity": "sha512-
|
|
2391
|
+
"version": "0.10.2",
|
|
2392
|
+
"resolved": "https://registry.npmjs.org/@vellumai/cli/-/cli-0.10.2.tgz",
|
|
2393
|
+
"integrity": "sha512-EDJHjrS1xuNW2ys/vOXokCxIc1pJ9gWnXWiaQMUZPgI4aexLzC65lGs63YhnP6PbzroG0gjA81AtXZGUAdpt+A==",
|
|
2395
2394
|
"bundleDependencies": [
|
|
2396
2395
|
"@vellumai/environments",
|
|
2397
2396
|
"@vellumai/local-mode"
|
|
@@ -2432,9 +2431,9 @@
|
|
|
2432
2431
|
}
|
|
2433
2432
|
},
|
|
2434
2433
|
"node_modules/@vellumai/credential-executor": {
|
|
2435
|
-
"version": "0.10.2
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.2
|
|
2437
|
-
"integrity": "sha512-
|
|
2434
|
+
"version": "0.10.2",
|
|
2435
|
+
"resolved": "https://registry.npmjs.org/@vellumai/credential-executor/-/credential-executor-0.10.2.tgz",
|
|
2436
|
+
"integrity": "sha512-egnq3tr/R/bic69Cr1fGc6JZPZS45ZEZBC656rMmsiKOlR66zzNOfk3Dbm2h20K5jR2e1ulIikzlRlkYw1NCFA==",
|
|
2438
2437
|
"bundleDependencies": [
|
|
2439
2438
|
"@vellumai/service-contracts",
|
|
2440
2439
|
"@vellumai/credential-storage",
|
|
@@ -2481,9 +2480,9 @@
|
|
|
2481
2480
|
}
|
|
2482
2481
|
},
|
|
2483
2482
|
"node_modules/@vellumai/vellum-gateway": {
|
|
2484
|
-
"version": "0.10.2
|
|
2485
|
-
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.2
|
|
2486
|
-
"integrity": "sha512-
|
|
2483
|
+
"version": "0.10.2",
|
|
2484
|
+
"resolved": "https://registry.npmjs.org/@vellumai/vellum-gateway/-/vellum-gateway-0.10.2.tgz",
|
|
2485
|
+
"integrity": "sha512-nbHbNjg9Y2YtMUSP5kkeCdDHB1ryg8O1mjuVL+dpPO9MNYpAGJe+aV9Ck1zkqgcHzM5Uv0tXtr2QLeTHHe+OGg==",
|
|
2487
2486
|
"bundleDependencies": [
|
|
2488
2487
|
"@vellumai/assistant-client",
|
|
2489
2488
|
"@vellumai/ces-client",
|
|
@@ -2579,9 +2578,9 @@
|
|
|
2579
2578
|
}
|
|
2580
2579
|
},
|
|
2581
2580
|
"node_modules/@vellumai/web": {
|
|
2582
|
-
"version": "0.10.2
|
|
2583
|
-
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.2
|
|
2584
|
-
"integrity": "sha512-
|
|
2581
|
+
"version": "0.10.2",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/@vellumai/web/-/web-0.10.2.tgz",
|
|
2583
|
+
"integrity": "sha512-6YdH/eEBf7kQIeOHNgxfi4Yn1Au5LrtSMKBSIOXZ4o8q9CKNm0c0kBoV1/omEZ6z3fKPxThKqEG34/5ICQTpRA==",
|
|
2585
2584
|
"license": "MIT"
|
|
2586
2585
|
},
|
|
2587
2586
|
"node_modules/accepts": {
|
|
@@ -3793,9 +3792,9 @@
|
|
|
3793
3792
|
}
|
|
3794
3793
|
},
|
|
3795
3794
|
"node_modules/google-auth-library": {
|
|
3796
|
-
"version": "10.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.
|
|
3798
|
-
"integrity": "sha512-
|
|
3795
|
+
"version": "10.7.0",
|
|
3796
|
+
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.7.0.tgz",
|
|
3797
|
+
"integrity": "sha512-QpTAbNJ36TliZLx3TTtahR8HG0hN9RllL1e3FymOvQSIKK8JmgV58H924ub2wa2DsS3ANjjP1Aw1N+Ramc8hqQ==",
|
|
3799
3798
|
"license": "Apache-2.0",
|
|
3800
3799
|
"dependencies": {
|
|
3801
3800
|
"base64-js": "^1.3.0",
|
|
@@ -4791,13 +4790,12 @@
|
|
|
4791
4790
|
}
|
|
4792
4791
|
},
|
|
4793
4792
|
"node_modules/qs": {
|
|
4794
|
-
"version": "6.15.
|
|
4795
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.
|
|
4796
|
-
"integrity": "sha512-
|
|
4793
|
+
"version": "6.15.2",
|
|
4794
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
|
|
4795
|
+
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
|
|
4797
4796
|
"license": "BSD-3-Clause",
|
|
4798
4797
|
"dependencies": {
|
|
4799
|
-
"
|
|
4800
|
-
"side-channel": "^1.1.1"
|
|
4798
|
+
"side-channel": "^1.1.0"
|
|
4801
4799
|
},
|
|
4802
4800
|
"engines": {
|
|
4803
4801
|
"node": ">=0.6"
|
|
@@ -4861,15 +4859,6 @@
|
|
|
4861
4859
|
"node": ">= 0.10"
|
|
4862
4860
|
}
|
|
4863
4861
|
},
|
|
4864
|
-
"node_modules/re2js": {
|
|
4865
|
-
"version": "2.8.3",
|
|
4866
|
-
"resolved": "https://registry.npmjs.org/re2js/-/re2js-2.8.3.tgz",
|
|
4867
|
-
"integrity": "sha512-lUKeXVwMqU302DM/WaOm33XF2hhzjGUZ8CbLg4zSAMpW2PPkJ2+is25AROevNiw+DytFmKU5gsQ92cB1Kxy+fA==",
|
|
4868
|
-
"license": "MIT",
|
|
4869
|
-
"engines": {
|
|
4870
|
-
"node": ">=18.0.0"
|
|
4871
|
-
}
|
|
4872
|
-
},
|
|
4873
4862
|
"node_modules/react": {
|
|
4874
4863
|
"version": "19.2.4",
|
|
4875
4864
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vellum",
|
|
3
|
-
"version": "0.10.2
|
|
3
|
+
"version": "0.10.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.10.2
|
|
20
|
-
"@vellumai/cli": "0.10.2
|
|
21
|
-
"@vellumai/credential-executor": "0.10.2
|
|
22
|
-
"@vellumai/vellum-gateway": "0.10.2
|
|
23
|
-
"@vellumai/web": "0.10.2
|
|
19
|
+
"@vellumai/assistant": "0.10.2",
|
|
20
|
+
"@vellumai/cli": "0.10.2",
|
|
21
|
+
"@vellumai/credential-executor": "0.10.2",
|
|
22
|
+
"@vellumai/vellum-gateway": "0.10.2",
|
|
23
|
+
"@vellumai/web": "0.10.2"
|
|
24
24
|
},
|
|
25
25
|
"overrides": {
|
|
26
26
|
"drizzle-orm": "0.45.2",
|