fjall 2.4.1 → 2.4.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/bin/.bundled +3 -3
- package/bin/.metafile.json +6 -6
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +300 -300
- 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-27T05:16:16.457Z
|
|
2
|
+
bundle size: 3066818 bytes
|
|
3
|
+
cli version: 2.4.2
|
package/bin/.metafile.json
CHANGED
|
@@ -29557,7 +29557,7 @@
|
|
|
29557
29557
|
"format": "esm"
|
|
29558
29558
|
},
|
|
29559
29559
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
29560
|
-
"bytes":
|
|
29560
|
+
"bytes": 5263,
|
|
29561
29561
|
"imports": [
|
|
29562
29562
|
{
|
|
29563
29563
|
"path": "react",
|
|
@@ -35945,7 +35945,7 @@
|
|
|
35945
35945
|
"imports": [],
|
|
35946
35946
|
"exports": [],
|
|
35947
35947
|
"inputs": {},
|
|
35948
|
-
"bytes":
|
|
35948
|
+
"bytes": 9069227
|
|
35949
35949
|
},
|
|
35950
35950
|
"bin/fjall.bundle.js": {
|
|
35951
35951
|
"imports": [
|
|
@@ -42058,7 +42058,7 @@
|
|
|
42058
42058
|
"bytesInOutput": 2126
|
|
42059
42059
|
},
|
|
42060
42060
|
"../../cli/dist/src/services/deployment/ReportVersionService.js": {
|
|
42061
|
-
"bytesInOutput":
|
|
42061
|
+
"bytesInOutput": 1332
|
|
42062
42062
|
},
|
|
42063
42063
|
"../../cli/dist/src/services/restore/RdsSnapshotService.js": {
|
|
42064
42064
|
"bytesInOutput": 2832
|
|
@@ -42100,7 +42100,7 @@
|
|
|
42100
42100
|
"bytesInOutput": 76
|
|
42101
42101
|
},
|
|
42102
42102
|
"../../cli/dist/src/services/index.js": {
|
|
42103
|
-
"bytesInOutput":
|
|
42103
|
+
"bytesInOutput": 5229
|
|
42104
42104
|
},
|
|
42105
42105
|
"../../cli/dist/src/util/theme.js": {
|
|
42106
42106
|
"bytesInOutput": 1210
|
|
@@ -42853,7 +42853,7 @@
|
|
|
42853
42853
|
"bytesInOutput": 189
|
|
42854
42854
|
},
|
|
42855
42855
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
42856
|
-
"bytesInOutput":
|
|
42856
|
+
"bytesInOutput": 4164
|
|
42857
42857
|
},
|
|
42858
42858
|
"../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
|
|
42859
42859
|
"bytesInOutput": 326
|
|
@@ -43372,7 +43372,7 @@
|
|
|
43372
43372
|
"bytesInOutput": 422
|
|
43373
43373
|
}
|
|
43374
43374
|
},
|
|
43375
|
-
"bytes":
|
|
43375
|
+
"bytes": 3066818
|
|
43376
43376
|
}
|
|
43377
43377
|
}
|
|
43378
43378
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
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.2",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|