@sungen/driver-api 3.2.2 → 3.2.3-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sungen/driver-api",
3
- "version": "3.2.2",
3
+ "version": "3.2.3-beta.2",
4
4
  "description": "Sungen API capability — the @api annotation, API catalog, OpenAPI import + `sungen api import`, and the specs/api.ts runtime template. Plugs into @sun-asterisk/sungen via the capability SPI.",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -13,7 +13,7 @@
13
13
  "author": "eqe team (engineer & quality) — Sun Asterisk",
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
- "@sun-asterisk/sungen": "3.2.2",
16
+ "@sun-asterisk/sungen": "3.2.3-beta.2",
17
17
  "commander": "^14.0.2",
18
18
  "yaml": "^2.8.2"
19
19
  },
@@ -134,6 +134,7 @@ export function apiGateProvider(input: ApiGateInput): { gate: GateResult; depth:
134
134
  businessCriticalShallow: reqShallow.length,
135
135
  bcDepthRatio,
136
136
  shallowBusinessCritical: reqShallow.map((s) => ({ name: s.name, category: 'API' })),
137
+ deferredBusinessCritical: 0,
137
138
  focus,
138
139
  threshold,
139
140
  verdict,