carlin 1.36.16 → 1.36.17

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3749,7 +3749,7 @@ var getCloudFrontTemplate2 = ({
3749
3749
  */
3750
3750
  {
3751
3751
  EventType: "viewer-request",
3752
- LambdaFunctionARN: {
3752
+ FunctionARN: {
3753
3753
  "Fn::ImportValue": BASE_STACK_CLOUDFRONT_FUNCTION_APPEND_INDEX_HTML_ARN_EXPORTED_NAME
3754
3754
  }
3755
3755
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlin",
3
- "version": "1.36.16",
3
+ "version": "1.36.17",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",