fjall 1.1.0 → 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.
Files changed (308) hide show
  1. package/bin/.bundled +3 -3
  2. package/bin/.metafile.json +122 -29
  3. package/bin/assets/generators/account/generator.js +133 -2
  4. package/bin/assets/generators/application/generator.js +382 -3
  5. package/bin/assets/generators/cdn/generator.js +436 -3
  6. package/bin/assets/generators/compute/generator.js +439 -1
  7. package/bin/assets/generators/compute/service/generator.js +338 -1
  8. package/bin/assets/generators/database/generator.js +439 -1
  9. package/bin/assets/generators/database/proxy/generator.js +338 -1
  10. package/bin/assets/generators/domain/generator.js +133 -2
  11. package/bin/assets/generators/network/generator.js +338 -1
  12. package/bin/assets/generators/organisation/files/organisation/infrastructure.ts +2 -0
  13. package/bin/assets/generators/organisation/generator.js +133 -2
  14. package/bin/assets/generators/shared/files/package.json +2 -2
  15. package/bin/assets/generators/storage/s3/generator.js +439 -1
  16. package/bin/assets/generators/tunnel/generator.js +338 -1
  17. package/bin/fjall.bundle.js +338 -337
  18. package/package.json +3 -3
  19. package/bin/assets/generators/account/generator.d.ts +0 -8
  20. package/bin/assets/generators/account/index.d.ts +0 -1
  21. package/bin/assets/generators/account/index.js +0 -1
  22. package/bin/assets/generators/application/generator.d.ts +0 -4
  23. package/bin/assets/generators/application/index.d.ts +0 -1
  24. package/bin/assets/generators/application/index.js +0 -1
  25. package/bin/assets/generators/cdn/generator.d.ts +0 -4
  26. package/bin/assets/generators/cdn/index.d.ts +0 -1
  27. package/bin/assets/generators/cdn/index.js +0 -1
  28. package/bin/assets/generators/compute/computeIntegrationHelpers.d.ts +0 -134
  29. package/bin/assets/generators/compute/computeIntegrationHelpers.js +0 -1
  30. package/bin/assets/generators/compute/generator.d.ts +0 -4
  31. package/bin/assets/generators/compute/index.d.ts +0 -1
  32. package/bin/assets/generators/compute/index.js +0 -1
  33. package/bin/assets/generators/compute/service/generator.d.ts +0 -4
  34. package/bin/assets/generators/compute/service/index.d.ts +0 -1
  35. package/bin/assets/generators/compute/service/index.js +0 -1
  36. package/bin/assets/generators/database/databaseIntegrationTestUtils.d.ts +0 -134
  37. package/bin/assets/generators/database/databaseIntegrationTestUtils.js +0 -1
  38. package/bin/assets/generators/database/generator.d.ts +0 -4
  39. package/bin/assets/generators/database/index.d.ts +0 -1
  40. package/bin/assets/generators/database/index.js +0 -1
  41. package/bin/assets/generators/database/proxy/generator.d.ts +0 -4
  42. package/bin/assets/generators/database/proxy/index.d.ts +0 -1
  43. package/bin/assets/generators/database/proxy/index.js +0 -1
  44. package/bin/assets/generators/domain/generator.d.ts +0 -10
  45. package/bin/assets/generators/domain/index.d.ts +0 -1
  46. package/bin/assets/generators/domain/index.js +0 -1
  47. package/bin/assets/generators/messaging/index.d.ts +0 -1
  48. package/bin/assets/generators/messaging/index.js +0 -0
  49. package/bin/assets/generators/network/generator.d.ts +0 -4
  50. package/bin/assets/generators/network/index.d.ts +0 -1
  51. package/bin/assets/generators/network/index.js +0 -1
  52. package/bin/assets/generators/organisation/generator.d.ts +0 -4
  53. package/bin/assets/generators/organisation/index.d.ts +0 -1
  54. package/bin/assets/generators/organisation/index.js +0 -1
  55. package/bin/assets/generators/storage/index.d.ts +0 -1
  56. package/bin/assets/generators/storage/index.js +0 -1
  57. package/bin/assets/generators/storage/s3/generator.d.ts +0 -4
  58. package/bin/assets/generators/tunnel/generator.d.ts +0 -4
  59. package/bin/assets/generators/tunnel/index.d.ts +0 -1
  60. package/bin/assets/generators/tunnel/index.js +0 -1
  61. package/bin/assets/generators/utils/ast/astCodeModification.d.ts +0 -23
  62. package/bin/assets/generators/utils/ast/astCodeModification.js +0 -1
  63. package/bin/assets/generators/utils/ast/astDomainRewriter.d.ts +0 -65
  64. package/bin/assets/generators/utils/ast/astDomainRewriter.js +0 -1
  65. package/bin/assets/generators/utils/ast/astSurgicalModification.d.ts +0 -2
  66. package/bin/assets/generators/utils/ast/astSurgicalModification.js +0 -1
  67. package/bin/assets/generators/utils/ast/index.d.ts +0 -3
  68. package/bin/assets/generators/utils/ast/index.js +0 -1
  69. package/bin/assets/generators/utils/copySharedFiles.d.ts +0 -10
  70. package/bin/assets/generators/utils/copySharedFiles.js +0 -1
  71. package/bin/assets/generators/utils/index.d.ts +0 -8
  72. package/bin/assets/generators/utils/index.js +0 -1
  73. package/bin/assets/generators/utils/integrationTestUtils.d.ts +0 -138
  74. package/bin/assets/generators/utils/integrationTestUtils.js +0 -4
  75. package/bin/assets/generators/utils/mockTree.d.ts +0 -30
  76. package/bin/assets/generators/utils/mockTree.js +0 -1
  77. package/bin/assets/generators/utils/planning/generatorHelpers.d.ts +0 -35
  78. package/bin/assets/generators/utils/planning/generatorHelpers.js +0 -2
  79. package/bin/assets/generators/utils/planning/index.d.ts +0 -1
  80. package/bin/assets/generators/utils/planning/index.js +0 -1
  81. package/bin/assets/generators/utils/prompts.d.ts +0 -4
  82. package/bin/assets/generators/utils/prompts.js +0 -6
  83. package/bin/assets/generators/utils/renderEjs.d.ts +0 -24
  84. package/bin/assets/generators/utils/renderEjs.js +0 -1
  85. package/bin/assets/generators/utils/resources/connectionHelpers.d.ts +0 -19
  86. package/bin/assets/generators/utils/resources/connectionHelpers.js +0 -1
  87. package/bin/assets/generators/utils/resources/index.d.ts +0 -4
  88. package/bin/assets/generators/utils/resources/index.js +0 -1
  89. package/bin/assets/generators/utils/resources/promptValidation.d.ts +0 -42
  90. package/bin/assets/generators/utils/resources/promptValidation.js +0 -1
  91. package/bin/assets/generators/utils/resources/resourceDetection.d.ts +0 -12
  92. package/bin/assets/generators/utils/resources/resourceDetection.js +0 -1
  93. package/bin/assets/generators/utils/resources/resourceNaming.d.ts +0 -6
  94. package/bin/assets/generators/utils/resources/resourceNaming.js +0 -1
  95. package/bin/assets/generators/utils/tree.d.ts +0 -25
  96. package/bin/assets/generators/utils/tree.js +0 -1
  97. package/bin/assets/src/util/__tests__/fjallApiClientTestHelpers.d.ts +0 -9
  98. package/bin/assets/src/util/__tests__/fjallApiClientTestHelpers.js +0 -1
  99. package/bin/assets/src/util/__tests__/outputTestHelpers.d.ts +0 -9
  100. package/bin/assets/src/util/__tests__/outputTestHelpers.js +0 -1
  101. package/bin/assets/src/util/agent/__tests__/toonTestHelpers.d.ts +0 -91
  102. package/bin/assets/src/util/agent/__tests__/toonTestHelpers.js +0 -1
  103. package/bin/assets/src/util/agent/actionRequired.d.ts +0 -60
  104. package/bin/assets/src/util/agent/actionRequired.js +0 -1
  105. package/bin/assets/src/util/agent/agentCallbacks.d.ts +0 -21
  106. package/bin/assets/src/util/agent/agentCallbacks.js +0 -1
  107. package/bin/assets/src/util/agent/agentInit.d.ts +0 -17
  108. package/bin/assets/src/util/agent/agentInit.js +0 -288
  109. package/bin/assets/src/util/agent/agentOutput.d.ts +0 -61
  110. package/bin/assets/src/util/agent/agentOutput.js +0 -8
  111. package/bin/assets/src/util/agent/budget.d.ts +0 -19
  112. package/bin/assets/src/util/agent/budget.js +0 -4
  113. package/bin/assets/src/util/agent/detectAgent.d.ts +0 -51
  114. package/bin/assets/src/util/agent/detectAgent.js +0 -1
  115. package/bin/assets/src/util/agent/errorCodeMap.d.ts +0 -16
  116. package/bin/assets/src/util/agent/errorCodeMap.js +0 -1
  117. package/bin/assets/src/util/agent/errorCodes.d.ts +0 -48
  118. package/bin/assets/src/util/agent/errorCodes.js +0 -1
  119. package/bin/assets/src/util/agent/fieldSelection.d.ts +0 -22
  120. package/bin/assets/src/util/agent/fieldSelection.js +0 -1
  121. package/bin/assets/src/util/agent/getSurface.d.ts +0 -27
  122. package/bin/assets/src/util/agent/getSurface.js +0 -1
  123. package/bin/assets/src/util/agent/index.d.ts +0 -27
  124. package/bin/assets/src/util/agent/index.js +0 -1
  125. package/bin/assets/src/util/agent/mcpProtocolEmit.d.ts +0 -31
  126. package/bin/assets/src/util/agent/mcpProtocolEmit.js +0 -2
  127. package/bin/assets/src/util/agent/schemas/appsSchemas.d.ts +0 -18
  128. package/bin/assets/src/util/agent/schemas/appsSchemas.js +0 -1
  129. package/bin/assets/src/util/agent/schemas/assetSchemas.d.ts +0 -13
  130. package/bin/assets/src/util/agent/schemas/assetSchemas.js +0 -1
  131. package/bin/assets/src/util/agent/schemas/awsSchemas.d.ts +0 -5
  132. package/bin/assets/src/util/agent/schemas/awsSchemas.js +0 -1
  133. package/bin/assets/src/util/agent/schemas/deploySchemas.d.ts +0 -8
  134. package/bin/assets/src/util/agent/schemas/deploySchemas.js +0 -1
  135. package/bin/assets/src/util/agent/schemas/index.d.ts +0 -10
  136. package/bin/assets/src/util/agent/schemas/index.js +0 -1
  137. package/bin/assets/src/util/agent/schemas/infraSchemas.d.ts +0 -45
  138. package/bin/assets/src/util/agent/schemas/infraSchemas.js +0 -1
  139. package/bin/assets/src/util/agent/schemas/secretsSchemas.d.ts +0 -13
  140. package/bin/assets/src/util/agent/schemas/secretsSchemas.js +0 -1
  141. package/bin/assets/src/util/agent/schemas/types.d.ts +0 -98
  142. package/bin/assets/src/util/agent/schemas/types.js +0 -0
  143. package/bin/assets/src/util/agent/schemas/userSchemas.d.ts +0 -21
  144. package/bin/assets/src/util/agent/schemas/userSchemas.js +0 -1
  145. package/bin/assets/src/util/agent/sessionHooks.d.ts +0 -47
  146. package/bin/assets/src/util/agent/sessionHooks.js +0 -6
  147. package/bin/assets/src/util/agent/streaming.d.ts +0 -51
  148. package/bin/assets/src/util/agent/streaming.js +0 -1
  149. package/bin/assets/src/util/agent/suggestionEntries/coreEntries.d.ts +0 -2
  150. package/bin/assets/src/util/agent/suggestionEntries/coreEntries.js +0 -1
  151. package/bin/assets/src/util/agent/suggestionEntries/identityEntries.d.ts +0 -2
  152. package/bin/assets/src/util/agent/suggestionEntries/identityEntries.js +0 -1
  153. package/bin/assets/src/util/agent/suggestionEntries/index.d.ts +0 -3
  154. package/bin/assets/src/util/agent/suggestionEntries/index.js +0 -1
  155. package/bin/assets/src/util/agent/suggestionEntries/infraEntries.d.ts +0 -2
  156. package/bin/assets/src/util/agent/suggestionEntries/infraEntries.js +0 -1
  157. package/bin/assets/src/util/agent/suggestionEntries/observabilityEntries.d.ts +0 -2
  158. package/bin/assets/src/util/agent/suggestionEntries/observabilityEntries.js +0 -1
  159. package/bin/assets/src/util/agent/suggestionEntries/secretsEntries.d.ts +0 -2
  160. package/bin/assets/src/util/agent/suggestionEntries/secretsEntries.js +0 -1
  161. package/bin/assets/src/util/agent/suggestionEntries/types.d.ts +0 -17
  162. package/bin/assets/src/util/agent/suggestionEntries/types.js +0 -1
  163. package/bin/assets/src/util/agent/suggestions.d.ts +0 -30
  164. package/bin/assets/src/util/agent/suggestions.js +0 -1
  165. package/bin/assets/src/util/agent/tokenScopes.d.ts +0 -24
  166. package/bin/assets/src/util/agent/tokenScopes.js +0 -1
  167. package/bin/assets/src/util/agent/toonFormatter.d.ts +0 -55
  168. package/bin/assets/src/util/agent/toonFormatter.js +0 -14
  169. package/bin/assets/src/util/api/Credentials.d.ts +0 -13
  170. package/bin/assets/src/util/api/Credentials.js +0 -1
  171. package/bin/assets/src/util/api/FjallApiClient.d.ts +0 -33
  172. package/bin/assets/src/util/api/FjallApiClient.js +0 -1
  173. package/bin/assets/src/util/api/FjallApiClient.types.d.ts +0 -375
  174. package/bin/assets/src/util/api/FjallApiClient.types.js +0 -1
  175. package/bin/assets/src/util/api/FjallApiClientBase.d.ts +0 -13
  176. package/bin/assets/src/util/api/FjallApiClientBase.js +0 -1
  177. package/bin/assets/src/util/api/FjallApiClientDeviceCode.d.ts +0 -13
  178. package/bin/assets/src/util/api/FjallApiClientDeviceCode.js +0 -1
  179. package/bin/assets/src/util/api/FjallApiClientErrors.d.ts +0 -5
  180. package/bin/assets/src/util/api/FjallApiClientErrors.js +0 -1
  181. package/bin/assets/src/util/api/FjallApiClientResources.d.ts +0 -45
  182. package/bin/assets/src/util/api/FjallApiClientResources.js +0 -1
  183. package/bin/assets/src/util/api/index.d.ts +0 -7
  184. package/bin/assets/src/util/api/index.js +0 -1
  185. package/bin/assets/src/util/api/resolveApiKey.d.ts +0 -1
  186. package/bin/assets/src/util/api/resolveApiKey.js +0 -1
  187. package/bin/assets/src/util/api/scaffoldNotification.d.ts +0 -2
  188. package/bin/assets/src/util/api/scaffoldNotification.js +0 -1
  189. package/bin/assets/src/util/awsCleanup.d.ts +0 -9
  190. package/bin/assets/src/util/awsCleanup.js +0 -1
  191. package/bin/assets/src/util/awsTags.d.ts +0 -19
  192. package/bin/assets/src/util/awsTags.js +0 -1
  193. package/bin/assets/src/util/buildxEventAdapter.d.ts +0 -20
  194. package/bin/assets/src/util/buildxEventAdapter.js +0 -1
  195. package/bin/assets/src/util/caseConversion.d.ts +0 -1
  196. package/bin/assets/src/util/caseConversion.js +0 -1
  197. package/bin/assets/src/util/codemod/emitCliTelemetry.d.ts +0 -32
  198. package/bin/assets/src/util/codemod/emitCliTelemetry.js +0 -1
  199. package/bin/assets/src/util/codemod/exitCodes.d.ts +0 -11
  200. package/bin/assets/src/util/codemod/exitCodes.js +0 -1
  201. package/bin/assets/src/util/codemod/index.d.ts +0 -3
  202. package/bin/assets/src/util/codemod/index.js +0 -1
  203. package/bin/assets/src/util/codemod/renderCodemod.d.ts +0 -5
  204. package/bin/assets/src/util/codemod/renderCodemod.js +0 -1
  205. package/bin/assets/src/util/codemod/stepLabels.d.ts +0 -11
  206. package/bin/assets/src/util/codemod/stepLabels.js +0 -1
  207. package/bin/assets/src/util/colourUtils.d.ts +0 -21
  208. package/bin/assets/src/util/colourUtils.js +0 -1
  209. package/bin/assets/src/util/commandErrorHandler.d.ts +0 -16
  210. package/bin/assets/src/util/commandErrorHandler.js +0 -1
  211. package/bin/assets/src/util/commandResult.d.ts +0 -63
  212. package/bin/assets/src/util/commandResult.js +0 -1
  213. package/bin/assets/src/util/concurrency.d.ts +0 -35
  214. package/bin/assets/src/util/concurrency.js +0 -1
  215. package/bin/assets/src/util/deploymentEvents.d.ts +0 -155
  216. package/bin/assets/src/util/deploymentEvents.js +0 -1
  217. package/bin/assets/src/util/errorDisplay.d.ts +0 -4
  218. package/bin/assets/src/util/errorDisplay.js +0 -2
  219. package/bin/assets/src/util/errorUtils.d.ts +0 -1
  220. package/bin/assets/src/util/errorUtils.js +0 -1
  221. package/bin/assets/src/util/executionMode.d.ts +0 -18
  222. package/bin/assets/src/util/executionMode.js +0 -1
  223. package/bin/assets/src/util/formatDeltaValue.d.ts +0 -1
  224. package/bin/assets/src/util/formatDeltaValue.js +0 -1
  225. package/bin/assets/src/util/formatDuration.d.ts +0 -1
  226. package/bin/assets/src/util/formatDuration.js +0 -1
  227. package/bin/assets/src/util/formatRelativeTime.d.ts +0 -1
  228. package/bin/assets/src/util/formatRelativeTime.js +0 -1
  229. package/bin/assets/src/util/fuzzyMatch.d.ts +0 -38
  230. package/bin/assets/src/util/fuzzyMatch.js +0 -1
  231. package/bin/assets/src/util/gitDetection.d.ts +0 -8
  232. package/bin/assets/src/util/gitDetection.js +0 -1
  233. package/bin/assets/src/util/index.d.ts +0 -50
  234. package/bin/assets/src/util/index.js +0 -1
  235. package/bin/assets/src/util/log.d.ts +0 -29
  236. package/bin/assets/src/util/log.js +0 -4
  237. package/bin/assets/src/util/logger/CorrelatedLogger.d.ts +0 -15
  238. package/bin/assets/src/util/logger/CorrelatedLogger.js +0 -1
  239. package/bin/assets/src/util/logger/DeploymentLogger.d.ts +0 -33
  240. package/bin/assets/src/util/logger/DeploymentLogger.js +0 -2
  241. package/bin/assets/src/util/logger/FileRotator.d.ts +0 -17
  242. package/bin/assets/src/util/logger/FileRotator.js +0 -1
  243. package/bin/assets/src/util/logger/LogFileWriter.d.ts +0 -54
  244. package/bin/assets/src/util/logger/LogFileWriter.js +0 -4
  245. package/bin/assets/src/util/logger/Logger.d.ts +0 -43
  246. package/bin/assets/src/util/logger/Logger.js +0 -1
  247. package/bin/assets/src/util/logger/index.d.ts +0 -15
  248. package/bin/assets/src/util/logger/index.js +0 -2
  249. package/bin/assets/src/util/logger/logDir.d.ts +0 -5
  250. package/bin/assets/src/util/logger/logDir.js +0 -1
  251. package/bin/assets/src/util/logger/types.d.ts +0 -48
  252. package/bin/assets/src/util/logger/types.js +0 -1
  253. package/bin/assets/src/util/nonInteractive/index.d.ts +0 -3
  254. package/bin/assets/src/util/nonInteractive/index.js +0 -1
  255. package/bin/assets/src/util/nonInteractive/nonInteractiveCallbacks.d.ts +0 -18
  256. package/bin/assets/src/util/nonInteractive/nonInteractiveCallbacks.js +0 -1
  257. package/bin/assets/src/util/nonInteractive/nonInteractiveCascadeOutput.d.ts +0 -51
  258. package/bin/assets/src/util/nonInteractive/nonInteractiveCascadeOutput.js +0 -1
  259. package/bin/assets/src/util/nonInteractive/nonInteractiveLabels.d.ts +0 -23
  260. package/bin/assets/src/util/nonInteractive/nonInteractiveLabels.js +0 -1
  261. package/bin/assets/src/util/nonInteractive/nonInteractiveOutput.d.ts +0 -128
  262. package/bin/assets/src/util/nonInteractive/nonInteractiveOutput.js +0 -4
  263. package/bin/assets/src/util/nonInteractive/nonInteractiveSummaryOutput.d.ts +0 -29
  264. package/bin/assets/src/util/nonInteractive/nonInteractiveSummaryOutput.js +0 -3
  265. package/bin/assets/src/util/organisationStructure.d.ts +0 -9
  266. package/bin/assets/src/util/organisationStructure.js +0 -1
  267. package/bin/assets/src/util/parseTakeOption.d.ts +0 -1
  268. package/bin/assets/src/util/parseTakeOption.js +0 -1
  269. package/bin/assets/src/util/passwordValidation.d.ts +0 -22
  270. package/bin/assets/src/util/passwordValidation.js +0 -1
  271. package/bin/assets/src/util/pathHelpers.d.ts +0 -19
  272. package/bin/assets/src/util/pathHelpers.js +0 -1
  273. package/bin/assets/src/util/patternDetection.d.ts +0 -7
  274. package/bin/assets/src/util/patternDetection.js +0 -1
  275. package/bin/assets/src/util/promptYesNo.d.ts +0 -5
  276. package/bin/assets/src/util/promptYesNo.js +0 -1
  277. package/bin/assets/src/util/readStdin.d.ts +0 -9
  278. package/bin/assets/src/util/readStdin.js +0 -1
  279. package/bin/assets/src/util/secretsUtils.d.ts +0 -155
  280. package/bin/assets/src/util/secretsUtils.js +0 -3
  281. package/bin/assets/src/util/signalCleanup.d.ts +0 -13
  282. package/bin/assets/src/util/signalCleanup.js +0 -4
  283. package/bin/assets/src/util/stripAnsi.d.ts +0 -2
  284. package/bin/assets/src/util/stripAnsi.js +0 -1
  285. package/bin/assets/src/util/synchronizedOutput.d.ts +0 -26
  286. package/bin/assets/src/util/synchronizedOutput.js +0 -1
  287. package/bin/assets/src/util/targetDetection.d.ts +0 -27
  288. package/bin/assets/src/util/targetDetection.js +0 -1
  289. package/bin/assets/src/util/targetHelpers.d.ts +0 -20
  290. package/bin/assets/src/util/targetHelpers.js +0 -1
  291. package/bin/assets/src/util/terminalCapabilities.d.ts +0 -21
  292. package/bin/assets/src/util/terminalCapabilities.js +0 -1
  293. package/bin/assets/src/util/terminalEscapes.d.ts +0 -29
  294. package/bin/assets/src/util/terminalEscapes.js +0 -1
  295. package/bin/assets/src/util/terminalFocus.d.ts +0 -33
  296. package/bin/assets/src/util/terminalFocus.js +0 -1
  297. package/bin/assets/src/util/theme.d.ts +0 -80
  298. package/bin/assets/src/util/theme.js +0 -1
  299. package/bin/assets/src/util/truncateMiddle.d.ts +0 -9
  300. package/bin/assets/src/util/truncateMiddle.js +0 -1
  301. package/bin/assets/src/util/typeGuards.d.ts +0 -5
  302. package/bin/assets/src/util/typeGuards.js +0 -1
  303. package/bin/assets/src/util/uiRouter.d.ts +0 -13
  304. package/bin/assets/src/util/uiRouter.js +0 -1
  305. package/bin/assets/src/util/urlHelpers.d.ts +0 -4
  306. package/bin/assets/src/util/urlHelpers.js +0 -1
  307. package/bin/assets/src/util/versionDisplay.d.ts +0 -5
  308. package/bin/assets/src/util/versionDisplay.js +0 -1
package/bin/.bundled CHANGED
@@ -1,3 +1,3 @@
1
- bundled at 2026-05-23T21:30:34.424Z
2
- bundle size: 3060742 bytes
3
- cli version: 1.1.0
1
+ bundled at 2026-05-25T07:03:23.244Z
2
+ bundle size: 3063841 bytes
3
+ cli version: 2.2.0
@@ -142,7 +142,7 @@
142
142
  "format": "esm"
143
143
  },
144
144
  "../../cli/dist/package.json": {
145
- "bytes": 5289,
145
+ "bytes": 5288,
146
146
  "imports": [],
147
147
  "format": "esm",
148
148
  "with": {
@@ -2121,7 +2121,7 @@
2121
2121
  "format": "esm"
2122
2122
  },
2123
2123
  "../../generator/dist/src/version.js": {
2124
- "bytes": 50,
2124
+ "bytes": 48,
2125
2125
  "imports": [],
2126
2126
  "format": "esm"
2127
2127
  },
@@ -9043,13 +9043,18 @@
9043
9043
  "format": "esm"
9044
9044
  },
9045
9045
  "../../deploy-core/dist/src/services/infrastructure/CdkCommandRunner.js": {
9046
- "bytes": 4253,
9046
+ "bytes": 4286,
9047
9047
  "imports": [
9048
9048
  {
9049
9049
  "path": "os",
9050
9050
  "kind": "import-statement",
9051
9051
  "external": true
9052
9052
  },
9053
+ {
9054
+ "path": "path",
9055
+ "kind": "import-statement",
9056
+ "external": true
9057
+ },
9053
9058
  {
9054
9059
  "path": "../../deploy-core/node_modules/@fjall/util/dist/logger.js",
9055
9060
  "kind": "import-statement",
@@ -10550,13 +10555,18 @@
10550
10555
  "format": "esm"
10551
10556
  },
10552
10557
  "../../deploy-core/dist/src/orchestration/applicationDestroy.js": {
10553
- "bytes": 2748,
10558
+ "bytes": 2726,
10554
10559
  "imports": [
10555
10560
  {
10556
10561
  "path": "../../generator/dist/src/index.js",
10557
10562
  "kind": "import-statement",
10558
10563
  "original": "@fjall/generator"
10559
10564
  },
10565
+ {
10566
+ "path": "../../deploy-core/node_modules/@fjall/util/dist/index.js",
10567
+ "kind": "import-statement",
10568
+ "original": "@fjall/util"
10569
+ },
10560
10570
  {
10561
10571
  "path": "../../deploy-core/node_modules/@fjall/util/dist/logger.js",
10562
10572
  "kind": "import-statement",
@@ -23127,7 +23137,7 @@
23127
23137
  "format": "esm"
23128
23138
  },
23129
23139
  "../../cli/dist/src/operations/steps/index.js": {
23130
- "bytes": 1737,
23140
+ "bytes": 1789,
23131
23141
  "imports": [
23132
23142
  {
23133
23143
  "path": "../../cli/dist/src/operations/steps/accountSteps.js",
@@ -23280,7 +23290,7 @@
23280
23290
  "format": "esm"
23281
23291
  },
23282
23292
  "../../cli/dist/src/ui/components/screens/orgCreationFlow.js": {
23283
- "bytes": 1575,
23293
+ "bytes": 1715,
23284
23294
  "imports": [
23285
23295
  {
23286
23296
  "path": "../../cli/dist/src/aws/utils/regions.js",
@@ -23398,7 +23408,7 @@
23398
23408
  "format": "esm"
23399
23409
  },
23400
23410
  "../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
23401
- "bytes": 4140,
23411
+ "bytes": 4151,
23402
23412
  "imports": [
23403
23413
  {
23404
23414
  "path": "react",
@@ -28185,7 +28195,7 @@
28185
28195
  "format": "esm"
28186
28196
  },
28187
28197
  "../../cli/dist/src/ui/screens/account/auth/LoginScreen.js": {
28188
- "bytes": 5060,
28198
+ "bytes": 5361,
28189
28199
  "imports": [
28190
28200
  {
28191
28201
  "path": "react",
@@ -28217,11 +28227,21 @@
28217
28227
  "kind": "import-statement",
28218
28228
  "original": "../../../components/progress/ProgressTracker.js"
28219
28229
  },
28230
+ {
28231
+ "path": "../../cli/dist/src/ui/components/progress/Spinner.js",
28232
+ "kind": "import-statement",
28233
+ "original": "../../../components/progress/Spinner.js"
28234
+ },
28220
28235
  {
28221
28236
  "path": "../../cli/dist/src/ui/components/inputs/Confirm.js",
28222
28237
  "kind": "import-statement",
28223
28238
  "original": "../../../components/inputs/Confirm.js"
28224
28239
  },
28240
+ {
28241
+ "path": "../../cli/dist/src/ui/theme.js",
28242
+ "kind": "import-statement",
28243
+ "original": "../../../theme.js"
28244
+ },
28225
28245
  {
28226
28246
  "path": "../../cli/dist/src/ui/screens/account/auth/LoginSteps.js",
28227
28247
  "kind": "import-statement",
@@ -30015,7 +30035,7 @@
30015
30035
  "format": "cjs"
30016
30036
  },
30017
30037
  "../../cli/dist/src/operations/codemodBaselineStore.js": {
30018
- "bytes": 4337,
30038
+ "bytes": 4343,
30019
30039
  "imports": [
30020
30040
  {
30021
30041
  "path": "node:fs",
@@ -30056,7 +30076,7 @@
30056
30076
  "format": "esm"
30057
30077
  },
30058
30078
  "../../cli/dist/src/operations/codemodOperationHelpers.js": {
30059
- "bytes": 1588,
30079
+ "bytes": 1616,
30060
30080
  "imports": [
30061
30081
  {
30062
30082
  "path": "node:fs",
@@ -35179,8 +35199,50 @@
35179
35199
  ],
35180
35200
  "format": "esm"
35181
35201
  },
35202
+ "../../cli/dist/src/util/diagnostics/cdkTmpdirCleanup.js": {
35203
+ "bytes": 1425,
35204
+ "imports": [
35205
+ {
35206
+ "path": "fs/promises",
35207
+ "kind": "import-statement",
35208
+ "external": true
35209
+ },
35210
+ {
35211
+ "path": "os",
35212
+ "kind": "import-statement",
35213
+ "external": true
35214
+ },
35215
+ {
35216
+ "path": "path",
35217
+ "kind": "import-statement",
35218
+ "external": true
35219
+ },
35220
+ {
35221
+ "path": "../../cli/dist/src/util/logger/index.js",
35222
+ "kind": "import-statement",
35223
+ "original": "../logger/index.js"
35224
+ }
35225
+ ],
35226
+ "format": "esm"
35227
+ },
35228
+ "../../cli/dist/src/commands/doctor.js": {
35229
+ "bytes": 1133,
35230
+ "imports": [
35231
+ {
35232
+ "path": "../../cli/dist/src/util/commandResult.js",
35233
+ "kind": "import-statement",
35234
+ "original": "../util/commandResult.js"
35235
+ },
35236
+ {
35237
+ "path": "../../cli/dist/src/util/diagnostics/cdkTmpdirCleanup.js",
35238
+ "kind": "import-statement",
35239
+ "original": "../util/diagnostics/cdkTmpdirCleanup.js"
35240
+ }
35241
+ ],
35242
+ "format": "esm"
35243
+ },
35182
35244
  "../../cli/dist/src/commands/index.js": {
35183
- "bytes": 1144,
35245
+ "bytes": 1183,
35184
35246
  "imports": [
35185
35247
  {
35186
35248
  "path": "../../cli/dist/src/commands/agent.js",
@@ -35326,6 +35388,11 @@
35326
35388
  "path": "../../cli/dist/src/commands/accounts.js",
35327
35389
  "kind": "import-statement",
35328
35390
  "original": "./accounts.js"
35391
+ },
35392
+ {
35393
+ "path": "../../cli/dist/src/commands/doctor.js",
35394
+ "kind": "import-statement",
35395
+ "original": "./doctor.js"
35329
35396
  }
35330
35397
  ],
35331
35398
  "format": "esm"
@@ -35471,7 +35538,7 @@
35471
35538
  "format": "esm"
35472
35539
  },
35473
35540
  "../../cli/dist/src/commands/registration/apiCommands.js": {
35474
- "bytes": 2630,
35541
+ "bytes": 3031,
35475
35542
  "imports": [
35476
35543
  {
35477
35544
  "path": "../../cli/dist/src/commands/index.js",
@@ -35748,7 +35815,7 @@
35748
35815
  "format": "esm"
35749
35816
  },
35750
35817
  "../../cli/dist/src/cli.js": {
35751
- "bytes": 4053,
35818
+ "bytes": 4119,
35752
35819
  "imports": [
35753
35820
  {
35754
35821
  "path": "../../node_modules/commander/esm.mjs",
@@ -35827,7 +35894,7 @@
35827
35894
  "imports": [],
35828
35895
  "exports": [],
35829
35896
  "inputs": {},
35830
- "bytes": 8850412
35897
+ "bytes": 8857964
35831
35898
  },
35832
35899
  "bin/fjall.bundle.js": {
35833
35900
  "imports": [
@@ -36546,6 +36613,11 @@
36546
36613
  "kind": "import-statement",
36547
36614
  "external": true
36548
36615
  },
36616
+ {
36617
+ "path": "path",
36618
+ "kind": "import-statement",
36619
+ "external": true
36620
+ },
36549
36621
  {
36550
36622
  "path": "child_process",
36551
36623
  "kind": "import-statement",
@@ -39310,6 +39382,21 @@
39310
39382
  "path": "typescript",
39311
39383
  "kind": "import-statement",
39312
39384
  "external": true
39385
+ },
39386
+ {
39387
+ "path": "fs/promises",
39388
+ "kind": "import-statement",
39389
+ "external": true
39390
+ },
39391
+ {
39392
+ "path": "os",
39393
+ "kind": "import-statement",
39394
+ "external": true
39395
+ },
39396
+ {
39397
+ "path": "path",
39398
+ "kind": "import-statement",
39399
+ "external": true
39313
39400
  }
39314
39401
  ],
39315
39402
  "exports": [],
@@ -39337,7 +39424,7 @@
39337
39424
  "bytesInOutput": 407
39338
39425
  },
39339
39426
  "../../cli/dist/package.json": {
39340
- "bytesInOutput": 4055
39427
+ "bytesInOutput": 4054
39341
39428
  },
39342
39429
  "../../node_modules/chalk/source/vendor/ansi-styles/index.js": {
39343
39430
  "bytesInOutput": 2579
@@ -39619,7 +39706,7 @@
39619
39706
  "bytesInOutput": 3929
39620
39707
  },
39621
39708
  "../../generator/dist/src/version.js": {
39622
- "bytesInOutput": 45
39709
+ "bytesInOutput": 43
39623
39710
  },
39624
39711
  "../../node_modules/zod/v4/core/core.js": {
39625
39712
  "bytesInOutput": 1211
@@ -40768,7 +40855,7 @@
40768
40855
  "bytesInOutput": 530
40769
40856
  },
40770
40857
  "../../deploy-core/dist/src/services/infrastructure/CdkCommandRunner.js": {
40771
- "bytesInOutput": 3697
40858
+ "bytesInOutput": 3742
40772
40859
  },
40773
40860
  "../../deploy-core/dist/src/services/infrastructure/CdkProcessManager.js": {
40774
40861
  "bytesInOutput": 4372
@@ -40909,7 +40996,7 @@
40909
40996
  "bytesInOutput": 441
40910
40997
  },
40911
40998
  "../../deploy-core/dist/src/orchestration/applicationDestroy.js": {
40912
- "bytesInOutput": 2198
40999
+ "bytesInOutput": 2137
40913
41000
  },
40914
41001
  "../../deploy-core/dist/src/orchestration/stackCleanup.js": {
40915
41002
  "bytesInOutput": 4649
@@ -41935,7 +42022,7 @@
41935
42022
  "bytesInOutput": 3229
41936
42023
  },
41937
42024
  "../../cli/dist/src/services/app/AppIdentityService.js": {
41938
- "bytesInOutput": 2155
42025
+ "bytesInOutput": 2164
41939
42026
  },
41940
42027
  "../../cli/dist/src/services/app/AppQueryService.js": {
41941
42028
  "bytesInOutput": 2116
@@ -41959,7 +42046,7 @@
41959
42046
  "bytesInOutput": 76
41960
42047
  },
41961
42048
  "../../cli/dist/src/services/index.js": {
41962
- "bytesInOutput": 5224
42049
+ "bytesInOutput": 5226
41963
42050
  },
41964
42051
  "../../cli/dist/src/util/theme.js": {
41965
42052
  "bytesInOutput": 1210
@@ -42211,7 +42298,7 @@
42211
42298
  "bytesInOutput": 172
42212
42299
  },
42213
42300
  "../../cli/dist/src/operations/steps/orgSteps.js": {
42214
- "bytesInOutput": 292
42301
+ "bytesInOutput": 290
42215
42302
  },
42216
42303
  "../../cli/dist/src/operations/steps/connectSteps.js": {
42217
42304
  "bytesInOutput": 281
@@ -42244,10 +42331,10 @@
42244
42331
  "bytesInOutput": 1689
42245
42332
  },
42246
42333
  "../../cli/dist/src/operations/createOrgOperation.js": {
42247
- "bytesInOutput": 1525
42334
+ "bytesInOutput": 1524
42248
42335
  },
42249
42336
  "../../cli/dist/src/ui/components/screens/orgCreationFlow.js": {
42250
- "bytesInOutput": 1168
42337
+ "bytesInOutput": 1308
42251
42338
  },
42252
42339
  "../../cli/dist/src/operations/createAccountOperation.js": {
42253
42340
  "bytesInOutput": 717
@@ -42625,7 +42712,7 @@
42625
42712
  "bytesInOutput": 1891
42626
42713
  },
42627
42714
  "../../cli/dist/src/ui/screens/account/auth/LoginScreen.js": {
42628
- "bytesInOutput": 4295
42715
+ "bytesInOutput": 4502
42629
42716
  },
42630
42717
  "../../cli/dist/src/ui/screens/import/DiscoveringScreen.js": {
42631
42718
  "bytesInOutput": 1108
@@ -42781,10 +42868,10 @@
42781
42868
  "bytesInOutput": 561
42782
42869
  },
42783
42870
  "../../cli/dist/src/operations/codemodBaselineStore.js": {
42784
- "bytesInOutput": 3100
42871
+ "bytesInOutput": 3106
42785
42872
  },
42786
42873
  "../../cli/dist/src/operations/codemodOperationHelpers.js": {
42787
- "bytesInOutput": 1221
42874
+ "bytesInOutput": 1249
42788
42875
  },
42789
42876
  "../../cli/dist/src/operations/codemodOperationLock.js": {
42790
42877
  "bytesInOutput": 1028
@@ -42880,7 +42967,7 @@
42880
42967
  "bytesInOutput": 220
42881
42968
  },
42882
42969
  "../../cli/dist/src/cli.js": {
42883
- "bytesInOutput": 3171
42970
+ "bytesInOutput": 3237
42884
42971
  },
42885
42972
  "../../cli/dist/src/util/commandErrorHandler.js": {
42886
42973
  "bytesInOutput": 134
@@ -43188,6 +43275,12 @@
43188
43275
  "../../cli/dist/src/commands/accounts.js": {
43189
43276
  "bytesInOutput": 791
43190
43277
  },
43278
+ "../../cli/dist/src/commands/doctor.js": {
43279
+ "bytesInOutput": 944
43280
+ },
43281
+ "../../cli/dist/src/util/diagnostics/cdkTmpdirCleanup.js": {
43282
+ "bytesInOutput": 1327
43283
+ },
43191
43284
  "../../cli/dist/src/commands/registration/createCommands.js": {
43192
43285
  "bytesInOutput": 1675
43193
43286
  },
@@ -43210,7 +43303,7 @@
43210
43303
  "bytesInOutput": 1732
43211
43304
  },
43212
43305
  "../../cli/dist/src/commands/registration/apiCommands.js": {
43213
- "bytesInOutput": 2088
43306
+ "bytesInOutput": 2480
43214
43307
  },
43215
43308
  "../../cli/dist/src/validation/parsePropertyFlags.js": {
43216
43309
  "bytesInOutput": 364
@@ -43222,7 +43315,7 @@
43222
43315
  "bytesInOutput": 422
43223
43316
  }
43224
43317
  },
43225
- "bytes": 3060742
43318
+ "bytes": 3063841
43226
43319
  }
43227
43320
  }
43228
43321
  }