@cat-factory/server 0.261.0 → 0.263.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/dist/config/docs.d.ts +2 -0
- package/dist/config/docs.d.ts.map +1 -1
- package/dist/config/docs.js +2 -0
- package/dist/config/docs.js.map +1 -1
- package/dist/config/problems.d.ts +1 -1
- package/dist/config/problems.d.ts.map +1 -1
- package/dist/config/problems.js +4 -2
- package/dist/config/problems.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/execution/ExecutionController.d.ts.map +1 -1
- package/dist/modules/execution/ExecutionController.js +18 -2
- package/dist/modules/execution/ExecutionController.js.map +1 -1
- package/dist/modules/providers/personalCredentialGate.d.ts +2 -0
- package/dist/modules/providers/personalCredentialGate.d.ts.map +1 -1
- package/dist/modules/providers/personalCredentialGate.js +7 -0
- package/dist/modules/providers/personalCredentialGate.js.map +1 -1
- package/dist/modules/publicApi/PublicSpecController.d.ts.map +1 -1
- package/dist/modules/publicApi/PublicSpecController.js +90 -8
- package/dist/modules/publicApi/PublicSpecController.js.map +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.d.ts +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.d.ts.map +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.js +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.js.map +1 -1
- package/dist/modules/publicApi/specProjection.d.ts +17 -1
- package/dist/modules/publicApi/specProjection.d.ts.map +1 -1
- package/dist/modules/publicApi/specProjection.js +39 -9
- package/dist/modules/publicApi/specProjection.js.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openapiDocument.generated.js","sourceRoot":"","sources":["../../../src/modules/publicApi/openapiDocument.generated.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,EAAE;AACF,0FAA0F;AAC1F,8FAA8F;AAC9F,8FAA8F;AAC9F,8EAA8E;AAE9E,MAAM,CAAC,MAAM,YAAY,GAAG,
|
|
1
|
+
{"version":3,"file":"openapiDocument.generated.js","sourceRoot":"","sources":["../../../src/modules/publicApi/openapiDocument.generated.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,EAAE;AACF,0FAA0F;AAC1F,8FAA8F;AAC9F,8FAA8F;AAC9F,8EAA8E;AAE9E,MAAM,CAAC,MAAM,YAAY,GAAG,89vjBAA89vjB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type PublicServiceSpec, type PublicSpecAnchor, type PublicSpecProvenance, type ServiceSpecView } from '@cat-factory/contracts';
|
|
1
|
+
import { type PublicRunSpec, type PublicServiceSpec, type PublicSpecAnchor, type PublicSpecProvenance, type ServiceSpecView } from '@cat-factory/contracts';
|
|
2
2
|
/**
|
|
3
3
|
* Project a read view onto the wire, under `anchor`.
|
|
4
4
|
*
|
|
@@ -8,4 +8,20 @@ import { type PublicServiceSpec, type PublicSpecAnchor, type PublicSpecProvenanc
|
|
|
8
8
|
* make.
|
|
9
9
|
*/
|
|
10
10
|
export declare function toPublicServiceSpec(serviceId: string, anchor: PublicSpecAnchor, view: ServiceSpecView, provenance: PublicSpecProvenance): PublicServiceSpec;
|
|
11
|
+
/**
|
|
12
|
+
* Project a RUN's read onto the wire. `view`/`provenance` are null exactly for `not_read`, the one
|
|
13
|
+
* anchor state that describes the run rather than the branch.
|
|
14
|
+
*
|
|
15
|
+
* They travel together for that reason: an anchor of `not_read` with a provenance would name a
|
|
16
|
+
* branch nothing was read from, and any other anchor without one would serve a tree that cannot say
|
|
17
|
+
* where it came from. The signature makes both unrepresentable rather than leaving it to the caller
|
|
18
|
+
* to pair them correctly.
|
|
19
|
+
*/
|
|
20
|
+
export declare function toPublicRunSpec(runId: string, read: {
|
|
21
|
+
anchor: PublicSpecAnchor;
|
|
22
|
+
view: ServiceSpecView;
|
|
23
|
+
provenance: PublicSpecProvenance;
|
|
24
|
+
} | {
|
|
25
|
+
anchor: 'not_read';
|
|
26
|
+
}): PublicRunSpec;
|
|
11
27
|
//# sourceMappingURL=specProjection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"specProjection.d.ts","sourceRoot":"","sources":["../../../src/modules/publicApi/specProjection.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAErB,KAAK,oBAAoB,EAIzB,KAAK,eAAe,EAGrB,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"specProjection.d.ts","sourceRoot":"","sources":["../../../src/modules/publicApi/specProjection.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAErB,KAAK,oBAAoB,EAIzB,KAAK,eAAe,EAGrB,MAAM,wBAAwB,CAAA;AAoN/B;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,gBAAgB,EACxB,IAAI,EAAE,eAAe,EACrB,UAAU,EAAE,oBAAoB,GAC/B,iBAAiB,CAEnB;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,MAAM,EACb,IAAI,EACA;IAAE,MAAM,EAAE,gBAAgB,CAAC;IAAC,IAAI,EAAE,eAAe,CAAC;IAAC,UAAU,EAAE,oBAAoB,CAAA;CAAE,GACrF;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GACzB,aAAa,CAaf"}
|
|
@@ -162,14 +162,13 @@ function capIssues(issues) {
|
|
|
162
162
|
};
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
|
-
*
|
|
165
|
+
* The bounded body of one read view, shared by both spec endpoints.
|
|
166
166
|
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
* make.
|
|
167
|
+
* One function rather than one per endpoint, because the caps are a property of the DOCUMENT and
|
|
168
|
+
* the two endpoints serve one document at two refs. A second copy is how the run read would come
|
|
169
|
+
* to bound the Gherkin differently from the service read of the same repository.
|
|
171
170
|
*/
|
|
172
|
-
|
|
171
|
+
function specBody(view) {
|
|
173
172
|
const capped = view.spec ? capTree(view.spec) : { spec: null, truncations: [] };
|
|
174
173
|
const features = capFeatures(view.features);
|
|
175
174
|
// An absent `diagnostics` means the producer diagnosed nothing, which on this path cannot
|
|
@@ -177,13 +176,44 @@ export function toPublicServiceSpec(serviceId, anchor, view, provenance) {
|
|
|
177
176
|
// throw on a view assembled by hand.
|
|
178
177
|
const issues = capIssues(view.diagnostics?.issues ?? []);
|
|
179
178
|
return {
|
|
180
|
-
serviceId,
|
|
181
|
-
anchor,
|
|
182
179
|
spec: capped.spec,
|
|
183
180
|
features: features.features,
|
|
184
|
-
provenance,
|
|
185
181
|
issues: issues.issues,
|
|
186
182
|
truncations: [...capped.truncations, ...features.truncations, ...issues.truncations],
|
|
187
183
|
};
|
|
188
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* Project a read view onto the wire, under `anchor`.
|
|
187
|
+
*
|
|
188
|
+
* The anchor is passed IN rather than re-derived: the caller is where the four outcomes are
|
|
189
|
+
* separated (an unreadable repository never reaches here at all), and a projection that recomputed
|
|
190
|
+
* it from `view.present` would be a second opinion on the one judgement this endpoint exists to
|
|
191
|
+
* make.
|
|
192
|
+
*/
|
|
193
|
+
export function toPublicServiceSpec(serviceId, anchor, view, provenance) {
|
|
194
|
+
return { serviceId, anchor, provenance, ...specBody(view) };
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Project a RUN's read onto the wire. `view`/`provenance` are null exactly for `not_read`, the one
|
|
198
|
+
* anchor state that describes the run rather than the branch.
|
|
199
|
+
*
|
|
200
|
+
* They travel together for that reason: an anchor of `not_read` with a provenance would name a
|
|
201
|
+
* branch nothing was read from, and any other anchor without one would serve a tree that cannot say
|
|
202
|
+
* where it came from. The signature makes both unrepresentable rather than leaving it to the caller
|
|
203
|
+
* to pair them correctly.
|
|
204
|
+
*/
|
|
205
|
+
export function toPublicRunSpec(runId, read) {
|
|
206
|
+
if (read.anchor === 'not_read') {
|
|
207
|
+
return {
|
|
208
|
+
runId,
|
|
209
|
+
anchor: 'not_read',
|
|
210
|
+
spec: null,
|
|
211
|
+
features: [],
|
|
212
|
+
provenance: null,
|
|
213
|
+
issues: [],
|
|
214
|
+
truncations: [],
|
|
215
|
+
};
|
|
216
|
+
}
|
|
217
|
+
return { runId, anchor: read.anchor, provenance: read.provenance, ...specBody(read.view) };
|
|
218
|
+
}
|
|
189
219
|
//# sourceMappingURL=specProjection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"specProjection.js","sourceRoot":"","sources":["../../../src/modules/publicApi/specProjection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,6BAA6B,EAC7B,6BAA6B,EAC7B,mCAAmC,EACnC,sBAAsB,EACtB,4BAA4B,EAC5B,qBAAqB,
|
|
1
|
+
{"version":3,"file":"specProjection.js","sourceRoot":"","sources":["../../../src/modules/publicApi/specProjection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,6BAA6B,EAC7B,6BAA6B,EAC7B,mCAAmC,EACnC,sBAAsB,EACtB,4BAA4B,EAC5B,qBAAqB,GAYtB,MAAM,wBAAwB,CAAA;AAE/B,oFAAoF;AACpF,EAAE;AACF,gGAAgG;AAChG,gGAAgG;AAChG,0DAA0D;AAC1D,EAAE;AACF,yCAAyC;AACzC,EAAE;AACF,mGAAmG;AACnG,iGAAiG;AACjG,kGAAkG;AAClG,+CAA+C;AAC/C,oGAAoG;AACpG,gGAAgG;AAChG,kGAAkG;AAClG,uBAAuB;AACvB,oGAAoG;AACpG,mGAAmG;AACnG,mGAAmG;AACnG,oGAAoG;AACpG,mGAAmG;AACnG,qGAAqG;AACrG,kGAAkG;AAClG,mGAAmG;AAEnG;;;;;;;;;;GAUG;AACH,SAAS,YAAY,CAAC,IAAqB,EAAE,KAAa;IACxD,MAAM,MAAM,GAAG,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAA;IAChC,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAA;IAChC,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,CAAA;IACtD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,MAAM;QACnB,KAAK,EAAE,IAAI,CAAC,KAAK;QACjB,IAAI,EAAE,IAAI,CAAC,IAAI;QACf,OAAO,EAAE,KAAK,KAAK,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;QAC9E,KAAK;QACL,UAAU;QACV,SAAS,EAAE,KAAK,GAAG,UAAU;KAC9B,CAAA;AACH,CAAC;AAED;;;;;;;;GAQG;AACH,SAAS,WAAW,CAAC,KAAwB;IAI3C,MAAM,QAAQ,GAA4B,EAAE,CAAA;IAC5C,IAAI,UAAU,GAAG,mCAAmC,CAAA;IACpD,KAAK,MAAM,IAAI,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,6BAA6B,CAAC,EAAE,CAAC;QACjE,IAAI,UAAU,IAAI,CAAC;YAAE,MAAK;QAC1B,MAAM,OAAO,GAAG,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,6BAA6B,EAAE,UAAU,CAAC,CAAC,CAAA;QACvF,UAAU,IAAI,OAAO,CAAC,KAAK,CAAA;QAC3B,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IACxB,CAAC;IACD,OAAO;QACL,QAAQ;QACR,WAAW,EACT,QAAQ,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM;YAC5B,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,CAAC;YACxE,CAAC,CAAC,EAAE;KACT,CAAA;AACH,CAAC;AAED,4FAA4F;AAC5F,SAAS,QAAQ,CAAC,IAAiB;IACjC,OAAO,CAAC,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,MAAM,IAAI,EAAE,CAAC,CAAA;AACtE,CAAC;AAED,oEAAoE;AACpE,SAAS,UAAU,CAAC,MAA0B;IAK5C,IAAI,YAAY,GAAG,CAAC,CAAA;IACpB,IAAI,KAAK,GAAG,CAAC,CAAA;IACb,IAAI,UAAU,GAAG,CAAC,CAAA;IAClB,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;QAC3B,KAAK,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,MAAM,CAAA;QACnC,KAAK,MAAM,WAAW,IAAI,KAAK,CAAC,YAAY,IAAI,EAAE,EAAE,CAAC;YACnD,YAAY,IAAI,CAAC,CAAA;YACjB,UAAU,IAAI,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,MAAM,CAAA;QACrD,CAAC;IACH,CAAC;IACD,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,CAAA;AAC5C,CAAC;AAED;;;;;;;;;;GAUG;AACH,SAAS,OAAO,CAAC,IAAiB;IAIhC,MAAM,MAAM,GAAG,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;IACzC,MAAM,WAAW,GAA2B,EAAE,CAAA;IAC9C,IAAI,MAAM,CAAC,YAAY,GAAG,4BAA4B,EAAE,CAAC;QACvD,WAAW,CAAC,IAAI,CAAC;YACf,OAAO,EAAE,cAAc;YACvB,KAAK,EAAE,4BAA4B;YACnC,KAAK,EAAE,MAAM,CAAC,YAAY;SAC3B,CAAC,CAAA;IACJ,CAAC;IACD,IAAI,MAAM,CAAC,KAAK,GAAG,qBAAqB,EAAE,CAAC;QACzC,WAAW,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAA;IAC3F,CAAC;IACD,IAAI,MAAM,CAAC,UAAU,GAAG,0BAA0B,EAAE,CAAC;QACnD,WAAW,CAAC,IAAI,CAAC;YACf,OAAO,EAAE,YAAY;YACrB,KAAK,EAAE,0BAA0B;YACjC,KAAK,EAAE,MAAM,CAAC,UAAU;SACzB,CAAC,CAAA;IACJ,CAAC;IACD,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,CAAA;IAC1D,IAAI,iBAAiB,GAAG,4BAA4B,CAAA;IACpD,IAAI,UAAU,GAAG,qBAAqB,CAAA;IACtC,IAAI,gBAAgB,GAAG,0BAA0B,CAAA;IACjD,MAAM,OAAO,GAAG,CAAC,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;QACpD,GAAG,MAAM;QACT,MAAM,EAAE,CAAC,MAAM,CAAC,MAAM,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE;YAC1C,MAAM,YAAY,GAAG,CAAC,KAAK,CAAC,YAAY,IAAI,EAAE,CAAC;iBAC5C,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC;iBACxC,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;gBACnB,MAAM,UAAU,GAAG,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC,CAAA;gBACzF,gBAAgB,IAAI,UAAU,CAAC,MAAM,CAAA;gBACrC,OAAO,EAAE,GAAG,WAAW,EAAE,UAAU,EAAE,CAAA;YACvC,CAAC,CAAC,CAAA;YACJ,MAAM,KAAK,GAAG,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,CAAA;YACnE,iBAAiB,IAAI,YAAY,CAAC,MAAM,CAAA;YACxC,UAAU,IAAI,KAAK,CAAC,MAAM,CAAA;YAC1B,OAAO,EAAE,GAAG,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,CAAA;QAC1C,CAAC,CAAC;KACH,CAAC,CAAC,CAAA;IACH,OAAO,EAAE,IAAI,EAAE,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,EAAE,WAAW,EAAE,CAAA;AACpD,CAAC;AAED;;;;;;GAMG;AACH,SAAS,SAAS,CAAC,MAAuB;IAIxC,IAAI,MAAM,CAAC,MAAM,IAAI,sBAAsB;QAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,EAAE,EAAE,CAAA;IAC/E,OAAO;QACL,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,sBAAsB,CAAC;QAC/C,WAAW,EAAE,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC;KAC1F,CAAA;AACH,CAAC;AAUD;;;;;;GAMG;AACH,SAAS,QAAQ,CAAC,IAAqB;IACrC,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,EAAE,CAAA;IAC/E,MAAM,QAAQ,GAAG,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;IAC3C,0FAA0F;IAC1F,8FAA8F;IAC9F,qCAAqC;IACrC,MAAM,MAAM,GAAG,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,IAAI,EAAE,CAAC,CAAA;IACxD,OAAO;QACL,IAAI,EAAE,MAAM,CAAC,IAAI;QACjB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;QAC3B,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,WAAW,EAAE,CAAC,GAAG,MAAM,CAAC,WAAW,EAAE,GAAG,QAAQ,CAAC,WAAW,EAAE,GAAG,MAAM,CAAC,WAAW,CAAC;KACrF,CAAA;AACH,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,mBAAmB,CACjC,SAAiB,EACjB,MAAwB,EACxB,IAAqB,EACrB,UAAgC;IAEhC,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAA;AAC7D,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,eAAe,CAC7B,KAAa,EACb,IAE0B;IAE1B,IAAI,IAAI,CAAC,MAAM,KAAK,UAAU,EAAE,CAAC;QAC/B,OAAO;YACL,KAAK;YACL,MAAM,EAAE,UAAU;YAClB,IAAI,EAAE,IAAI;YACV,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,EAAE;YACV,WAAW,EAAE,EAAE;SAChB,CAAA;IACH,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAA;AAC5F,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.263.0",
|
|
4
4
|
"description": "Runtime-neutral HTTP layer for the Agent Architecture Board: the Hono controllers, middleware (auth/authz/CORS/error), request helpers and the gateway seams shared by every deployment facade (Cloudflare Worker, Node service).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"jose": "^6.2.8",
|
|
32
32
|
"pino": "^10.3.1",
|
|
33
33
|
"valibot": "^1.4.2",
|
|
34
|
-
"@cat-factory/agents": "0.
|
|
35
|
-
"@cat-factory/contracts": "0.
|
|
36
|
-
"@cat-factory/integrations": "0.153.
|
|
37
|
-
"@cat-factory/kernel": "0.
|
|
38
|
-
"@cat-factory/mcp-server": "0.
|
|
39
|
-
"@cat-factory/orchestration": "0.
|
|
40
|
-
"@cat-factory/spend": "0.15.
|
|
34
|
+
"@cat-factory/agents": "0.123.1",
|
|
35
|
+
"@cat-factory/contracts": "0.287.0",
|
|
36
|
+
"@cat-factory/integrations": "0.153.6",
|
|
37
|
+
"@cat-factory/kernel": "0.281.1",
|
|
38
|
+
"@cat-factory/mcp-server": "0.27.0",
|
|
39
|
+
"@cat-factory/orchestration": "0.251.0",
|
|
40
|
+
"@cat-factory/spend": "0.15.57"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^26.2.0",
|