@yext/chat-ui-react 0.12.0 → 0.12.1

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.
@@ -62,7 +62,7 @@ SOFTWARE.
62
62
  The following NPM packages may be included in this product:
63
63
 
64
64
  - @types/hast@2.3.4
65
- - @types/hoist-non-react-statics@3.3.5
65
+ - @types/hoist-non-react-statics@3.3.6
66
66
  - @types/mdast@3.0.11
67
67
  - @types/parse5@5.0.3
68
68
  - @types/prop-types@15.7.5
@@ -100,7 +100,7 @@ MIT License
100
100
 
101
101
  The following NPM package may be included in this product:
102
102
 
103
- - @yext/analytics@0.6.6
103
+ - @yext/analytics@1.0.1
104
104
 
105
105
  This package contains the following license and notice below:
106
106
 
@@ -141,9 +141,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
141
141
 
142
142
  The following NPM packages may be included in this product:
143
143
 
144
- - @yext/chat-core@0.8.2
145
- - @yext/chat-headless-react@0.9.1
146
- - @yext/chat-headless@0.10.1
144
+ - @yext/chat-core@0.9.1
145
+ - @yext/chat-headless-react@0.9.5
146
+ - @yext/chat-headless@0.12.2
147
147
 
148
148
  These packages each contain the following license and notice below:
149
149
 
@@ -277,7 +277,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
277
277
 
278
278
  The following NPM package may be included in this product:
279
279
 
280
- - cross-fetch@3.1.8
280
+ - cross-fetch@3.2.0
281
281
 
282
282
  This package contains the following license and notice below:
283
283
 
@@ -798,7 +798,7 @@ THE SOFTWARE.
798
798
 
799
799
  The following NPM package may be included in this product:
800
800
 
801
- - layerr@2.1.0
801
+ - layerr@3.0.0
802
802
 
803
803
  This package contains the following license and notice below:
804
804
 
@@ -1083,7 +1083,7 @@ SOFTWARE.
1083
1083
 
1084
1084
  The following NPM package may be included in this product:
1085
1085
 
1086
- - node-fetch@2.6.12
1086
+ - node-fetch@2.7.0
1087
1087
 
1088
1088
  This package contains the following license and notice below:
1089
1089
 
@@ -1207,7 +1207,6 @@ The following NPM packages may be included in this product:
1207
1207
  - react-is@18.2.0
1208
1208
  - react@18.2.0
1209
1209
  - scheduler@0.23.0
1210
- - use-sync-external-store@1.2.2
1211
1210
 
1212
1211
  These packages each contain the following license and notice below:
1213
1212
 
@@ -1754,7 +1753,7 @@ THE SOFTWARE.
1754
1753
 
1755
1754
  The following NPM package may be included in this product:
1756
1755
 
1757
- - ulidx@2.3.0
1756
+ - ulidx@2.4.1
1758
1757
 
1759
1758
  This package contains the following license and notice below:
1760
1759
 
@@ -1928,6 +1927,36 @@ A React helper hook for storing latest value in ref object (updated in useEffect
1928
1927
 
1929
1928
  -----------
1930
1929
 
1930
+ The following NPM package may be included in this product:
1931
+
1932
+ - use-sync-external-store@1.4.0
1933
+
1934
+ This package contains the following license and notice below:
1935
+
1936
+ MIT License
1937
+
1938
+ Copyright (c) Meta Platforms, Inc. and affiliates.
1939
+
1940
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1941
+ of this software and associated documentation files (the "Software"), to deal
1942
+ in the Software without restriction, including without limitation the rights
1943
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1944
+ copies of the Software, and to permit persons to whom the Software is
1945
+ furnished to do so, subject to the following conditions:
1946
+
1947
+ The above copyright notice and this permission notice shall be included in all
1948
+ copies or substantial portions of the Software.
1949
+
1950
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1951
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1952
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1953
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1954
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1956
+ SOFTWARE.
1957
+
1958
+ -----------
1959
+
1931
1960
  The following NPM package may be included in this product:
1932
1961
 
1933
1962
  - vfile-message@2.0.4
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.12.0";
3
+ var version = "0.12.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "0.12.0";
1
+ var version = "0.12.1";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "A library of React Components for powering Yext Chat integrations.",
5
5
  "author": "clippy@yext.com",
6
6
  "main": "./lib/commonjs/src/index.js",
@@ -69,7 +69,7 @@
69
69
  "@testing-library/user-event": "^14.4.3",
70
70
  "@types/jest": "^29.5.1",
71
71
  "@types/react": "^18.2.7",
72
- "@yext/chat-headless-react": "^0.9.1",
72
+ "@yext/chat-headless-react": "^0.9.5",
73
73
  "@yext/eslint-config": "^1.0.2",
74
74
  "babel-jest": "^29.5.0",
75
75
  "eslint": "^8.39.0",
@@ -91,7 +91,7 @@
91
91
  "typescript": "^5.0.4"
92
92
  },
93
93
  "peerDependencies": {
94
- "@yext/chat-headless-react": "^0.9.1",
94
+ "@yext/chat-headless-react": "^0.9.5",
95
95
  "react": "^16.14 || ^17 || ^18",
96
96
  "react-dom": "^16.14 || ^17 || || ^18"
97
97
  },