@yext/chat-ui-react 0.5.1 → 0.5.2
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/THIRD-PARTY-NOTICES +3 -3
- package/package.json +2 -2
package/THIRD-PARTY-NOTICES
CHANGED
|
@@ -173,9 +173,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
173
173
|
|
|
174
174
|
The following npm packages may be included in this product:
|
|
175
175
|
|
|
176
|
-
- @yext/chat-core@0.5.
|
|
177
|
-
- @yext/chat-headless-react@0.5.
|
|
178
|
-
- @yext/chat-headless@0.5.
|
|
176
|
+
- @yext/chat-core@0.5.3
|
|
177
|
+
- @yext/chat-headless-react@0.5.1
|
|
178
|
+
- @yext/chat-headless@0.5.1
|
|
179
179
|
|
|
180
180
|
These packages each contain the following license and notice below:
|
|
181
181
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yext/chat-ui-react",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "A library of React Components for powering Yext Chat integrations.",
|
|
5
5
|
"author": "clippy@yext.com",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@testing-library/user-event": "^14.4.3",
|
|
65
65
|
"@types/jest": "^29.5.1",
|
|
66
66
|
"@types/react": "^18.2.7",
|
|
67
|
-
"@yext/chat-headless-react": "^0.5.
|
|
67
|
+
"@yext/chat-headless-react": "^0.5.1",
|
|
68
68
|
"@yext/eslint-config": "^1.0.0",
|
|
69
69
|
"babel-jest": "^29.5.0",
|
|
70
70
|
"eslint": "^8.39.0",
|