@zuplo/cli 6.74.7 → 6.74.8

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.
@@ -145,10 +145,12 @@ export declare interface AIGatewayAuthInboundPolicyOptions {
145
145
  * Authenticates requests to an AI Gateway v2 endpoint with application API
146
146
  * keys.
147
147
  *
148
- * Place this policy first in the inbound chain. The policies that follow can
149
- * read the authenticated application from `request.user` (`sub` is the
150
- * application name, `data` its metadata), and the application's AI Gateway
151
- * configuration takes effect for the request. Use `authHeader` and
148
+ * Add this policy to an application's `inboundPolicyChain` to require a key
149
+ * for that app only, or place it on the route before the configuration
150
+ * executor to require a key for every application on the route. The policies
151
+ * that follow can read the authenticated application from `request.user`
152
+ * (`sub` is the application name, `data` its metadata), and the application's
153
+ * AI Gateway configuration takes effect for the request. Use `authHeader` and
152
154
  * `authScheme` when clients send their app key somewhere other than the
153
155
  * default `Authorization: Bearer` header.
154
156
  *
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.74.7",
4
+ "version": "6.74.8",
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.74.7",
3
+ "version": "6.74.8",
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.220.0",
29
29
  "@swc/core": "1.10.18",
30
- "@zuplo/core": "6.74.7",
30
+ "@zuplo/core": "6.74.8",
31
31
  "@zuplo/editor": "1.0.30764218565",
32
- "@zuplo/openapi-tools": "6.74.7",
33
- "@zuplo/runtime": "6.74.7",
32
+ "@zuplo/openapi-tools": "6.74.8",
33
+ "@zuplo/runtime": "6.74.8",
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": "4.4.3",
64
- "@zuplo/graphql": "6.74.7",
65
- "@zuplo/otel": "6.74.7"
64
+ "@zuplo/graphql": "6.74.8",
65
+ "@zuplo/otel": "6.74.8"
66
66
  },
67
67
  "bundleDependencies": [
68
68
  "@inquirer/prompts",