fjall 0.99.4 → 0.102.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/bin/.bundled +3 -3
- package/bin/.metafile.json +10 -10
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +263 -263
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-05-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 0.
|
|
1
|
+
bundled at 2026-05-23T08:40:19.195Z
|
|
2
|
+
bundle size: 3035064 bytes
|
|
3
|
+
cli version: 0.102.0
|
package/bin/.metafile.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"format": "esm"
|
|
143
143
|
},
|
|
144
144
|
"../../cli/dist/package.json": {
|
|
145
|
-
"bytes":
|
|
145
|
+
"bytes": 5295,
|
|
146
146
|
"imports": [],
|
|
147
147
|
"format": "esm",
|
|
148
148
|
"with": {
|
|
@@ -1967,12 +1967,12 @@
|
|
|
1967
1967
|
"format": "esm"
|
|
1968
1968
|
},
|
|
1969
1969
|
"../../util/dist/migration/constants.js": {
|
|
1970
|
-
"bytes":
|
|
1970
|
+
"bytes": 363,
|
|
1971
1971
|
"imports": [],
|
|
1972
1972
|
"format": "esm"
|
|
1973
1973
|
},
|
|
1974
1974
|
"../../util/dist/index.js": {
|
|
1975
|
-
"bytes":
|
|
1975
|
+
"bytes": 3066,
|
|
1976
1976
|
"imports": [
|
|
1977
1977
|
{
|
|
1978
1978
|
"path": "../../util/dist/domainExports.js",
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"format": "esm"
|
|
2122
2122
|
},
|
|
2123
2123
|
"../../generator/dist/src/version.js": {
|
|
2124
|
-
"bytes":
|
|
2124
|
+
"bytes": 50,
|
|
2125
2125
|
"imports": [],
|
|
2126
2126
|
"format": "esm"
|
|
2127
2127
|
},
|
|
@@ -35254,7 +35254,7 @@
|
|
|
35254
35254
|
"imports": [],
|
|
35255
35255
|
"exports": [],
|
|
35256
35256
|
"inputs": {},
|
|
35257
|
-
"bytes":
|
|
35257
|
+
"bytes": 8769788
|
|
35258
35258
|
},
|
|
35259
35259
|
"bin/fjall.bundle.js": {
|
|
35260
35260
|
"imports": [
|
|
@@ -38754,7 +38754,7 @@
|
|
|
38754
38754
|
"bytesInOutput": 407
|
|
38755
38755
|
},
|
|
38756
38756
|
"../../cli/dist/package.json": {
|
|
38757
|
-
"bytesInOutput":
|
|
38757
|
+
"bytesInOutput": 4061
|
|
38758
38758
|
},
|
|
38759
38759
|
"../../node_modules/chalk/source/vendor/ansi-styles/index.js": {
|
|
38760
38760
|
"bytesInOutput": 2579
|
|
@@ -39012,10 +39012,10 @@
|
|
|
39012
39012
|
"bytesInOutput": 757
|
|
39013
39013
|
},
|
|
39014
39014
|
"../../util/dist/migration/constants.js": {
|
|
39015
|
-
"bytesInOutput":
|
|
39015
|
+
"bytesInOutput": 208
|
|
39016
39016
|
},
|
|
39017
39017
|
"../../util/dist/index.js": {
|
|
39018
|
-
"bytesInOutput":
|
|
39018
|
+
"bytesInOutput": 1480
|
|
39019
39019
|
},
|
|
39020
39020
|
"../../generator/dist/src/util/errorUtils.js": {
|
|
39021
39021
|
"bytesInOutput": 33
|
|
@@ -39036,7 +39036,7 @@
|
|
|
39036
39036
|
"bytesInOutput": 3929
|
|
39037
39037
|
},
|
|
39038
39038
|
"../../generator/dist/src/version.js": {
|
|
39039
|
-
"bytesInOutput":
|
|
39039
|
+
"bytesInOutput": 45
|
|
39040
39040
|
},
|
|
39041
39041
|
"../../node_modules/zod/v4/core/core.js": {
|
|
39042
39042
|
"bytesInOutput": 1211
|
|
@@ -42492,7 +42492,7 @@
|
|
|
42492
42492
|
"bytesInOutput": 422
|
|
42493
42493
|
}
|
|
42494
42494
|
},
|
|
42495
|
-
"bytes":
|
|
42495
|
+
"bytes": 3035064
|
|
42496
42496
|
}
|
|
42497
42497
|
}
|
|
42498
42498
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.102.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript": "~6.0.3"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@fjall/components-infrastructure": "^0.
|
|
12
|
+
"@fjall/components-infrastructure": "^0.102.0",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|