@aws-amplify/backend-output-storage 0.2.6 → 0.2.8

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/README.md +4 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # Description
2
+
3
+ Contains classes that know how to write stack output in a format that is understood by the Amplfiy platform.
4
+ This package should be used anywhere we need to write client config output or any other stack output that needs to be consumed after deployment in a consistent way.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/backend-output-storage",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@aws-amplify/backend-output-schemas": "^0.4.0",
23
- "@aws-amplify/platform-core": "^0.3.1"
22
+ "@aws-amplify/backend-output-schemas": "^0.5.0",
23
+ "@aws-amplify/platform-core": "^0.4.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "aws-cdk-lib": "^2.110.1"