carlin 1.36.14 → 1.36.15

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 (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3906,6 +3906,7 @@ var logPrefix16 = "static-app";
3906
3906
  var deployStaticApp = async ({
3907
3907
  acm,
3908
3908
  aliases,
3909
+ appendIndexHtml,
3909
3910
  buildFolder,
3910
3911
  cloudfront,
3911
3912
  spa,
@@ -3919,6 +3920,7 @@ var deployStaticApp = async ({
3919
3920
  const template = getStaticAppTemplate({
3920
3921
  acm,
3921
3922
  aliases,
3923
+ appendIndexHtml,
3922
3924
  cloudfront,
3923
3925
  spa,
3924
3926
  hostedZoneName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlin",
3
- "version": "1.36.14",
3
+ "version": "1.36.15",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
@@ -45,8 +45,8 @@
45
45
  "uglify-js": "^3.17.4",
46
46
  "vercel": "^34.2.0",
47
47
  "yargs": "^17.7.2",
48
- "@ttoss/cloudformation": "^0.10.11",
49
48
  "@ttoss/config": "^1.34.1",
49
+ "@ttoss/cloudformation": "^0.10.11",
50
50
  "@ttoss/read-config-file": "^2.0.4"
51
51
  },
52
52
  "devDependencies": {