@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.
@@ -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 */
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.73.0",
4
+ "version": "6.73.1",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "6.73.0",
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.0",
30
+ "@zuplo/core": "6.73.1",
31
31
  "@zuplo/editor": "1.0.20821740935",
32
- "@zuplo/openapi-tools": "6.73.0",
33
- "@zuplo/runtime": "6.73.0",
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.0",
65
- "@zuplo/otel": "6.73.0"
64
+ "@zuplo/graphql": "6.73.1",
65
+ "@zuplo/otel": "6.73.1"
66
66
  },
67
67
  "bundleDependencies": [
68
68
  "@inquirer/prompts",