@aws-amplify/interactions 6.0.18-unstable.b758843.0 → 6.0.18

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 +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1 @@
1
- > INTERNAL USE ONLY
2
-
3
- This package contains the AWS Amplify Interactions category and is intended for internal use only. To integrate Amplify into your app, please use [aws-amplify](https://www.npmjs.com/package/aws-amplify).
1
+ This package contains the AWS Amplify Interactions category. For more information on using Interactions in your application please reference the [Amplify Dev Center](https://docs.amplify.aws/javascript/build-a-backend/more-features/interactions/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/interactions",
3
- "version": "6.0.18-unstable.b758843.0+b758843",
3
+ "version": "6.0.18",
4
4
  "description": "Interactions category of aws-amplify",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -80,7 +80,7 @@
80
80
  "uuid": "^9.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@aws-amplify/core": "6.0.18-unstable.b758843.0+b758843",
83
+ "@aws-amplify/core": "6.0.18",
84
84
  "typescript": "^5.0.2"
85
85
  },
86
86
  "size-limit": [
@@ -103,5 +103,5 @@
103
103
  "limit": "47.00 kB"
104
104
  }
105
105
  ],
106
- "gitHead": "b758843635c9abeb6348723e48852c3a58af569e"
106
+ "gitHead": "27ee4e14d5ba091a827ca49e9e04f15e26bb1445"
107
107
  }