@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.
- package/dist/.build-source-hash +4 -4
- package/dist/.minified +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +2 -2
package/dist/.build-source-hash
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"package.json",
|
|
10
10
|
"tsconfig.json"
|
|
11
11
|
],
|
|
12
|
-
"hash": "
|
|
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": "
|
|
160
|
+
"src/version.ts": "0e8c8d5ddae4f56f",
|
|
161
161
|
"../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
|
|
162
|
-
"package.json": "
|
|
162
|
+
"package.json": "f4b1c9b80d0dbdc7",
|
|
163
163
|
"tsconfig.json": "1929cf3f99fe9b1e"
|
|
164
164
|
},
|
|
165
|
-
"outputHash": "
|
|
165
|
+
"outputHash": "f4cd7140916d1965092b898aae1c66a849628b3d65177ab511f1207b09329c8f",
|
|
166
166
|
"outputFileCount": 295
|
|
167
167
|
}
|
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
147 files minified at 2026-08-
|
|
1
|
+
147 files minified at 2026-08-06T02:33:58.009Z
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GENERATOR_VERSION = "7.
|
|
1
|
+
export declare const GENERATOR_VERSION = "7.2.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const E="7.
|
|
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.
|
|
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.
|
|
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",
|