@fjall/generator 13.0.0 → 13.1.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": "01767ed41d0bbbeaf1222a5e5af3e7e128649e8650dd528c9666736d3a53d2d1",
12
+ "hash": "d4f636d033f9ea3464c9b0c22103cc3258ba91538121f10c976f081f74923af3",
13
13
  "files": {
14
14
  "src/ast/astTestHelpers.ts": "026cac849eb88bdb",
15
15
  "src/ast/domain/astDomainParser.ts": "940ce5742507477d",
@@ -171,11 +171,11 @@
171
171
  "src/validation/patterns.ts": "f9629eafdad7ac3e",
172
172
  "src/validation/validationMessages.ts": "c727ade4690274f4",
173
173
  "src/validation/validationPatterns.ts": "865f3d688975b7c8",
174
- "src/version.ts": "d048161459b09699",
174
+ "src/version.ts": "b094df24341f77d0",
175
175
  "../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
176
- "package.json": "4e7eac00c363f215",
176
+ "package.json": "d204679fed57f16a",
177
177
  "tsconfig.json": "1929cf3f99fe9b1e"
178
178
  },
179
- "outputHash": "6623ab104d0d719053c6f07143a1641e45a0c7bdac7131029a5d528b0b692b45",
179
+ "outputHash": "a5a910bcc151266985d3340b0df7c59fd5196c06e0fc72119b4df244a2f26b98",
180
180
  "outputFileCount": 323
181
181
  }
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 161 files minified at 2026-08-16T02:45:02.211Z
1
+ 161 files minified at 2026-08-16T09:59:50.110Z
@@ -1 +1 @@
1
- export declare const GENERATOR_VERSION = "13.0.0";
1
+ export declare const GENERATOR_VERSION = "13.1.0";
@@ -1 +1 @@
1
- const E="13.0.0";export{E as GENERATOR_VERSION};
1
+ const E="13.1.0";export{E as GENERATOR_VERSION};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/generator",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/fjall-tech/fjall.git",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "license": "SEE LICENSE IN LICENSE",
59
59
  "dependencies": {
60
- "@fjall/util": "^13.0.0",
60
+ "@fjall/util": "^13.1.0",
61
61
  "ast-types": "^0.16.1",
62
62
  "recast": "^0.23.12",
63
63
  "ts-morph": "^28.0.0",