@mapbox/cloudfriend 7.0.0-2 → 7.0.0
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/bin/build-template.js +1 -0
- package/bin/validate-template.js +1 -0
- package/changelog.md +6 -0
- package/package.json +1 -1
package/bin/build-template.js
CHANGED
package/bin/validate-template.js
CHANGED
package/changelog.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v7.0.0
|
|
4
|
+
|
|
5
|
+
- Updates default node runtime for lambda shortcuts to node18.x.
|
|
6
|
+
- Suppress AWS SDK V2 maintinence message for `validate-template`.
|
|
7
|
+
- Updates `aws-sdk` to version 2.1425.0.
|
|
8
|
+
|
|
3
9
|
## v6.0.0
|
|
4
10
|
|
|
5
11
|
- Updates default node runtime for lambda shortcuts to node16.x.
|