@zuplo/cli 7.2.2 → 7.2.4

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.
@@ -13571,7 +13571,6 @@ export declare interface SecretMaskingOutboundPolicyOptions {
13571
13571
  * @public
13572
13572
  * @enterprise
13573
13573
  * @requiresAI
13574
- * @deprecated Use {@link https://zuplo.com/docs/policies/ai-gateway-semantic-cache-v2-inbound|AI Gateway Semantic Cache} instead.
13575
13574
  * @param request - The ZuploRequest
13576
13575
  * @param context - The ZuploContext
13577
13576
  * @param options - The policy options set in policies.json
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "7.2.2",
4
+ "version": "7.2.4",
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": "7.2.2",
3
+ "version": "7.2.4",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "type": "module",
@@ -28,10 +28,10 @@
28
28
  "@opentelemetry/api": "1.9.0",
29
29
  "@opentelemetry/api-logs": "0.220.0",
30
30
  "@swc/core": "1.10.18",
31
- "@zuplo/core": "7.2.2",
31
+ "@zuplo/core": "7.2.4",
32
32
  "@zuplo/editor": "1.0.31094607111",
33
- "@zuplo/openapi-tools": "7.2.2",
34
- "@zuplo/runtime": "7.2.2",
33
+ "@zuplo/openapi-tools": "7.2.4",
34
+ "@zuplo/runtime": "7.2.4",
35
35
  "chalk": "5.4.1",
36
36
  "chokidar": "3.5.3",
37
37
  "cookie": "1.0.2",
@@ -62,8 +62,8 @@
62
62
  "workerd": "1.20241230.0",
63
63
  "yargs": "17.7.2",
64
64
  "zod": "4.4.3",
65
- "@zuplo/graphql": "7.2.2",
66
- "@zuplo/otel": "7.2.2"
65
+ "@zuplo/graphql": "7.2.4",
66
+ "@zuplo/otel": "7.2.4"
67
67
  },
68
68
  "bundleDependencies": [
69
69
  "@inquirer/prompts",