@awboost/cfntypes 1.0.0-beta.60 → 1.0.0-beta.61
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# 🚧 Warning, unstable!
|
2
|
+
|
3
|
+
Thanks for using my work! Please don't use the `v1.0.0-beta` versions right now, things are rapidly and wildly changing as I prototype other libraries in the suite. You can use `v0.*` versions but I don't intend to support this. Star the repo to keep up to date with new releases.
|
4
|
+
|
1
5
|
# @awboost/cfntypes
|
2
6
|
|
3
7
|
Typescript types for AWS CloudFormation types.
|