@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 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
- TemplateUrl: assetBucketUrl(this.account, this.region, stack)
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
- TemplateUrl: assetBucketUrl(this.account, this.region, stack)
4936
+ TemplateURL: assetBucketUrl(this.account, this.region, stack)
4937
4937
  } : {
4938
4938
  TemplateBody: template
4939
4939
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {