fjall 2.31.1 → 2.32.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 +38 -6
- package/bin/assets/generators/account/generator.js +18 -18
- package/bin/assets/generators/application/generator.js +117 -117
- package/bin/assets/generators/cdn/generator.js +110 -110
- package/bin/assets/generators/compute/generator.js +106 -106
- package/bin/assets/generators/compute/service/generator.js +58 -58
- package/bin/assets/generators/database/generator.js +106 -106
- package/bin/assets/generators/database/proxy/generator.js +64 -64
- package/bin/assets/generators/domain/generator.js +18 -18
- package/bin/assets/generators/network/generator.js +59 -59
- package/bin/assets/generators/organisation/generator.js +18 -18
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +104 -104
- package/bin/assets/generators/tunnel/generator.js +59 -59
- package/bin/fjall.bundle.js +357 -335
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-07-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.
|
|
1
|
+
bundled at 2026-07-16T21:24:29.531Z
|
|
2
|
+
bundle size: 3782194 bytes
|
|
3
|
+
cli version: 2.32.0
|
package/bin/.metafile.json
CHANGED
|
@@ -2225,8 +2225,24 @@
|
|
|
2225
2225
|
"imports": [],
|
|
2226
2226
|
"format": "esm"
|
|
2227
2227
|
},
|
|
2228
|
+
"../../util/dist/devSubstrate/params.js": {
|
|
2229
|
+
"bytes": 756,
|
|
2230
|
+
"imports": [
|
|
2231
|
+
{
|
|
2232
|
+
"path": "../../node_modules/zod/index.js",
|
|
2233
|
+
"kind": "import-statement",
|
|
2234
|
+
"original": "zod"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
"format": "esm"
|
|
2238
|
+
},
|
|
2239
|
+
"../../util/dist/devSubstrate/entrypoint.js": {
|
|
2240
|
+
"bytes": 977,
|
|
2241
|
+
"imports": [],
|
|
2242
|
+
"format": "esm"
|
|
2243
|
+
},
|
|
2228
2244
|
"../../util/dist/index.js": {
|
|
2229
|
-
"bytes":
|
|
2245
|
+
"bytes": 8041,
|
|
2230
2246
|
"imports": [
|
|
2231
2247
|
{
|
|
2232
2248
|
"path": "../../util/dist/infra/domainExports.js",
|
|
@@ -2377,6 +2393,16 @@
|
|
|
2377
2393
|
"path": "../../util/dist/patterns/staticSiteForms.js",
|
|
2378
2394
|
"kind": "import-statement",
|
|
2379
2395
|
"original": "./patterns/staticSiteForms.js"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"path": "../../util/dist/devSubstrate/params.js",
|
|
2399
|
+
"kind": "import-statement",
|
|
2400
|
+
"original": "./devSubstrate/params.js"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"path": "../../util/dist/devSubstrate/entrypoint.js",
|
|
2404
|
+
"kind": "import-statement",
|
|
2405
|
+
"original": "./devSubstrate/entrypoint.js"
|
|
2380
2406
|
}
|
|
2381
2407
|
],
|
|
2382
2408
|
"format": "esm"
|
|
@@ -43036,7 +43062,7 @@
|
|
|
43036
43062
|
"imports": [],
|
|
43037
43063
|
"exports": [],
|
|
43038
43064
|
"inputs": {},
|
|
43039
|
-
"bytes":
|
|
43065
|
+
"bytes": 10688850
|
|
43040
43066
|
},
|
|
43041
43067
|
"bin/fjall.bundle.js": {
|
|
43042
43068
|
"imports": [
|
|
@@ -47716,8 +47742,14 @@
|
|
|
47716
47742
|
"../../util/dist/patterns/staticSiteForms.js": {
|
|
47717
47743
|
"bytesInOutput": 262
|
|
47718
47744
|
},
|
|
47745
|
+
"../../util/dist/devSubstrate/params.js": {
|
|
47746
|
+
"bytesInOutput": 653
|
|
47747
|
+
},
|
|
47748
|
+
"../../util/dist/devSubstrate/entrypoint.js": {
|
|
47749
|
+
"bytesInOutput": 961
|
|
47750
|
+
},
|
|
47719
47751
|
"../../util/dist/index.js": {
|
|
47720
|
-
"bytesInOutput":
|
|
47752
|
+
"bytesInOutput": 3831
|
|
47721
47753
|
},
|
|
47722
47754
|
"../../cli/dist/src/util/logger/Logger.js": {
|
|
47723
47755
|
"bytesInOutput": 3223
|
|
@@ -47783,7 +47815,7 @@
|
|
|
47783
47815
|
"bytesInOutput": 266
|
|
47784
47816
|
},
|
|
47785
47817
|
"../../node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js": {
|
|
47786
|
-
"bytesInOutput":
|
|
47818
|
+
"bytesInOutput": 315
|
|
47787
47819
|
},
|
|
47788
47820
|
"../../node_modules/@smithy/node-http-handler/dist-es/constants.js": {
|
|
47789
47821
|
"bytesInOutput": 60
|
|
@@ -47810,7 +47842,7 @@
|
|
|
47810
47842
|
"bytesInOutput": 815
|
|
47811
47843
|
},
|
|
47812
47844
|
"../../node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js": {
|
|
47813
|
-
"bytesInOutput":
|
|
47845
|
+
"bytesInOutput": 3848
|
|
47814
47846
|
},
|
|
47815
47847
|
"../../node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js": {
|
|
47816
47848
|
"bytesInOutput": 18
|
|
@@ -51752,7 +51784,7 @@
|
|
|
51752
51784
|
"bytesInOutput": 404
|
|
51753
51785
|
}
|
|
51754
51786
|
},
|
|
51755
|
-
"bytes":
|
|
51787
|
+
"bytes": 3782194
|
|
51756
51788
|
}
|
|
51757
51789
|
}
|
|
51758
51790
|
}
|