@fjall/generator 7.1.0 → 7.2.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.
@@ -9,7 +9,7 @@
9
9
  "package.json",
10
10
  "tsconfig.json"
11
11
  ],
12
- "hash": "ab4447ff736e4bf449e086ac6f4fab21cc7460409d7ea80cc2b3c0d7051d5f57",
12
+ "hash": "0baa26e2a704915b32867832ebb1fd741502646d6d1466be1ea84a7a685d901a",
13
13
  "files": {
14
14
  "src/ast/astTestHelpers.ts": "026cac849eb88bdb",
15
15
  "src/ast/domain/astDomainParser.ts": "bac0b16eb2e62552",
@@ -157,11 +157,11 @@
157
157
  "src/validation/patterns.ts": "f9629eafdad7ac3e",
158
158
  "src/validation/validationMessages.ts": "c727ade4690274f4",
159
159
  "src/validation/validationPatterns.ts": "865f3d688975b7c8",
160
- "src/version.ts": "4d26b5d1fae5a599",
160
+ "src/version.ts": "0e8c8d5ddae4f56f",
161
161
  "../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
162
- "package.json": "e973a16cecdf60e7",
162
+ "package.json": "f4b1c9b80d0dbdc7",
163
163
  "tsconfig.json": "1929cf3f99fe9b1e"
164
164
  },
165
- "outputHash": "6ef0cfc601225c3f8d0be890e61b1d9e5b368ae749fe492f9adbf5af42d63bb8",
165
+ "outputHash": "f4cd7140916d1965092b898aae1c66a849628b3d65177ab511f1207b09329c8f",
166
166
  "outputFileCount": 295
167
167
  }
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 147 files minified at 2026-08-05T08:58:32.428Z
1
+ 147 files minified at 2026-08-06T02:33:58.009Z
@@ -1 +1 @@
1
- export declare const GENERATOR_VERSION = "7.1.0";
1
+ export declare const GENERATOR_VERSION = "7.2.0";
@@ -1 +1 @@
1
- const E="7.1.0";export{E as GENERATOR_VERSION};
1
+ const E="7.2.0";export{E as GENERATOR_VERSION};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/generator",
3
- "version": "7.1.0",
3
+ "version": "7.2.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": "^7.1.0",
56
+ "@fjall/util": "^7.2.0",
57
57
  "ast-types": "^0.16.1",
58
58
  "recast": "^0.23.12",
59
59
  "ts-morph": "^28.0.0",