@stacksjs/ts-cloud 0.7.9 → 0.7.11
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/dist/bin/cli.js +321 -321
- package/dist/{chunk-x07dz3sd.js → chunk-1518raqr.js} +6 -5
- package/dist/{chunk-pegd7rmf.js → chunk-9ra8b9b4.js} +2 -2
- package/dist/{chunk-0wxyppza.js → chunk-m03vddvr.js} +1 -1
- package/dist/{chunk-xzn0ntr0.js → chunk-nw5nnffj.js} +112 -28
- package/dist/{chunk-c6rgvg1j.js → chunk-vsgkcpqw.js} +62 -29
- package/dist/deploy/index.js +4 -4
- package/dist/deploy/management-dashboard.d.ts +2 -0
- package/dist/drivers/index.js +2 -2
- package/dist/drivers/shared/db-provision.test.d.ts +1 -0
- package/dist/drivers/shared/deploy-script.d.ts +38 -4
- package/dist/drivers/shared/releases.d.ts +10 -2
- package/dist/index.js +12 -4
- package/dist/ui/index.html +4 -4
- package/dist/ui/server/actions.html +4 -4
- package/dist/ui/server/activity.html +1 -1
- package/dist/ui/server/backups.html +4 -4
- package/dist/ui/server/database.html +4 -4
- package/dist/ui/server/deployments.html +4 -4
- package/dist/ui/server/diagnostics.html +1 -1
- package/dist/ui/server/firewall.html +4 -4
- package/dist/ui/server/logs.html +4 -4
- package/dist/ui/server/metrics.html +1 -1
- package/dist/ui/server/security.html +1 -1
- package/dist/ui/server/services.html +4 -4
- package/dist/ui/server/sites.html +4 -4
- package/dist/ui/server/ssh-keys.html +4 -4
- package/dist/ui/server/terminal.html +4 -4
- package/dist/ui/server/workers.html +4 -4
- package/dist/ui/serverless/alarms.html +4 -4
- package/dist/ui/serverless/assets.html +4 -4
- package/dist/ui/serverless/cost.html +1 -1
- package/dist/ui/serverless/data.html +4 -4
- package/dist/ui/serverless/deployments.html +4 -4
- package/dist/ui/serverless/firewall.html +1 -1
- package/dist/ui/serverless/functions.html +4 -4
- package/dist/ui/serverless/logs.html +4 -4
- package/dist/ui/serverless/metrics.html +1 -1
- package/dist/ui/serverless/queues.html +4 -4
- package/dist/ui/serverless/scheduler.html +4 -4
- package/dist/ui/serverless/secrets.html +4 -4
- package/dist/ui/serverless/traces.html +4 -4
- package/dist/ui/serverless.html +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -55,10 +55,10 @@ import {
|
|
|
55
55
|
sanitizeCloudConfig,
|
|
56
56
|
setMaintenance,
|
|
57
57
|
startLocalDashboardServer
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-1518raqr.js";
|
|
59
59
|
import {
|
|
60
60
|
buildAndPushServerlessImage
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-m03vddvr.js";
|
|
62
62
|
import {
|
|
63
63
|
CloudWatchLogsClient,
|
|
64
64
|
EFSClient,
|
|
@@ -105,7 +105,7 @@ import {
|
|
|
105
105
|
waitForCloudInit,
|
|
106
106
|
waitForSsh,
|
|
107
107
|
wrapCloudInitUserData
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-nw5nnffj.js";
|
|
109
109
|
import {
|
|
110
110
|
ABTestManager,
|
|
111
111
|
AI,
|
|
@@ -171,6 +171,7 @@ import {
|
|
|
171
171
|
LambdaVersionsManager,
|
|
172
172
|
LogsManager,
|
|
173
173
|
MANAGED_NODE_VERSIONS,
|
|
174
|
+
MANAGEMENT_DASHBOARD_SITE_PREFIX,
|
|
174
175
|
Messaging,
|
|
175
176
|
MetricsManager,
|
|
176
177
|
MigrationManager,
|
|
@@ -396,6 +397,7 @@ import {
|
|
|
396
397
|
imageScanningManager,
|
|
397
398
|
isLikelyTypo,
|
|
398
399
|
isLocalDevelopment,
|
|
400
|
+
isManagementDashboardSiteName,
|
|
399
401
|
isNodeCryptoAvailable,
|
|
400
402
|
isValidRegion,
|
|
401
403
|
isWebCryptoAvailable,
|
|
@@ -441,9 +443,11 @@ import {
|
|
|
441
443
|
resolveCloudProvider,
|
|
442
444
|
resolveCredentials,
|
|
443
445
|
resolveDashboardDomain,
|
|
446
|
+
resolveDashboardDomains,
|
|
444
447
|
resolveDeployBucketName,
|
|
445
448
|
resolveDeploymentMode,
|
|
446
449
|
resolveManagementDashboardSite,
|
|
450
|
+
resolveManagementDashboardSites,
|
|
447
451
|
resolveProjectStackName,
|
|
448
452
|
resolveQueueNames,
|
|
449
453
|
resolveQueues,
|
|
@@ -499,7 +503,7 @@ import {
|
|
|
499
503
|
withSecurity,
|
|
500
504
|
withTimeout,
|
|
501
505
|
xrayManager
|
|
502
|
-
} from "./chunk-
|
|
506
|
+
} from "./chunk-vsgkcpqw.js";
|
|
503
507
|
import {
|
|
504
508
|
EC2Client,
|
|
505
509
|
SSMClient
|
|
@@ -4707,11 +4711,13 @@ export {
|
|
|
4707
4711
|
resolveQueueNames,
|
|
4708
4712
|
resolveProjectStackName,
|
|
4709
4713
|
resolveObjectStorage,
|
|
4714
|
+
resolveManagementDashboardSites,
|
|
4710
4715
|
resolveManagementDashboardSite,
|
|
4711
4716
|
resolveHetznerApiToken,
|
|
4712
4717
|
resolveExecStart,
|
|
4713
4718
|
resolveDeploymentMode,
|
|
4714
4719
|
resolveDeployBucketName,
|
|
4720
|
+
resolveDashboardDomains,
|
|
4715
4721
|
resolveDashboardDomain,
|
|
4716
4722
|
resolveDashboardAuth,
|
|
4717
4723
|
resolveDashboardAction,
|
|
@@ -4767,6 +4773,7 @@ export {
|
|
|
4767
4773
|
isWebCryptoAvailable,
|
|
4768
4774
|
isValidRegion,
|
|
4769
4775
|
isNodeCryptoAvailable,
|
|
4776
|
+
isManagementDashboardSiteName,
|
|
4770
4777
|
isLocalDevelopment,
|
|
4771
4778
|
isLikelyTypo,
|
|
4772
4779
|
invalidateCache,
|
|
@@ -5054,6 +5061,7 @@ export {
|
|
|
5054
5061
|
MigrationManager,
|
|
5055
5062
|
MetricsManager,
|
|
5056
5063
|
Messaging,
|
|
5064
|
+
MANAGEMENT_DASHBOARD_SITE_PREFIX,
|
|
5057
5065
|
MANAGEMENT_DASHBOARD_SITE,
|
|
5058
5066
|
MANAGED_NODE_VERSIONS,
|
|
5059
5067
|
LogsManager,
|