@continuous-excellence/ze-great-dashboard-aws 0.1.18 → 0.1.20
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/template.yml +1 -1
package/dist/cli.js
CHANGED
|
@@ -795,7 +795,7 @@ var boardConfigSchema = z.object({
|
|
|
795
795
|
|
|
796
796
|
// packages/aws/src/release.ts
|
|
797
797
|
var CORE_RUNTIME_VERSION = "1.0.0";
|
|
798
|
-
var CANONICAL_ASSET_DOMAIN = "https://
|
|
798
|
+
var CANONICAL_ASSET_DOMAIN = "https://public-assets.zegreatrob.com";
|
|
799
799
|
function clientAssetUrl(version, domain = CANONICAL_ASSET_DOMAIN) {
|
|
800
800
|
if (!/^[A-Za-z0-9][A-Za-z0-9._-]*$/.test(version))
|
|
801
801
|
throw new Error(`Invalid dashboard version: ${version}`);
|
package/dist/index.js
CHANGED
|
@@ -782,7 +782,7 @@ var boardConfigSchema = z.object({
|
|
|
782
782
|
|
|
783
783
|
// packages/aws/src/release.ts
|
|
784
784
|
var CORE_RUNTIME_VERSION = "1.0.0";
|
|
785
|
-
var CANONICAL_ASSET_DOMAIN = "https://
|
|
785
|
+
var CANONICAL_ASSET_DOMAIN = "https://public-assets.zegreatrob.com";
|
|
786
786
|
function clientAssetUrl(version, domain = CANONICAL_ASSET_DOMAIN) {
|
|
787
787
|
if (!/^[A-Za-z0-9][A-Za-z0-9._-]*$/.test(version))
|
|
788
788
|
throw new Error(`Invalid dashboard version: ${version}`);
|
package/package.json
CHANGED
package/template.yml
CHANGED
|
@@ -9,7 +9,7 @@ Parameters:
|
|
|
9
9
|
LambdaArtifactBucket: { Type: String }
|
|
10
10
|
LambdaArtifactKey: { Type: String }
|
|
11
11
|
DashboardVersion: { Type: String }
|
|
12
|
-
AssetBaseUrl: { Type: String, Default: https://
|
|
12
|
+
AssetBaseUrl: { Type: String, Default: https://public-assets.zegreatrob.com }
|
|
13
13
|
BoardConfigPath: { Type: String, Default: ./board.yaml }
|
|
14
14
|
MemorySize: { Type: Number, Default: 256, MinValue: 128 }
|
|
15
15
|
Timeout: { Type: Number, Default: 10, MinValue: 1, MaxValue: 900 }
|