@zuplo/cli 6.73.0 → 6.73.1
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-XLXPRKLV.js → chunk-HKPNCGDG.js} +87 -87
- package/node_modules/@zuplo/runtime/out/esm/chunk-HKPNCGDG.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/types/index.d.ts +4 -0
- package/node_modules/@zuplo/runtime/package.json +1 -1
- package/package.json +6 -6
- package/node_modules/@zuplo/runtime/out/esm/chunk-XLXPRKLV.js.map +0 -1
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-XLXPRKLV.js.LEGAL.txt → chunk-HKPNCGDG.js.LEGAL.txt} +0 -0
|
@@ -3852,6 +3852,7 @@ declare interface DataDogMetricsOptions {
|
|
|
3852
3852
|
* @public
|
|
3853
3853
|
*/
|
|
3854
3854
|
export declare class DataDogMetricsPlugin extends MetricsPlugin {
|
|
3855
|
+
#private;
|
|
3855
3856
|
private options;
|
|
3856
3857
|
constructor(options: DataDogMetricsOptions);
|
|
3857
3858
|
/* Excluded from this release type: getTransport */
|
|
@@ -4242,6 +4243,7 @@ declare interface DynatraceMetricsOptions {
|
|
|
4242
4243
|
* @public
|
|
4243
4244
|
*/
|
|
4244
4245
|
export declare class DynatraceMetricsPlugin extends MetricsPlugin {
|
|
4246
|
+
#private;
|
|
4245
4247
|
private options;
|
|
4246
4248
|
constructor(options: DynatraceMetricsOptions);
|
|
4247
4249
|
/* Excluded from this release type: getTransport */
|
|
@@ -10314,6 +10316,7 @@ declare interface NewRelicMetricsOptions {
|
|
|
10314
10316
|
* @public
|
|
10315
10317
|
*/
|
|
10316
10318
|
export declare class NewRelicMetricsPlugin extends MetricsPlugin {
|
|
10319
|
+
#private;
|
|
10317
10320
|
private options;
|
|
10318
10321
|
constructor(options: NewRelicMetricsOptions);
|
|
10319
10322
|
/* Excluded from this release type: getTransport */
|
|
@@ -11409,6 +11412,7 @@ declare interface OTelMetricsOptions {
|
|
|
11409
11412
|
* @public
|
|
11410
11413
|
*/
|
|
11411
11414
|
export declare class OTelMetricsPlugin extends MetricsPlugin {
|
|
11415
|
+
#private;
|
|
11412
11416
|
private options;
|
|
11413
11417
|
constructor(options: OTelMetricsOptions);
|
|
11414
11418
|
/* Excluded from this release type: getTransport */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/cli",
|
|
3
|
-
"version": "6.73.
|
|
3
|
+
"version": "6.73.1",
|
|
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.73.
|
|
30
|
+
"@zuplo/core": "6.73.1",
|
|
31
31
|
"@zuplo/editor": "1.0.20821740935",
|
|
32
|
-
"@zuplo/openapi-tools": "6.73.
|
|
33
|
-
"@zuplo/runtime": "6.73.
|
|
32
|
+
"@zuplo/openapi-tools": "6.73.1",
|
|
33
|
+
"@zuplo/runtime": "6.73.1",
|
|
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.73.
|
|
65
|
-
"@zuplo/otel": "6.73.
|
|
64
|
+
"@zuplo/graphql": "6.73.1",
|
|
65
|
+
"@zuplo/otel": "6.73.1"
|
|
66
66
|
},
|
|
67
67
|
"bundleDependencies": [
|
|
68
68
|
"@inquirer/prompts",
|