@tarojs/plugin-platform-h5 3.6.22 → 3.6.23

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/LICENSE CHANGED
@@ -158,3 +158,17 @@ MIT (stencil-vue2-output-target):
158
158
  The following files embed [stencil-vue2-output-target](https://github.com/diondree/stencil-vue2-output-target) MIT:
159
159
  `/packages/taro-components-library-vue2/src/vue-component-lib/utils.ts`
160
160
  See `/LICENSE` for details of the license.
161
+
162
+ ==================
163
+
164
+ MIT (weui):
165
+ The following files embed [stencil-vue2-output-target](https://github.com/Tencent/weui) MIT:
166
+ `/packages/taro-components/src/components/*.scss`
167
+ See `/LICENSE.txt` for details of the license.
168
+
169
+ ==================
170
+
171
+ Apache-2.0 (intersection-observer):
172
+ The following files embed [intersection-observer](https://github.com/GoogleChromeLabs/intersection-observer) Apache-2.0:
173
+ `/packages/taro-api/src/polyfill/intersection-observer.ts`
174
+ See `/LICENSE.txt` for details of the license.
@@ -1651,6 +1651,46 @@
1651
1651
  "success": "void",
1652
1652
  "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1653
1653
  },
1654
+ "getQQRunData": {
1655
+ "object": "*",
1656
+ "success": "void",
1657
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1658
+ },
1659
+ "setOfficialDress": {
1660
+ "object": "*",
1661
+ "success": "void",
1662
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1663
+ },
1664
+ "setCustomDress": {
1665
+ "object": "*",
1666
+ "success": "void",
1667
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1668
+ },
1669
+ "updateQQApp": {
1670
+ "object": "*",
1671
+ "success": "void",
1672
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1673
+ },
1674
+ "addRecentColorSign": {
1675
+ "object": "*",
1676
+ "success": "void",
1677
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1678
+ },
1679
+ "getGuildInfo": {
1680
+ "object": "*",
1681
+ "success": "void",
1682
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1683
+ },
1684
+ "applyAddToMyApps": {
1685
+ "object": "*",
1686
+ "success": "void",
1687
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1688
+ },
1689
+ "isAddedToMyApps": {
1690
+ "object": "*",
1691
+ "success": "void",
1692
+ "return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
1693
+ },
1654
1694
  "updateShareMenu": {
1655
1695
  "object": "*",
1656
1696
  "success": "void",