@zuplo/cli 6.73.0 → 6.73.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/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-HGOTWF3J.js} +89 -89
- package/node_modules/@zuplo/runtime/out/esm/chunk-HGOTWF3J.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 +20 -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-HGOTWF3J.js.LEGAL.txt} +0 -0
|
@@ -2555,8 +2555,24 @@ declare type BasicDictionary = Record<
|
|
|
2555
2555
|
declare interface BatchDispatcherOptions {
|
|
2556
2556
|
msDelay: number;
|
|
2557
2557
|
name?: string;
|
|
2558
|
+
/**
|
|
2559
|
+
* Flush immediately once this many payloads are queued instead of waiting
|
|
2560
|
+
* the full `msDelay`. Bounds the size of a single dispatched batch.
|
|
2561
|
+
* @defaultValue 1000
|
|
2562
|
+
*/
|
|
2563
|
+
maxBatchSize?: number;
|
|
2564
|
+
/**
|
|
2565
|
+
* Hard cap on queued payloads. Payloads enqueued beyond this limit are
|
|
2566
|
+
* dropped rather than growing memory without bound.
|
|
2567
|
+
* @defaultValue 10000
|
|
2568
|
+
*/
|
|
2569
|
+
maxQueueSize?: number;
|
|
2558
2570
|
}
|
|
2559
2571
|
|
|
2572
|
+
/* Excluded from this release type: BatchDispatchLimits */
|
|
2573
|
+
|
|
2574
|
+
/* Excluded from this release type: BatchDispatchOptions */
|
|
2575
|
+
|
|
2560
2576
|
/**
|
|
2561
2577
|
* Configured provider/model targets rejected in open-but-filtered mode; requests may use a bare model name or provider/model.
|
|
2562
2578
|
*
|
|
@@ -3852,6 +3868,7 @@ declare interface DataDogMetricsOptions {
|
|
|
3852
3868
|
* @public
|
|
3853
3869
|
*/
|
|
3854
3870
|
export declare class DataDogMetricsPlugin extends MetricsPlugin {
|
|
3871
|
+
#private;
|
|
3855
3872
|
private options;
|
|
3856
3873
|
constructor(options: DataDogMetricsOptions);
|
|
3857
3874
|
/* Excluded from this release type: getTransport */
|
|
@@ -4242,6 +4259,7 @@ declare interface DynatraceMetricsOptions {
|
|
|
4242
4259
|
* @public
|
|
4243
4260
|
*/
|
|
4244
4261
|
export declare class DynatraceMetricsPlugin extends MetricsPlugin {
|
|
4262
|
+
#private;
|
|
4245
4263
|
private options;
|
|
4246
4264
|
constructor(options: DynatraceMetricsOptions);
|
|
4247
4265
|
/* Excluded from this release type: getTransport */
|
|
@@ -10314,6 +10332,7 @@ declare interface NewRelicMetricsOptions {
|
|
|
10314
10332
|
* @public
|
|
10315
10333
|
*/
|
|
10316
10334
|
export declare class NewRelicMetricsPlugin extends MetricsPlugin {
|
|
10335
|
+
#private;
|
|
10317
10336
|
private options;
|
|
10318
10337
|
constructor(options: NewRelicMetricsOptions);
|
|
10319
10338
|
/* Excluded from this release type: getTransport */
|
|
@@ -11409,6 +11428,7 @@ declare interface OTelMetricsOptions {
|
|
|
11409
11428
|
* @public
|
|
11410
11429
|
*/
|
|
11411
11430
|
export declare class OTelMetricsPlugin extends MetricsPlugin {
|
|
11431
|
+
#private;
|
|
11412
11432
|
private options;
|
|
11413
11433
|
constructor(options: OTelMetricsOptions);
|
|
11414
11434
|
/* 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.2",
|
|
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.2",
|
|
31
31
|
"@zuplo/editor": "1.0.20821740935",
|
|
32
|
-
"@zuplo/openapi-tools": "6.73.
|
|
33
|
-
"@zuplo/runtime": "6.73.
|
|
32
|
+
"@zuplo/openapi-tools": "6.73.2",
|
|
33
|
+
"@zuplo/runtime": "6.73.2",
|
|
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.2",
|
|
65
|
+
"@zuplo/otel": "6.73.2"
|
|
66
66
|
},
|
|
67
67
|
"bundleDependencies": [
|
|
68
68
|
"@inquirer/prompts",
|