yt-chat-components 1.6.1 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -187,7 +187,6 @@ export default function ChatWidget({
187
187
  voice={voice}
188
188
  onSmartRobotClick={onSmartRobotClick}
189
189
  isShowMobileInputArea={isShowMobileInputArea}
190
- isInH5Page={isInH5Page}
191
190
  />
192
191
  </div>
193
192
  );