fjall 2.4.4 → 2.4.5
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 +4 -4
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +245 -245
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-05-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.4.
|
|
1
|
+
bundled at 2026-05-27T20:39:43.023Z
|
|
2
|
+
bundle size: 3066716 bytes
|
|
3
|
+
cli version: 2.4.5
|
package/bin/.metafile.json
CHANGED
|
@@ -12055,7 +12055,7 @@
|
|
|
12055
12055
|
"format": "esm"
|
|
12056
12056
|
},
|
|
12057
12057
|
"../../cli/dist/src/aws/profileResolution.js": {
|
|
12058
|
-
"bytes":
|
|
12058
|
+
"bytes": 2047,
|
|
12059
12059
|
"imports": [
|
|
12060
12060
|
{
|
|
12061
12061
|
"path": "../../cli/node_modules/@fjall/util/dist/Config.js",
|
|
@@ -35914,7 +35914,7 @@
|
|
|
35914
35914
|
"imports": [],
|
|
35915
35915
|
"exports": [],
|
|
35916
35916
|
"inputs": {},
|
|
35917
|
-
"bytes":
|
|
35917
|
+
"bytes": 9068480
|
|
35918
35918
|
},
|
|
35919
35919
|
"bin/fjall.bundle.js": {
|
|
35920
35920
|
"imports": [
|
|
@@ -41136,7 +41136,7 @@
|
|
|
41136
41136
|
"bytesInOutput": 69
|
|
41137
41137
|
},
|
|
41138
41138
|
"../../cli/dist/src/aws/profileResolution.js": {
|
|
41139
|
-
"bytesInOutput":
|
|
41139
|
+
"bytesInOutput": 1631
|
|
41140
41140
|
},
|
|
41141
41141
|
"../../cli/dist/src/aws/awsAuthentication.js": {
|
|
41142
41142
|
"bytesInOutput": 1644
|
|
@@ -43338,7 +43338,7 @@
|
|
|
43338
43338
|
"bytesInOutput": 422
|
|
43339
43339
|
}
|
|
43340
43340
|
},
|
|
43341
|
-
"bytes":
|
|
43341
|
+
"bytes": 3066716
|
|
43342
43342
|
}
|
|
43343
43343
|
}
|
|
43344
43344
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
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": "^2.4.
|
|
12
|
+
"@fjall/components-infrastructure": "^2.4.5",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|