@webiny/aws-layers 6.2.0 → 6.3.0-beta.1

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/DEVELOPMENT.md +1 -1
  2. package/package.json +2 -2
package/DEVELOPMENT.md CHANGED
@@ -10,4 +10,4 @@ A utility to streamline usage of Webiny layers
10
10
 
11
11
  ---
12
12
 
13
- _This README file is automatically generated during the publish process._
13
+ _This README file is automatically generated during the publish process._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/aws-layers",
3
- "version": "6.2.0",
3
+ "version": "6.3.0-beta.1",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
@@ -22,5 +22,5 @@
22
22
  "access": "public",
23
23
  "directory": "."
24
24
  },
25
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939"
25
+ "gitHead": "664b273a9f0a971f9ca7e6ffe920db77fefdced1"
26
26
  }