@fjall/generator 2.18.0 → 2.18.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/dist/.minified CHANGED
@@ -1 +1 @@
1
- 139 files minified at 2026-06-18T09:54:30.278Z
1
+ 139 files minified at 2026-06-19T09:16:05.289Z
@@ -1 +1 @@
1
- export declare const GENERATOR_VERSION = "2.17.0";
1
+ export declare const GENERATOR_VERSION = "2.18.1";
@@ -1 +1 @@
1
- const E="2.17.0";export{E as GENERATOR_VERSION};
1
+ const E="2.18.1";export{E as GENERATOR_VERSION};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/generator",
3
- "version": "2.18.0",
3
+ "version": "2.18.2",
4
4
  "description": "Pure infrastructure generation logic for Fjall",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "license": "SEE LICENSE IN LICENSE",
45
45
  "dependencies": {
46
- "@fjall/util": "^2.18.0",
46
+ "@fjall/util": "^2.18.2",
47
47
  "ast-types": "^0.16.1",
48
48
  "recast": "^0.23.11",
49
49
  "ts-morph": "^28.0.0",
@@ -59,5 +59,5 @@
59
59
  "typescript-eslint": "^8.59.1",
60
60
  "vitest": "^4.1.5"
61
61
  },
62
- "gitHead": "37008ca5469398c42a09e6babc8cc4192ab938b2"
62
+ "gitHead": "df431968c2a4d24259a939da902592ea058b5ba4"
63
63
  }