@awsless/awsless 0.0.25 → 0.0.26
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.cjs +1 -1
- package/dist/bin.js +1 -1
- package/package.json +1 -1
package/dist/bin.cjs
CHANGED
|
@@ -4956,7 +4956,7 @@ var StackClient = class {
|
|
|
4956
4956
|
templateProp(stack) {
|
|
4957
4957
|
const template = stack.toString();
|
|
4958
4958
|
return this.shouldUploadTemplate(template) ? {
|
|
4959
|
-
|
|
4959
|
+
TemplateURL: assetBucketUrl(this.account, this.region, stack)
|
|
4960
4960
|
} : {
|
|
4961
4961
|
TemplateBody: template
|
|
4962
4962
|
};
|
package/dist/bin.js
CHANGED
|
@@ -4933,7 +4933,7 @@ var StackClient = class {
|
|
|
4933
4933
|
templateProp(stack) {
|
|
4934
4934
|
const template = stack.toString();
|
|
4935
4935
|
return this.shouldUploadTemplate(template) ? {
|
|
4936
|
-
|
|
4936
|
+
TemplateURL: assetBucketUrl(this.account, this.region, stack)
|
|
4937
4937
|
} : {
|
|
4938
4938
|
TemplateBody: template
|
|
4939
4939
|
};
|