@fjall/generator 2.30.0 → 2.31.1

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/.minified CHANGED
@@ -1 +1 @@
1
- 143 files minified at 2026-07-15T07:08:53.447Z
1
+ 143 files minified at 2026-07-16T20:42:28.554Z
@@ -16,6 +16,10 @@ import { type BoundaryStatement } from "./securityBoundary.js";
16
16
  * 3. the webapp `dev-gate-remediate` pass (Phase-2 Increment C) — imports
17
17
  * these builders via the `@fjall/generator/schemas` subpath.
18
18
  *
19
+ * The module ALSO owns the account-global OIDC provider-spec constants
20
+ * (`FJALL_OIDC_*`, documented at their declaration below) — a separate
21
+ * coupled-values set shared with deploy-core's post-deploy reconcile.
22
+ *
19
23
  * Roles rendered ONLY in development-STAGE accounts (workload stage — never
20
24
  * the account TIER axis):
21
25
  * - `FjallDevDeploy{orgId}` — member-reachable, scoped dev policy (never
@@ -1 +1 @@
1
- export declare const GENERATOR_VERSION = "2.30.0";
1
+ export declare const GENERATOR_VERSION = "2.31.1";
@@ -1 +1 @@
1
- const E="2.30.0";export{E as GENERATOR_VERSION};
1
+ const E="2.31.1";export{E as GENERATOR_VERSION};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/generator",
3
- "version": "2.30.0",
3
+ "version": "2.31.1",
4
4
  "description": "Pure infrastructure generation logic for Fjall",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "license": "SEE LICENSE IN LICENSE",
50
50
  "dependencies": {
51
- "@fjall/util": "^2.30.0",
51
+ "@fjall/util": "^2.31.1",
52
52
  "ast-types": "^0.16.1",
53
53
  "recast": "^0.23.11",
54
54
  "ts-morph": "^28.0.0",
@@ -64,5 +64,5 @@
64
64
  "typescript-eslint": "^8.59.1",
65
65
  "vitest": "^4.1.5"
66
66
  },
67
- "gitHead": "ec35b16db566dfa5feb714c16f132c55b4663c86"
67
+ "gitHead": "a48cfaf6e050ce1736837802dfcaf517ba39f199"
68
68
  }