fjall 2.1.1 → 2.2.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 +28 -13
- package/bin/assets/generators/account/generator.js +133 -2
- package/bin/assets/generators/application/generator.js +382 -3
- package/bin/assets/generators/cdn/generator.js +436 -3
- package/bin/assets/generators/compute/generator.js +439 -1
- package/bin/assets/generators/compute/service/generator.js +338 -1
- package/bin/assets/generators/database/generator.js +439 -1
- package/bin/assets/generators/database/proxy/generator.js +338 -1
- package/bin/assets/generators/domain/generator.js +133 -2
- package/bin/assets/generators/network/generator.js +338 -1
- package/bin/assets/generators/organisation/generator.js +133 -2
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +439 -1
- package/bin/assets/generators/tunnel/generator.js +338 -1
- package/bin/fjall.bundle.js +304 -304
- package/package.json +3 -3
- package/bin/assets/generators/account/generator.d.ts +0 -8
- package/bin/assets/generators/account/index.d.ts +0 -1
- package/bin/assets/generators/account/index.js +0 -1
- package/bin/assets/generators/application/generator.d.ts +0 -4
- package/bin/assets/generators/application/index.d.ts +0 -1
- package/bin/assets/generators/application/index.js +0 -1
- package/bin/assets/generators/cdn/generator.d.ts +0 -4
- package/bin/assets/generators/cdn/index.d.ts +0 -1
- package/bin/assets/generators/cdn/index.js +0 -1
- package/bin/assets/generators/compute/computeIntegrationHelpers.d.ts +0 -134
- package/bin/assets/generators/compute/computeIntegrationHelpers.js +0 -1
- package/bin/assets/generators/compute/generator.d.ts +0 -4
- package/bin/assets/generators/compute/index.d.ts +0 -1
- package/bin/assets/generators/compute/index.js +0 -1
- package/bin/assets/generators/compute/service/generator.d.ts +0 -4
- package/bin/assets/generators/compute/service/index.d.ts +0 -1
- package/bin/assets/generators/compute/service/index.js +0 -1
- package/bin/assets/generators/database/databaseIntegrationTestUtils.d.ts +0 -134
- package/bin/assets/generators/database/databaseIntegrationTestUtils.js +0 -1
- package/bin/assets/generators/database/generator.d.ts +0 -4
- package/bin/assets/generators/database/index.d.ts +0 -1
- package/bin/assets/generators/database/index.js +0 -1
- package/bin/assets/generators/database/proxy/generator.d.ts +0 -4
- package/bin/assets/generators/database/proxy/index.d.ts +0 -1
- package/bin/assets/generators/database/proxy/index.js +0 -1
- package/bin/assets/generators/domain/generator.d.ts +0 -10
- package/bin/assets/generators/domain/index.d.ts +0 -1
- package/bin/assets/generators/domain/index.js +0 -1
- package/bin/assets/generators/messaging/index.d.ts +0 -1
- package/bin/assets/generators/messaging/index.js +0 -0
- package/bin/assets/generators/network/generator.d.ts +0 -4
- package/bin/assets/generators/network/index.d.ts +0 -1
- package/bin/assets/generators/network/index.js +0 -1
- package/bin/assets/generators/organisation/generator.d.ts +0 -4
- package/bin/assets/generators/organisation/index.d.ts +0 -1
- package/bin/assets/generators/organisation/index.js +0 -1
- package/bin/assets/generators/storage/index.d.ts +0 -1
- package/bin/assets/generators/storage/index.js +0 -1
- package/bin/assets/generators/storage/s3/generator.d.ts +0 -4
- package/bin/assets/generators/tunnel/generator.d.ts +0 -4
- package/bin/assets/generators/tunnel/index.d.ts +0 -1
- package/bin/assets/generators/tunnel/index.js +0 -1
- package/bin/assets/generators/utils/ast/astCodeModification.d.ts +0 -23
- package/bin/assets/generators/utils/ast/astCodeModification.js +0 -1
- package/bin/assets/generators/utils/ast/astDomainRewriter.d.ts +0 -65
- package/bin/assets/generators/utils/ast/astDomainRewriter.js +0 -1
- package/bin/assets/generators/utils/ast/astSurgicalModification.d.ts +0 -2
- package/bin/assets/generators/utils/ast/astSurgicalModification.js +0 -1
- package/bin/assets/generators/utils/ast/index.d.ts +0 -3
- package/bin/assets/generators/utils/ast/index.js +0 -1
- package/bin/assets/generators/utils/copySharedFiles.d.ts +0 -10
- package/bin/assets/generators/utils/copySharedFiles.js +0 -1
- package/bin/assets/generators/utils/index.d.ts +0 -8
- package/bin/assets/generators/utils/index.js +0 -1
- package/bin/assets/generators/utils/integrationTestUtils.d.ts +0 -138
- package/bin/assets/generators/utils/integrationTestUtils.js +0 -4
- package/bin/assets/generators/utils/mockTree.d.ts +0 -30
- package/bin/assets/generators/utils/mockTree.js +0 -1
- package/bin/assets/generators/utils/planning/generatorHelpers.d.ts +0 -35
- package/bin/assets/generators/utils/planning/generatorHelpers.js +0 -2
- package/bin/assets/generators/utils/planning/index.d.ts +0 -1
- package/bin/assets/generators/utils/planning/index.js +0 -1
- package/bin/assets/generators/utils/prompts.d.ts +0 -4
- package/bin/assets/generators/utils/prompts.js +0 -6
- package/bin/assets/generators/utils/renderEjs.d.ts +0 -24
- package/bin/assets/generators/utils/renderEjs.js +0 -1
- package/bin/assets/generators/utils/resources/connectionHelpers.d.ts +0 -19
- package/bin/assets/generators/utils/resources/connectionHelpers.js +0 -1
- package/bin/assets/generators/utils/resources/index.d.ts +0 -4
- package/bin/assets/generators/utils/resources/index.js +0 -1
- package/bin/assets/generators/utils/resources/promptValidation.d.ts +0 -42
- package/bin/assets/generators/utils/resources/promptValidation.js +0 -1
- package/bin/assets/generators/utils/resources/resourceDetection.d.ts +0 -12
- package/bin/assets/generators/utils/resources/resourceDetection.js +0 -1
- package/bin/assets/generators/utils/resources/resourceNaming.d.ts +0 -6
- package/bin/assets/generators/utils/resources/resourceNaming.js +0 -1
- package/bin/assets/generators/utils/tree.d.ts +0 -25
- package/bin/assets/generators/utils/tree.js +0 -1
- package/bin/assets/src/util/__tests__/fjallApiClientTestHelpers.d.ts +0 -9
- package/bin/assets/src/util/__tests__/fjallApiClientTestHelpers.js +0 -1
- package/bin/assets/src/util/__tests__/outputTestHelpers.d.ts +0 -9
- package/bin/assets/src/util/__tests__/outputTestHelpers.js +0 -1
- package/bin/assets/src/util/agent/__tests__/toonTestHelpers.d.ts +0 -91
- package/bin/assets/src/util/agent/__tests__/toonTestHelpers.js +0 -1
- package/bin/assets/src/util/agent/actionRequired.d.ts +0 -60
- package/bin/assets/src/util/agent/actionRequired.js +0 -1
- package/bin/assets/src/util/agent/agentCallbacks.d.ts +0 -21
- package/bin/assets/src/util/agent/agentCallbacks.js +0 -1
- package/bin/assets/src/util/agent/agentInit.d.ts +0 -17
- package/bin/assets/src/util/agent/agentInit.js +0 -288
- package/bin/assets/src/util/agent/agentOutput.d.ts +0 -61
- package/bin/assets/src/util/agent/agentOutput.js +0 -8
- package/bin/assets/src/util/agent/budget.d.ts +0 -19
- package/bin/assets/src/util/agent/budget.js +0 -4
- package/bin/assets/src/util/agent/detectAgent.d.ts +0 -51
- package/bin/assets/src/util/agent/detectAgent.js +0 -1
- package/bin/assets/src/util/agent/errorCodeMap.d.ts +0 -16
- package/bin/assets/src/util/agent/errorCodeMap.js +0 -1
- package/bin/assets/src/util/agent/errorCodes.d.ts +0 -48
- package/bin/assets/src/util/agent/errorCodes.js +0 -1
- package/bin/assets/src/util/agent/fieldSelection.d.ts +0 -22
- package/bin/assets/src/util/agent/fieldSelection.js +0 -1
- package/bin/assets/src/util/agent/getSurface.d.ts +0 -27
- package/bin/assets/src/util/agent/getSurface.js +0 -1
- package/bin/assets/src/util/agent/index.d.ts +0 -27
- package/bin/assets/src/util/agent/index.js +0 -1
- package/bin/assets/src/util/agent/mcpProtocolEmit.d.ts +0 -31
- package/bin/assets/src/util/agent/mcpProtocolEmit.js +0 -2
- package/bin/assets/src/util/agent/schemas/appsSchemas.d.ts +0 -18
- package/bin/assets/src/util/agent/schemas/appsSchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/assetSchemas.d.ts +0 -13
- package/bin/assets/src/util/agent/schemas/assetSchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/awsSchemas.d.ts +0 -5
- package/bin/assets/src/util/agent/schemas/awsSchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/deploySchemas.d.ts +0 -8
- package/bin/assets/src/util/agent/schemas/deploySchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/index.d.ts +0 -10
- package/bin/assets/src/util/agent/schemas/index.js +0 -1
- package/bin/assets/src/util/agent/schemas/infraSchemas.d.ts +0 -45
- package/bin/assets/src/util/agent/schemas/infraSchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/secretsSchemas.d.ts +0 -13
- package/bin/assets/src/util/agent/schemas/secretsSchemas.js +0 -1
- package/bin/assets/src/util/agent/schemas/types.d.ts +0 -98
- package/bin/assets/src/util/agent/schemas/types.js +0 -0
- package/bin/assets/src/util/agent/schemas/userSchemas.d.ts +0 -21
- package/bin/assets/src/util/agent/schemas/userSchemas.js +0 -1
- package/bin/assets/src/util/agent/sessionHooks.d.ts +0 -47
- package/bin/assets/src/util/agent/sessionHooks.js +0 -6
- package/bin/assets/src/util/agent/streaming.d.ts +0 -51
- package/bin/assets/src/util/agent/streaming.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/coreEntries.d.ts +0 -2
- package/bin/assets/src/util/agent/suggestionEntries/coreEntries.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/identityEntries.d.ts +0 -2
- package/bin/assets/src/util/agent/suggestionEntries/identityEntries.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/index.d.ts +0 -3
- package/bin/assets/src/util/agent/suggestionEntries/index.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/infraEntries.d.ts +0 -2
- package/bin/assets/src/util/agent/suggestionEntries/infraEntries.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/observabilityEntries.d.ts +0 -2
- package/bin/assets/src/util/agent/suggestionEntries/observabilityEntries.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/secretsEntries.d.ts +0 -2
- package/bin/assets/src/util/agent/suggestionEntries/secretsEntries.js +0 -1
- package/bin/assets/src/util/agent/suggestionEntries/types.d.ts +0 -17
- package/bin/assets/src/util/agent/suggestionEntries/types.js +0 -1
- package/bin/assets/src/util/agent/suggestions.d.ts +0 -30
- package/bin/assets/src/util/agent/suggestions.js +0 -1
- package/bin/assets/src/util/agent/tokenScopes.d.ts +0 -24
- package/bin/assets/src/util/agent/tokenScopes.js +0 -1
- package/bin/assets/src/util/agent/toonFormatter.d.ts +0 -55
- package/bin/assets/src/util/agent/toonFormatter.js +0 -14
- package/bin/assets/src/util/api/Credentials.d.ts +0 -13
- package/bin/assets/src/util/api/Credentials.js +0 -1
- package/bin/assets/src/util/api/FjallApiClient.d.ts +0 -33
- package/bin/assets/src/util/api/FjallApiClient.js +0 -1
- package/bin/assets/src/util/api/FjallApiClient.types.d.ts +0 -375
- package/bin/assets/src/util/api/FjallApiClient.types.js +0 -1
- package/bin/assets/src/util/api/FjallApiClientBase.d.ts +0 -13
- package/bin/assets/src/util/api/FjallApiClientBase.js +0 -1
- package/bin/assets/src/util/api/FjallApiClientDeviceCode.d.ts +0 -13
- package/bin/assets/src/util/api/FjallApiClientDeviceCode.js +0 -1
- package/bin/assets/src/util/api/FjallApiClientErrors.d.ts +0 -5
- package/bin/assets/src/util/api/FjallApiClientErrors.js +0 -1
- package/bin/assets/src/util/api/FjallApiClientResources.d.ts +0 -45
- package/bin/assets/src/util/api/FjallApiClientResources.js +0 -1
- package/bin/assets/src/util/api/index.d.ts +0 -7
- package/bin/assets/src/util/api/index.js +0 -1
- package/bin/assets/src/util/api/resolveApiKey.d.ts +0 -1
- package/bin/assets/src/util/api/resolveApiKey.js +0 -1
- package/bin/assets/src/util/api/scaffoldNotification.d.ts +0 -2
- package/bin/assets/src/util/api/scaffoldNotification.js +0 -1
- package/bin/assets/src/util/awsCleanup.d.ts +0 -9
- package/bin/assets/src/util/awsCleanup.js +0 -1
- package/bin/assets/src/util/awsTags.d.ts +0 -19
- package/bin/assets/src/util/awsTags.js +0 -1
- package/bin/assets/src/util/buildxEventAdapter.d.ts +0 -20
- package/bin/assets/src/util/buildxEventAdapter.js +0 -1
- package/bin/assets/src/util/caseConversion.d.ts +0 -1
- package/bin/assets/src/util/caseConversion.js +0 -1
- package/bin/assets/src/util/codemod/emitCliTelemetry.d.ts +0 -32
- package/bin/assets/src/util/codemod/emitCliTelemetry.js +0 -1
- package/bin/assets/src/util/codemod/exitCodes.d.ts +0 -11
- package/bin/assets/src/util/codemod/exitCodes.js +0 -1
- package/bin/assets/src/util/codemod/index.d.ts +0 -3
- package/bin/assets/src/util/codemod/index.js +0 -1
- package/bin/assets/src/util/codemod/renderCodemod.d.ts +0 -5
- package/bin/assets/src/util/codemod/renderCodemod.js +0 -1
- package/bin/assets/src/util/codemod/stepLabels.d.ts +0 -11
- package/bin/assets/src/util/codemod/stepLabels.js +0 -1
- package/bin/assets/src/util/colourUtils.d.ts +0 -21
- package/bin/assets/src/util/colourUtils.js +0 -1
- package/bin/assets/src/util/commandErrorHandler.d.ts +0 -16
- package/bin/assets/src/util/commandErrorHandler.js +0 -1
- package/bin/assets/src/util/commandResult.d.ts +0 -63
- package/bin/assets/src/util/commandResult.js +0 -1
- package/bin/assets/src/util/concurrency.d.ts +0 -35
- package/bin/assets/src/util/concurrency.js +0 -1
- package/bin/assets/src/util/deploymentEvents.d.ts +0 -155
- package/bin/assets/src/util/deploymentEvents.js +0 -1
- package/bin/assets/src/util/diagnostics/cdkTmpdirCleanup.d.ts +0 -19
- package/bin/assets/src/util/diagnostics/cdkTmpdirCleanup.js +0 -1
- package/bin/assets/src/util/errorDisplay.d.ts +0 -4
- package/bin/assets/src/util/errorDisplay.js +0 -2
- package/bin/assets/src/util/errorUtils.d.ts +0 -1
- package/bin/assets/src/util/errorUtils.js +0 -1
- package/bin/assets/src/util/executionMode.d.ts +0 -18
- package/bin/assets/src/util/executionMode.js +0 -1
- package/bin/assets/src/util/formatDeltaValue.d.ts +0 -1
- package/bin/assets/src/util/formatDeltaValue.js +0 -1
- package/bin/assets/src/util/formatDuration.d.ts +0 -1
- package/bin/assets/src/util/formatDuration.js +0 -1
- package/bin/assets/src/util/formatRelativeTime.d.ts +0 -1
- package/bin/assets/src/util/formatRelativeTime.js +0 -1
- package/bin/assets/src/util/fuzzyMatch.d.ts +0 -38
- package/bin/assets/src/util/fuzzyMatch.js +0 -1
- package/bin/assets/src/util/gitDetection.d.ts +0 -8
- package/bin/assets/src/util/gitDetection.js +0 -1
- package/bin/assets/src/util/index.d.ts +0 -50
- package/bin/assets/src/util/index.js +0 -1
- package/bin/assets/src/util/log.d.ts +0 -29
- package/bin/assets/src/util/log.js +0 -4
- package/bin/assets/src/util/logger/CorrelatedLogger.d.ts +0 -15
- package/bin/assets/src/util/logger/CorrelatedLogger.js +0 -1
- package/bin/assets/src/util/logger/DeploymentLogger.d.ts +0 -33
- package/bin/assets/src/util/logger/DeploymentLogger.js +0 -2
- package/bin/assets/src/util/logger/FileRotator.d.ts +0 -17
- package/bin/assets/src/util/logger/FileRotator.js +0 -1
- package/bin/assets/src/util/logger/LogFileWriter.d.ts +0 -54
- package/bin/assets/src/util/logger/LogFileWriter.js +0 -4
- package/bin/assets/src/util/logger/Logger.d.ts +0 -43
- package/bin/assets/src/util/logger/Logger.js +0 -1
- package/bin/assets/src/util/logger/index.d.ts +0 -15
- package/bin/assets/src/util/logger/index.js +0 -2
- package/bin/assets/src/util/logger/logDir.d.ts +0 -5
- package/bin/assets/src/util/logger/logDir.js +0 -1
- package/bin/assets/src/util/logger/types.d.ts +0 -48
- package/bin/assets/src/util/logger/types.js +0 -1
- package/bin/assets/src/util/nonInteractive/index.d.ts +0 -3
- package/bin/assets/src/util/nonInteractive/index.js +0 -1
- package/bin/assets/src/util/nonInteractive/nonInteractiveCallbacks.d.ts +0 -18
- package/bin/assets/src/util/nonInteractive/nonInteractiveCallbacks.js +0 -1
- package/bin/assets/src/util/nonInteractive/nonInteractiveCascadeOutput.d.ts +0 -51
- package/bin/assets/src/util/nonInteractive/nonInteractiveCascadeOutput.js +0 -1
- package/bin/assets/src/util/nonInteractive/nonInteractiveLabels.d.ts +0 -23
- package/bin/assets/src/util/nonInteractive/nonInteractiveLabels.js +0 -1
- package/bin/assets/src/util/nonInteractive/nonInteractiveOutput.d.ts +0 -128
- package/bin/assets/src/util/nonInteractive/nonInteractiveOutput.js +0 -4
- package/bin/assets/src/util/nonInteractive/nonInteractiveSummaryOutput.d.ts +0 -29
- package/bin/assets/src/util/nonInteractive/nonInteractiveSummaryOutput.js +0 -3
- package/bin/assets/src/util/organisationStructure.d.ts +0 -9
- package/bin/assets/src/util/organisationStructure.js +0 -1
- package/bin/assets/src/util/parseTakeOption.d.ts +0 -1
- package/bin/assets/src/util/parseTakeOption.js +0 -1
- package/bin/assets/src/util/passwordValidation.d.ts +0 -22
- package/bin/assets/src/util/passwordValidation.js +0 -1
- package/bin/assets/src/util/pathHelpers.d.ts +0 -19
- package/bin/assets/src/util/pathHelpers.js +0 -1
- package/bin/assets/src/util/patternDetection.d.ts +0 -7
- package/bin/assets/src/util/patternDetection.js +0 -1
- package/bin/assets/src/util/promptYesNo.d.ts +0 -5
- package/bin/assets/src/util/promptYesNo.js +0 -1
- package/bin/assets/src/util/readStdin.d.ts +0 -9
- package/bin/assets/src/util/readStdin.js +0 -1
- package/bin/assets/src/util/secretsUtils.d.ts +0 -155
- package/bin/assets/src/util/secretsUtils.js +0 -3
- package/bin/assets/src/util/signalCleanup.d.ts +0 -13
- package/bin/assets/src/util/signalCleanup.js +0 -4
- package/bin/assets/src/util/stripAnsi.d.ts +0 -2
- package/bin/assets/src/util/stripAnsi.js +0 -1
- package/bin/assets/src/util/synchronizedOutput.d.ts +0 -26
- package/bin/assets/src/util/synchronizedOutput.js +0 -1
- package/bin/assets/src/util/targetDetection.d.ts +0 -27
- package/bin/assets/src/util/targetDetection.js +0 -1
- package/bin/assets/src/util/targetHelpers.d.ts +0 -20
- package/bin/assets/src/util/targetHelpers.js +0 -1
- package/bin/assets/src/util/terminalCapabilities.d.ts +0 -21
- package/bin/assets/src/util/terminalCapabilities.js +0 -1
- package/bin/assets/src/util/terminalEscapes.d.ts +0 -29
- package/bin/assets/src/util/terminalEscapes.js +0 -1
- package/bin/assets/src/util/terminalFocus.d.ts +0 -33
- package/bin/assets/src/util/terminalFocus.js +0 -1
- package/bin/assets/src/util/theme.d.ts +0 -80
- package/bin/assets/src/util/theme.js +0 -1
- package/bin/assets/src/util/truncateMiddle.d.ts +0 -9
- package/bin/assets/src/util/truncateMiddle.js +0 -1
- package/bin/assets/src/util/typeGuards.d.ts +0 -5
- package/bin/assets/src/util/typeGuards.js +0 -1
- package/bin/assets/src/util/uiRouter.d.ts +0 -13
- package/bin/assets/src/util/uiRouter.js +0 -1
- package/bin/assets/src/util/urlHelpers.d.ts +0 -4
- package/bin/assets/src/util/urlHelpers.js +0 -1
- package/bin/assets/src/util/versionDisplay.d.ts +0 -5
- package/bin/assets/src/util/versionDisplay.js +0 -1
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-05-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.
|
|
1
|
+
bundled at 2026-05-25T07:03:23.244Z
|
|
2
|
+
bundle size: 3063841 bytes
|
|
3
|
+
cli version: 2.2.0
|
package/bin/.metafile.json
CHANGED
|
@@ -10555,13 +10555,18 @@
|
|
|
10555
10555
|
"format": "esm"
|
|
10556
10556
|
},
|
|
10557
10557
|
"../../deploy-core/dist/src/orchestration/applicationDestroy.js": {
|
|
10558
|
-
"bytes":
|
|
10558
|
+
"bytes": 2726,
|
|
10559
10559
|
"imports": [
|
|
10560
10560
|
{
|
|
10561
10561
|
"path": "../../generator/dist/src/index.js",
|
|
10562
10562
|
"kind": "import-statement",
|
|
10563
10563
|
"original": "@fjall/generator"
|
|
10564
10564
|
},
|
|
10565
|
+
{
|
|
10566
|
+
"path": "../../deploy-core/node_modules/@fjall/util/dist/index.js",
|
|
10567
|
+
"kind": "import-statement",
|
|
10568
|
+
"original": "@fjall/util"
|
|
10569
|
+
},
|
|
10565
10570
|
{
|
|
10566
10571
|
"path": "../../deploy-core/node_modules/@fjall/util/dist/logger.js",
|
|
10567
10572
|
"kind": "import-statement",
|
|
@@ -23132,7 +23137,7 @@
|
|
|
23132
23137
|
"format": "esm"
|
|
23133
23138
|
},
|
|
23134
23139
|
"../../cli/dist/src/operations/steps/index.js": {
|
|
23135
|
-
"bytes":
|
|
23140
|
+
"bytes": 1789,
|
|
23136
23141
|
"imports": [
|
|
23137
23142
|
{
|
|
23138
23143
|
"path": "../../cli/dist/src/operations/steps/accountSteps.js",
|
|
@@ -23285,7 +23290,7 @@
|
|
|
23285
23290
|
"format": "esm"
|
|
23286
23291
|
},
|
|
23287
23292
|
"../../cli/dist/src/ui/components/screens/orgCreationFlow.js": {
|
|
23288
|
-
"bytes":
|
|
23293
|
+
"bytes": 1715,
|
|
23289
23294
|
"imports": [
|
|
23290
23295
|
{
|
|
23291
23296
|
"path": "../../cli/dist/src/aws/utils/regions.js",
|
|
@@ -23403,7 +23408,7 @@
|
|
|
23403
23408
|
"format": "esm"
|
|
23404
23409
|
},
|
|
23405
23410
|
"../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
|
|
23406
|
-
"bytes":
|
|
23411
|
+
"bytes": 4151,
|
|
23407
23412
|
"imports": [
|
|
23408
23413
|
{
|
|
23409
23414
|
"path": "react",
|
|
@@ -28190,7 +28195,7 @@
|
|
|
28190
28195
|
"format": "esm"
|
|
28191
28196
|
},
|
|
28192
28197
|
"../../cli/dist/src/ui/screens/account/auth/LoginScreen.js": {
|
|
28193
|
-
"bytes":
|
|
28198
|
+
"bytes": 5361,
|
|
28194
28199
|
"imports": [
|
|
28195
28200
|
{
|
|
28196
28201
|
"path": "react",
|
|
@@ -28222,11 +28227,21 @@
|
|
|
28222
28227
|
"kind": "import-statement",
|
|
28223
28228
|
"original": "../../../components/progress/ProgressTracker.js"
|
|
28224
28229
|
},
|
|
28230
|
+
{
|
|
28231
|
+
"path": "../../cli/dist/src/ui/components/progress/Spinner.js",
|
|
28232
|
+
"kind": "import-statement",
|
|
28233
|
+
"original": "../../../components/progress/Spinner.js"
|
|
28234
|
+
},
|
|
28225
28235
|
{
|
|
28226
28236
|
"path": "../../cli/dist/src/ui/components/inputs/Confirm.js",
|
|
28227
28237
|
"kind": "import-statement",
|
|
28228
28238
|
"original": "../../../components/inputs/Confirm.js"
|
|
28229
28239
|
},
|
|
28240
|
+
{
|
|
28241
|
+
"path": "../../cli/dist/src/ui/theme.js",
|
|
28242
|
+
"kind": "import-statement",
|
|
28243
|
+
"original": "../../../theme.js"
|
|
28244
|
+
},
|
|
28230
28245
|
{
|
|
28231
28246
|
"path": "../../cli/dist/src/ui/screens/account/auth/LoginSteps.js",
|
|
28232
28247
|
"kind": "import-statement",
|
|
@@ -35879,7 +35894,7 @@
|
|
|
35879
35894
|
"imports": [],
|
|
35880
35895
|
"exports": [],
|
|
35881
35896
|
"inputs": {},
|
|
35882
|
-
"bytes":
|
|
35897
|
+
"bytes": 8857964
|
|
35883
35898
|
},
|
|
35884
35899
|
"bin/fjall.bundle.js": {
|
|
35885
35900
|
"imports": [
|
|
@@ -40981,7 +40996,7 @@
|
|
|
40981
40996
|
"bytesInOutput": 441
|
|
40982
40997
|
},
|
|
40983
40998
|
"../../deploy-core/dist/src/orchestration/applicationDestroy.js": {
|
|
40984
|
-
"bytesInOutput":
|
|
40999
|
+
"bytesInOutput": 2137
|
|
40985
41000
|
},
|
|
40986
41001
|
"../../deploy-core/dist/src/orchestration/stackCleanup.js": {
|
|
40987
41002
|
"bytesInOutput": 4649
|
|
@@ -42007,7 +42022,7 @@
|
|
|
42007
42022
|
"bytesInOutput": 3229
|
|
42008
42023
|
},
|
|
42009
42024
|
"../../cli/dist/src/services/app/AppIdentityService.js": {
|
|
42010
|
-
"bytesInOutput":
|
|
42025
|
+
"bytesInOutput": 2164
|
|
42011
42026
|
},
|
|
42012
42027
|
"../../cli/dist/src/services/app/AppQueryService.js": {
|
|
42013
42028
|
"bytesInOutput": 2116
|
|
@@ -42283,7 +42298,7 @@
|
|
|
42283
42298
|
"bytesInOutput": 172
|
|
42284
42299
|
},
|
|
42285
42300
|
"../../cli/dist/src/operations/steps/orgSteps.js": {
|
|
42286
|
-
"bytesInOutput":
|
|
42301
|
+
"bytesInOutput": 290
|
|
42287
42302
|
},
|
|
42288
42303
|
"../../cli/dist/src/operations/steps/connectSteps.js": {
|
|
42289
42304
|
"bytesInOutput": 281
|
|
@@ -42316,10 +42331,10 @@
|
|
|
42316
42331
|
"bytesInOutput": 1689
|
|
42317
42332
|
},
|
|
42318
42333
|
"../../cli/dist/src/operations/createOrgOperation.js": {
|
|
42319
|
-
"bytesInOutput":
|
|
42334
|
+
"bytesInOutput": 1524
|
|
42320
42335
|
},
|
|
42321
42336
|
"../../cli/dist/src/ui/components/screens/orgCreationFlow.js": {
|
|
42322
|
-
"bytesInOutput":
|
|
42337
|
+
"bytesInOutput": 1308
|
|
42323
42338
|
},
|
|
42324
42339
|
"../../cli/dist/src/operations/createAccountOperation.js": {
|
|
42325
42340
|
"bytesInOutput": 717
|
|
@@ -42697,7 +42712,7 @@
|
|
|
42697
42712
|
"bytesInOutput": 1891
|
|
42698
42713
|
},
|
|
42699
42714
|
"../../cli/dist/src/ui/screens/account/auth/LoginScreen.js": {
|
|
42700
|
-
"bytesInOutput":
|
|
42715
|
+
"bytesInOutput": 4502
|
|
42701
42716
|
},
|
|
42702
42717
|
"../../cli/dist/src/ui/screens/import/DiscoveringScreen.js": {
|
|
42703
42718
|
"bytesInOutput": 1108
|
|
@@ -43300,7 +43315,7 @@
|
|
|
43300
43315
|
"bytesInOutput": 422
|
|
43301
43316
|
}
|
|
43302
43317
|
},
|
|
43303
|
-
"bytes":
|
|
43318
|
+
"bytes": 3063841
|
|
43304
43319
|
}
|
|
43305
43320
|
}
|
|
43306
43321
|
}
|