fjall 2.22.1 → 2.23.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 CHANGED
@@ -1,3 +1,3 @@
1
- bundled at 2026-06-30T21:20:58.359Z
2
- bundle size: 3529835 bytes
3
- cli version: 2.22.1
1
+ bundled at 2026-07-02T09:03:31.861Z
2
+ bundle size: 3532282 bytes
3
+ cli version: 2.23.0
@@ -2119,6 +2119,17 @@
2119
2119
  "imports": [],
2120
2120
  "format": "esm"
2121
2121
  },
2122
+ "../../util/dist/secrets.js": {
2123
+ "bytes": 2339,
2124
+ "imports": [
2125
+ {
2126
+ "path": "../../node_modules/zod/index.js",
2127
+ "kind": "import-statement",
2128
+ "original": "zod"
2129
+ }
2130
+ ],
2131
+ "format": "esm"
2132
+ },
2122
2133
  "../../util/dist/infra/connectionsWire.js": {
2123
2134
  "bytes": 316,
2124
2135
  "imports": [
@@ -2183,7 +2194,7 @@
2183
2194
  "format": "esm"
2184
2195
  },
2185
2196
  "../../util/dist/index.js": {
2186
- "bytes": 5243,
2197
+ "bytes": 5885,
2187
2198
  "imports": [
2188
2199
  {
2189
2200
  "path": "../../util/dist/infra/domainExports.js",
@@ -2270,6 +2281,11 @@
2270
2281
  "kind": "import-statement",
2271
2282
  "original": "./infra/tokenScopes.js"
2272
2283
  },
2284
+ {
2285
+ "path": "../../util/dist/secrets.js",
2286
+ "kind": "import-statement",
2287
+ "original": "./secrets.js"
2288
+ },
2273
2289
  {
2274
2290
  "path": "../../util/dist/infra/connectionsWire.js",
2275
2291
  "kind": "import-statement",
@@ -3613,13 +3629,25 @@
3613
3629
  "format": "esm"
3614
3630
  },
3615
3631
  "../../generator/dist/src/validation/validationPatterns.js": {
3616
- "bytes": 1557,
3617
- "imports": [],
3632
+ "bytes": 1588,
3633
+ "imports": [
3634
+ {
3635
+ "path": "../../util/dist/index.js",
3636
+ "kind": "import-statement",
3637
+ "original": "@fjall/util"
3638
+ }
3639
+ ],
3618
3640
  "format": "esm"
3619
3641
  },
3620
3642
  "../../generator/dist/src/validation/validationMessages.js": {
3621
- "bytes": 11046,
3622
- "imports": [],
3643
+ "bytes": 10907,
3644
+ "imports": [
3645
+ {
3646
+ "path": "../../util/dist/index.js",
3647
+ "kind": "import-statement",
3648
+ "original": "@fjall/util"
3649
+ }
3650
+ ],
3623
3651
  "format": "esm"
3624
3652
  },
3625
3653
  "../../generator/dist/src/validation/patterns.js": {
@@ -9562,7 +9590,7 @@
9562
9590
  "format": "esm"
9563
9591
  },
9564
9592
  "../../util/dist/docker/dockerCliSchemas.js": {
9565
- "bytes": 2188,
9593
+ "bytes": 2133,
9566
9594
  "imports": [
9567
9595
  {
9568
9596
  "path": "../../node_modules/zod/index.js",
@@ -9573,7 +9601,7 @@
9573
9601
  "format": "esm"
9574
9602
  },
9575
9603
  "../../util/dist/docker/buildxArgvBuilder.js": {
9576
- "bytes": 1248,
9604
+ "bytes": 1108,
9577
9605
  "imports": [
9578
9606
  {
9579
9607
  "path": "../../util/dist/docker/dockerCliConstants.js",
@@ -9703,7 +9731,7 @@
9703
9731
  "format": "esm"
9704
9732
  },
9705
9733
  "../../util/dist/docker/ecrCredentialStore.js": {
9706
- "bytes": 2168,
9734
+ "bytes": 2475,
9707
9735
  "imports": [
9708
9736
  {
9709
9737
  "path": "node:fs/promises",
@@ -9760,7 +9788,7 @@
9760
9788
  "format": "esm"
9761
9789
  },
9762
9790
  "../../util/dist/docker/DockerCli.js": {
9763
- "bytes": 4507,
9791
+ "bytes": 4668,
9764
9792
  "imports": [
9765
9793
  {
9766
9794
  "path": "node:child_process",
@@ -10038,7 +10066,7 @@
10038
10066
  "format": "esm"
10039
10067
  },
10040
10068
  "../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
10041
- "bytes": 7700,
10069
+ "bytes": 8101,
10042
10070
  "imports": [
10043
10071
  {
10044
10072
  "path": "node:path",
@@ -21321,8 +21349,34 @@
21321
21349
  ],
21322
21350
  "format": "esm"
21323
21351
  },
21352
+ "../../cli/dist/src/types/secrets.js": {
21353
+ "bytes": 2046,
21354
+ "imports": [
21355
+ {
21356
+ "path": "../../node_modules/zod/index.js",
21357
+ "kind": "import-statement",
21358
+ "original": "zod"
21359
+ },
21360
+ {
21361
+ "path": "../../util/dist/index.js",
21362
+ "kind": "import-statement",
21363
+ "original": "@fjall/util"
21364
+ },
21365
+ {
21366
+ "path": "../../util/dist/index.js",
21367
+ "kind": "import-statement",
21368
+ "original": "@fjall/util"
21369
+ },
21370
+ {
21371
+ "path": "../../cli/dist/src/types/errors/ServiceError.js",
21372
+ "kind": "import-statement",
21373
+ "original": "./errors/ServiceError.js"
21374
+ }
21375
+ ],
21376
+ "format": "esm"
21377
+ },
21324
21378
  "../../cli/dist/src/validation/commandSchemas.js": {
21325
- "bytes": 10731,
21379
+ "bytes": 10752,
21326
21380
  "imports": [
21327
21381
  {
21328
21382
  "path": "../../node_modules/zod/index.js",
@@ -21348,6 +21402,11 @@
21348
21402
  "path": "../../cli/dist/src/validation/patterns.js",
21349
21403
  "kind": "import-statement",
21350
21404
  "original": "./patterns.js"
21405
+ },
21406
+ {
21407
+ "path": "../../cli/dist/src/types/secrets.js",
21408
+ "kind": "import-statement",
21409
+ "original": "../types/secrets.js"
21351
21410
  }
21352
21411
  ],
21353
21412
  "format": "esm"
@@ -22000,7 +22059,7 @@
22000
22059
  "format": "esm"
22001
22060
  },
22002
22061
  "../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
22003
- "bytes": 9332,
22062
+ "bytes": 9625,
22004
22063
  "imports": [
22005
22064
  {
22006
22065
  "path": "../../cli/dist/src/types/Result.js",
@@ -22209,7 +22268,7 @@
22209
22268
  "format": "esm"
22210
22269
  },
22211
22270
  "../../cli/dist/src/services/container/CliDockerProvider.js": {
22212
- "bytes": 5973,
22271
+ "bytes": 6988,
22213
22272
  "imports": [
22214
22273
  {
22215
22274
  "path": "node:path",
@@ -23901,13 +23960,18 @@
23901
23960
  "format": "esm"
23902
23961
  },
23903
23962
  "../../cli/dist/src/util/secretsUtils.js": {
23904
- "bytes": 2509,
23963
+ "bytes": 2011,
23905
23964
  "imports": [
23906
23965
  {
23907
23966
  "path": "node:fs",
23908
23967
  "kind": "import-statement",
23909
23968
  "external": true
23910
23969
  },
23970
+ {
23971
+ "path": "../../util/dist/index.js",
23972
+ "kind": "import-statement",
23973
+ "original": "@fjall/util"
23974
+ },
23911
23975
  {
23912
23976
  "path": "../../cli/dist/src/types/Result.js",
23913
23977
  "kind": "import-statement",
@@ -23922,33 +23986,17 @@
23922
23986
  "path": "../../cli/dist/src/util/errorUtils.js",
23923
23987
  "kind": "import-statement",
23924
23988
  "original": "./errorUtils.js"
23925
- }
23926
- ],
23927
- "format": "esm"
23928
- },
23929
- "../../cli/dist/src/types/secrets.js": {
23930
- "bytes": 2510,
23931
- "imports": [
23932
- {
23933
- "path": "../../node_modules/zod/index.js",
23934
- "kind": "import-statement",
23935
- "original": "zod"
23936
23989
  },
23937
23990
  {
23938
- "path": "../../cli/dist/src/validation/patterns.js",
23939
- "kind": "import-statement",
23940
- "original": "../validation/patterns.js"
23941
- },
23942
- {
23943
- "path": "../../cli/dist/src/types/errors/ServiceError.js",
23991
+ "path": "../../util/dist/index.js",
23944
23992
  "kind": "import-statement",
23945
- "original": "./errors/ServiceError.js"
23993
+ "original": "@fjall/util"
23946
23994
  }
23947
23995
  ],
23948
23996
  "format": "esm"
23949
23997
  },
23950
23998
  "../../cli/dist/src/services/secrets/SecretsValidator.js": {
23951
- "bytes": 2768,
23999
+ "bytes": 2748,
23952
24000
  "imports": [
23953
24001
  {
23954
24002
  "path": "@aws-sdk/client-ssm",
@@ -23965,11 +24013,6 @@
23965
24013
  "kind": "import-statement",
23966
24014
  "original": "../../types/Result.js"
23967
24015
  },
23968
- {
23969
- "path": "../../cli/dist/src/util/secretsUtils.js",
23970
- "kind": "import-statement",
23971
- "original": "../../util/secretsUtils.js"
23972
- },
23973
24016
  {
23974
24017
  "path": "../../cli/dist/src/aws/utils/awsErrorHandler.js",
23975
24018
  "kind": "import-statement",
@@ -24004,8 +24047,13 @@
24004
24047
  "format": "esm"
24005
24048
  },
24006
24049
  "../../cli/dist/src/services/secrets/secretsImportExport.js": {
24007
- "bytes": 2543,
24050
+ "bytes": 2493,
24008
24051
  "imports": [
24052
+ {
24053
+ "path": "../../util/dist/index.js",
24054
+ "kind": "import-statement",
24055
+ "original": "@fjall/util"
24056
+ },
24009
24057
  {
24010
24058
  "path": "../../cli/dist/src/types/Result.js",
24011
24059
  "kind": "import-statement",
@@ -24066,7 +24114,7 @@
24066
24114
  "format": "esm"
24067
24115
  },
24068
24116
  "../../cli/dist/src/services/secrets/secretsHelpers.js": {
24069
- "bytes": 1734,
24117
+ "bytes": 1538,
24070
24118
  "imports": [
24071
24119
  {
24072
24120
  "path": "../../util/dist/index.js",
@@ -25906,7 +25954,7 @@
25906
25954
  "format": "esm"
25907
25955
  },
25908
25956
  "../../cli/dist/src/util/agent/suggestionEntries/coreEntries.js": {
25909
- "bytes": 2766,
25957
+ "bytes": 2752,
25910
25958
  "imports": [
25911
25959
  {
25912
25960
  "path": "../../cli/dist/src/util/agent/suggestionEntries/types.js",
@@ -25917,7 +25965,7 @@
25917
25965
  "format": "esm"
25918
25966
  },
25919
25967
  "../../cli/dist/src/util/agent/suggestionEntries/secretsEntries.js": {
25920
- "bytes": 1396,
25968
+ "bytes": 1330,
25921
25969
  "imports": [
25922
25970
  {
25923
25971
  "path": "../../cli/dist/src/util/agent/suggestionEntries/types.js",
@@ -26225,7 +26273,7 @@
26225
26273
  "format": "esm"
26226
26274
  },
26227
26275
  "../../cli/dist/src/util/nonInteractive/nonInteractiveSummaryOutput.js": {
26228
- "bytes": 2600,
26276
+ "bytes": 2642,
26229
26277
  "imports": [
26230
26278
  {
26231
26279
  "path": "../../node_modules/chalk/source/index.js",
@@ -33362,7 +33410,7 @@
33362
33410
  "format": "esm"
33363
33411
  },
33364
33412
  "../../cli/dist/src/ui/screens/secrets/secretsScreenUtils.js": {
33365
- "bytes": 3866,
33413
+ "bytes": 3793,
33366
33414
  "imports": [
33367
33415
  {
33368
33416
  "path": "react",
@@ -40538,7 +40586,7 @@
40538
40586
  "format": "esm"
40539
40587
  },
40540
40588
  "../../cli/dist/src/commands/registration/secretCommands.js": {
40541
- "bytes": 2761,
40589
+ "bytes": 2753,
40542
40590
  "imports": [
40543
40591
  {
40544
40592
  "path": "../../cli/dist/src/commands/index.js",
@@ -41044,7 +41092,7 @@
41044
41092
  "imports": [],
41045
41093
  "exports": [],
41046
41094
  "inputs": {},
41047
- "bytes": 10396338
41095
+ "bytes": 10403133
41048
41096
  },
41049
41097
  "bin/fjall.bundle.js": {
41050
41098
  "imports": [
@@ -45415,6 +45463,9 @@
45415
45463
  "../../util/dist/infra/tokenScopes.js": {
45416
45464
  "bytesInOutput": 155
45417
45465
  },
45466
+ "../../util/dist/secrets.js": {
45467
+ "bytesInOutput": 2065
45468
+ },
45418
45469
  "../../util/dist/infra/connectionsWire.js": {
45419
45470
  "bytesInOutput": 260
45420
45471
  },
@@ -45440,7 +45491,7 @@
45440
45491
  "bytesInOutput": 268
45441
45492
  },
45442
45493
  "../../util/dist/index.js": {
45443
- "bytesInOutput": 2476
45494
+ "bytesInOutput": 2804
45444
45495
  },
45445
45496
  "../../cli/dist/src/util/logger/Logger.js": {
45446
45497
  "bytesInOutput": 3223
@@ -45554,10 +45605,10 @@
45554
45605
  "bytesInOutput": 335
45555
45606
  },
45556
45607
  "../../generator/dist/src/validation/validationPatterns.js": {
45557
- "bytesInOutput": 1529
45608
+ "bytesInOutput": 1498
45558
45609
  },
45559
45610
  "../../generator/dist/src/validation/validationMessages.js": {
45560
- "bytesInOutput": 11038
45611
+ "bytesInOutput": 10832
45561
45612
  },
45562
45613
  "../../generator/dist/src/validation/patterns.js": {
45563
45614
  "bytesInOutput": 41
@@ -46055,7 +46106,7 @@
46055
46106
  "bytesInOutput": 16452
46056
46107
  },
46057
46108
  "../../deploy-core/node_modules/@smithy/core/dist-cjs/submodules/config/index.js": {
46058
- "bytesInOutput": 12493
46109
+ "bytesInOutput": 12523
46059
46110
  },
46060
46111
  "../../deploy-core/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js": {
46061
46112
  "bytesInOutput": 13396
@@ -46436,10 +46487,10 @@
46436
46487
  "bytesInOutput": 120
46437
46488
  },
46438
46489
  "../../util/dist/docker/dockerCliSchemas.js": {
46439
- "bytesInOutput": 2044
46490
+ "bytesInOutput": 1989
46440
46491
  },
46441
46492
  "../../util/dist/docker/buildxArgvBuilder.js": {
46442
- "bytesInOutput": 1178
46493
+ "bytesInOutput": 1038
46443
46494
  },
46444
46495
  "../../util/dist/docker/buildArgInference.js": {
46445
46496
  "bytesInOutput": 121
@@ -46463,13 +46514,13 @@
46463
46514
  "bytesInOutput": 3212
46464
46515
  },
46465
46516
  "../../util/dist/docker/ecrCredentialStore.js": {
46466
- "bytesInOutput": 2097
46517
+ "bytesInOutput": 2410
46467
46518
  },
46468
46519
  "../../util/dist/docker/DockerCli.registry.js": {
46469
46520
  "bytesInOutput": 2883
46470
46521
  },
46471
46522
  "../../util/dist/docker/DockerCli.js": {
46472
- "bytesInOutput": 3801
46523
+ "bytesInOutput": 3961
46473
46524
  },
46474
46525
  "../../util/dist/docker/metadataFileParser.js": {
46475
46526
  "bytesInOutput": 734
@@ -46493,7 +46544,7 @@
46493
46544
  "bytesInOutput": 2140
46494
46545
  },
46495
46546
  "../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
46496
- "bytesInOutput": 6922
46547
+ "bytesInOutput": 7322
46497
46548
  },
46498
46549
  "../../deploy-core/dist/src/orchestration/application/welcomeImageHelper.js": {
46499
46550
  "bytesInOutput": 1402
@@ -47989,8 +48040,11 @@
47989
48040
  "../../cli/dist/src/validation/patterns.js": {
47990
48041
  "bytesInOutput": 34
47991
48042
  },
48043
+ "../../cli/dist/src/types/secrets.js": {
48044
+ "bytesInOutput": 1560
48045
+ },
47992
48046
  "../../cli/dist/src/validation/commandSchemas.js": {
47993
- "bytesInOutput": 9315
48047
+ "bytesInOutput": 9283
47994
48048
  },
47995
48049
  "../../cli/dist/src/services/infrastructure/DeploymentValidation.js": {
47996
48050
  "bytesInOutput": 2658
@@ -48062,7 +48116,7 @@
48062
48116
  "bytesInOutput": 284
48063
48117
  },
48064
48118
  "../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
48065
- "bytesInOutput": 8441
48119
+ "bytesInOutput": 8723
48066
48120
  },
48067
48121
  "../../cli/dist/src/services/container/EcrService.tagging.js": {
48068
48122
  "bytesInOutput": 2053
@@ -48074,7 +48128,7 @@
48074
48128
  "bytesInOutput": 1434
48075
48129
  },
48076
48130
  "../../cli/dist/src/services/container/CliDockerProvider.js": {
48077
- "bytesInOutput": 5556
48131
+ "bytesInOutput": 6561
48078
48132
  },
48079
48133
  "../../cli/dist/src/services/organisation/OrganisationServiceTypes.js": {
48080
48134
  "bytesInOutput": 257
@@ -48206,25 +48260,22 @@
48206
48260
  "bytesInOutput": 3085
48207
48261
  },
48208
48262
  "../../cli/dist/src/util/secretsUtils.js": {
48209
- "bytesInOutput": 1950
48210
- },
48211
- "../../cli/dist/src/types/secrets.js": {
48212
- "bytesInOutput": 2065
48263
+ "bytesInOutput": 1211
48213
48264
  },
48214
48265
  "../../cli/dist/src/services/secrets/SecretsValidator.js": {
48215
- "bytesInOutput": 2245
48266
+ "bytesInOutput": 2258
48216
48267
  },
48217
48268
  "../../cli/dist/src/util/deploy/awsTags.js": {
48218
48269
  "bytesInOutput": 228
48219
48270
  },
48220
48271
  "../../cli/dist/src/services/secrets/secretsImportExport.js": {
48221
- "bytesInOutput": 2253
48272
+ "bytesInOutput": 2149
48222
48273
  },
48223
48274
  "../../cli/dist/src/services/secrets/secretsExecution.js": {
48224
48275
  "bytesInOutput": 1172
48225
48276
  },
48226
48277
  "../../cli/dist/src/services/secrets/secretsHelpers.js": {
48227
- "bytesInOutput": 1239
48278
+ "bytesInOutput": 1022
48228
48279
  },
48229
48280
  "../../cli/dist/src/services/secrets/SecretsService.js": {
48230
48281
  "bytesInOutput": 3804
@@ -48374,10 +48425,10 @@
48374
48425
  "bytesInOutput": 243
48375
48426
  },
48376
48427
  "../../cli/dist/src/util/agent/suggestionEntries/coreEntries.js": {
48377
- "bytesInOutput": 2749
48428
+ "bytesInOutput": 2735
48378
48429
  },
48379
48430
  "../../cli/dist/src/util/agent/suggestionEntries/secretsEntries.js": {
48380
- "bytesInOutput": 1367
48431
+ "bytesInOutput": 1301
48381
48432
  },
48382
48433
  "../../cli/dist/src/util/agent/suggestionEntries/identityEntries.js": {
48383
48434
  "bytesInOutput": 2543
@@ -48422,7 +48473,7 @@
48422
48473
  "bytesInOutput": 146
48423
48474
  },
48424
48475
  "../../cli/dist/src/util/nonInteractive/nonInteractiveSummaryOutput.js": {
48425
- "bytesInOutput": 2376
48476
+ "bytesInOutput": 2418
48426
48477
  },
48427
48478
  "../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js": {
48428
48479
  "bytesInOutput": 4002
@@ -49055,7 +49106,7 @@
49055
49106
  "bytesInOutput": 2680
49056
49107
  },
49057
49108
  "../../cli/dist/src/ui/screens/secrets/secretsScreenUtils.js": {
49058
- "bytesInOutput": 3700
49109
+ "bytesInOutput": 3627
49059
49110
  },
49060
49111
  "../../cli/dist/src/ui/screens/secrets/secretsNavigation.js": {
49061
49112
  "bytesInOutput": 2126
@@ -49079,7 +49130,7 @@
49079
49130
  "bytesInOutput": 972
49080
49131
  },
49081
49132
  "../../cli/dist/src/ui/screens/secrets/SecretsWriteSteps.js": {
49082
- "bytesInOutput": 5652
49133
+ "bytesInOutput": 5651
49083
49134
  },
49084
49135
  "../../cli/dist/src/ui/screens/secrets/SecretsViewSteps.js": {
49085
49136
  "bytesInOutput": 5177
@@ -49667,7 +49718,7 @@
49667
49718
  "bytesInOutput": 2864
49668
49719
  },
49669
49720
  "../../cli/dist/src/commands/registration/secretCommands.js": {
49670
- "bytesInOutput": 2639
49721
+ "bytesInOutput": 2631
49671
49722
  },
49672
49723
  "../../cli/dist/src/commands/registration/userAndProfileCommands.js": {
49673
49724
  "bytesInOutput": 4380
@@ -49697,7 +49748,7 @@
49697
49748
  "bytesInOutput": 404
49698
49749
  }
49699
49750
  },
49700
- "bytes": 3529835
49751
+ "bytes": 3532282
49701
49752
  }
49702
49753
  }
49703
49754
  }