@fjall/generator 11.0.0 → 12.0.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/.build-source-hash
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"package.json",
|
|
10
10
|
"tsconfig.json"
|
|
11
11
|
],
|
|
12
|
-
"hash": "
|
|
12
|
+
"hash": "527bdd3f25bc65dac4ca977217fb57faccd44dec3b1de06ea9c38f726abd7d63",
|
|
13
13
|
"files": {
|
|
14
14
|
"src/ast/astTestHelpers.ts": "026cac849eb88bdb",
|
|
15
15
|
"src/ast/domain/astDomainParser.ts": "940ce5742507477d",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"src/presets/patternTierPresets.ts": "f4fc368fc623aae4",
|
|
141
141
|
"src/presets/storagePresets.ts": "5df2d4d7d21a66d8",
|
|
142
142
|
"src/presets/tierPresets.ts": "c0148771bffbef9b",
|
|
143
|
-
"src/presets/tierTypes.ts": "
|
|
143
|
+
"src/presets/tierTypes.ts": "6526373876daacf0",
|
|
144
144
|
"src/projection/index.ts": "f46e0e482bb33565",
|
|
145
145
|
"src/projection/project.ts": "2104026f10a27264",
|
|
146
146
|
"src/projection/tables.ts": "00904da382c06cf5",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"src/schemas/buildkiteSchemas.ts": "a28ec3b40f7851ec",
|
|
152
152
|
"src/schemas/cdnSchemas.ts": "a982034c7903a31a",
|
|
153
153
|
"src/schemas/computeSchemas.ts": "907747add0b1e1a9",
|
|
154
|
-
"src/schemas/constants.ts": "
|
|
154
|
+
"src/schemas/constants.ts": "732a290de68e4ff8",
|
|
155
155
|
"src/schemas/databaseSchemas.ts": "3c05f176e1aadb46",
|
|
156
156
|
"src/schemas/devRolePolicies.ts": "6ca70fb20f5fbebc",
|
|
157
157
|
"src/schemas/index.ts": "a1500a885048074b",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
"src/validation/patterns.ts": "f9629eafdad7ac3e",
|
|
170
170
|
"src/validation/validationMessages.ts": "c727ade4690274f4",
|
|
171
171
|
"src/validation/validationPatterns.ts": "865f3d688975b7c8",
|
|
172
|
-
"src/version.ts": "
|
|
172
|
+
"src/version.ts": "baf03706b61ef01c",
|
|
173
173
|
"../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
|
|
174
|
-
"package.json": "
|
|
174
|
+
"package.json": "ef20e5fe2c62e6ea",
|
|
175
175
|
"tsconfig.json": "1929cf3f99fe9b1e"
|
|
176
176
|
},
|
|
177
|
-
"outputHash": "
|
|
177
|
+
"outputHash": "48f82f9317e6271be251c0adc1e48bb8cfe6216fdb8e767c6326db4dd275f5d0",
|
|
178
178
|
"outputFileCount": 319
|
|
179
179
|
}
|
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
159 files minified at 2026-08-
|
|
1
|
+
159 files minified at 2026-08-13T06:26:53.273Z
|
|
@@ -109,7 +109,7 @@ export interface DatabaseTierPreset {
|
|
|
109
109
|
* Only applies when capacityProvider is "EC2".
|
|
110
110
|
*/
|
|
111
111
|
export interface TierEc2CapacityConfig {
|
|
112
|
-
/** EC2 instance type. Default: "t4g.
|
|
112
|
+
/** EC2 instance type. Default: "t4g.small" (the constructs' ECS EC2 default) */
|
|
113
113
|
instanceType?: string;
|
|
114
114
|
/** AMI hardware type. Default: "ARM" for cost efficiency */
|
|
115
115
|
amiHardwareType?: "ARM" | "STANDARD";
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GENERATOR_VERSION = "
|
|
1
|
+
export declare const GENERATOR_VERSION = "12.0.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const E="
|
|
1
|
+
const E="12.0.0";export{E as GENERATOR_VERSION};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/generator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/fjall-tech/fjall.git",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"license": "SEE LICENSE IN LICENSE",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@fjall/util": "^
|
|
56
|
+
"@fjall/util": "^12.0.0",
|
|
57
57
|
"ast-types": "^0.16.1",
|
|
58
58
|
"recast": "^0.23.12",
|
|
59
59
|
"ts-morph": "^28.0.0",
|