@cat-factory/gatekeeper-bindings 0.12.0 → 0.13.0
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ ways:
|
|
|
24
24
|
For building **credential-holding front-ends**: services that hold the cat-factory API key
|
|
25
25
|
themselves and meter what their own callers may do. The motivating consumer is a
|
|
26
26
|
[Cloudflare OS](https://github.com/cloudflare/cloudflare-os) Gatekeeper Worker (design record: the
|
|
27
|
-
[
|
|
27
|
+
[design record](https://github.com/kibertoad/cat-factory/blob/main/backend/docs/adr/0052-cloudflare-os-gatekeeper.md)),
|
|
28
28
|
but nothing here is Cloudflare-specific: any proxy, bot or governance layer that fronts a
|
|
29
29
|
cat-factory key can use it.
|
|
30
30
|
|
|
@@ -141,5 +141,5 @@ contracts, never the file.
|
|
|
141
141
|
family and the generation chain this table rides.
|
|
142
142
|
- [`@cat-factory/gatekeeper-worker`](https://www.npmjs.com/package/@cat-factory/gatekeeper-worker):
|
|
143
143
|
the Worker machinery that compiles deployment policy against this table.
|
|
144
|
-
- [
|
|
145
|
-
design record,
|
|
144
|
+
- [ADR 0052](https://github.com/kibertoad/cat-factory/blob/main/backend/docs/adr/0052-cloudflare-os-gatekeeper.md):
|
|
145
|
+
the design record, the alternatives it was decided against, and the traps the build surfaced.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/gatekeeper-bindings",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Policy-annotated operation table for the cat-factory public API (/api/v1): per-operation scope floors, mutation and transport metadata, and invoke thunks over @cat-factory/sdk, generated from the same OpenAPI spec the SDKs are. Built for credential-holding front-ends such as a Cloudflare OS Gatekeeper.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cat-factory",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@cat-factory/sdk": "0.
|
|
34
|
+
"@cat-factory/sdk": "0.31.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^26.2.0",
|