@zuplo/cli 6.72.2 → 6.72.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/node_modules/@zuplo/core/package.json +1 -1
- package/node_modules/@zuplo/graphql/package.json +1 -1
- package/node_modules/@zuplo/openapi-tools/package.json +1 -1
- package/node_modules/@zuplo/otel/package.json +1 -1
- package/node_modules/@zuplo/runtime/out/esm/chunk-423FXHUV.js +399 -0
- package/node_modules/@zuplo/runtime/out/esm/chunk-423FXHUV.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/chunk-GBIUQ4JJ.js +30 -0
- package/node_modules/@zuplo/runtime/out/esm/chunk-GBIUQ4JJ.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
- package/node_modules/@zuplo/runtime/out/esm/sdks/aws/index.js +26 -0
- package/node_modules/@zuplo/runtime/out/esm/sdks/aws/index.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/types/index.d.ts +1421 -129
- package/node_modules/@zuplo/runtime/out/types/mcp-gateway/index.d.ts +1370 -152
- package/node_modules/@zuplo/runtime/out/types/sdks/aws/index.d.ts +2281 -0
- package/node_modules/@zuplo/runtime/package.json +5 -1
- package/package.json +6 -6
- package/node_modules/@zuplo/runtime/out/esm/chunk-IC7XGD5C.js +0 -403
- package/node_modules/@zuplo/runtime/out/esm/chunk-IC7XGD5C.js.map +0 -1
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-IC7XGD5C.js.LEGAL.txt → chunk-423FXHUV.js.LEGAL.txt} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/runtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.72.
|
|
4
|
+
"version": "6.72.3",
|
|
5
5
|
"repository": "https://github.com/zuplo/zuplo",
|
|
6
6
|
"author": "Zuplo, Inc.",
|
|
7
7
|
"exports": {
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"./mcp-gateway": {
|
|
17
17
|
"types": "./out/types/mcp-gateway/index.d.ts",
|
|
18
18
|
"import": "./out/esm/mcp-gateway/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./aws": {
|
|
21
|
+
"types": "./out/types/sdks/aws/index.d.ts",
|
|
22
|
+
"import": "./out/esm/sdks/aws/index.js"
|
|
19
23
|
}
|
|
20
24
|
},
|
|
21
25
|
"license": "SEE LICENSE IN LICENSE.txt",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/cli",
|
|
3
|
-
"version": "6.72.
|
|
3
|
+
"version": "6.72.3",
|
|
4
4
|
"repository": "https://github.com/zuplo/zuplo",
|
|
5
5
|
"author": "Zuplo, Inc.",
|
|
6
6
|
"type": "module",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@opentelemetry/api": "1.9.0",
|
|
28
28
|
"@opentelemetry/api-logs": "0.201.1",
|
|
29
29
|
"@swc/core": "1.10.18",
|
|
30
|
-
"@zuplo/core": "6.72.
|
|
30
|
+
"@zuplo/core": "6.72.3",
|
|
31
31
|
"@zuplo/editor": "1.0.20821740935",
|
|
32
|
-
"@zuplo/openapi-tools": "6.72.
|
|
33
|
-
"@zuplo/runtime": "6.72.
|
|
32
|
+
"@zuplo/openapi-tools": "6.72.3",
|
|
33
|
+
"@zuplo/runtime": "6.72.3",
|
|
34
34
|
"chalk": "5.4.1",
|
|
35
35
|
"chokidar": "3.5.3",
|
|
36
36
|
"cookie": "1.0.2",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"workerd": "1.20241230.0",
|
|
62
62
|
"yargs": "17.7.2",
|
|
63
63
|
"zod": "3.25.76",
|
|
64
|
-
"@zuplo/graphql": "6.72.
|
|
65
|
-
"@zuplo/otel": "6.72.
|
|
64
|
+
"@zuplo/graphql": "6.72.3",
|
|
65
|
+
"@zuplo/otel": "6.72.3"
|
|
66
66
|
},
|
|
67
67
|
"bundleDependencies": [
|
|
68
68
|
"@inquirer/prompts",
|