@tuya-miniapp/smart-ui 2.9.1 → 2.9.3

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/dist/common/ty.js CHANGED
@@ -36,8 +36,6 @@ const tyApi = {
36
36
  },
37
37
  nativeDisabled: (v) => {
38
38
  var _a;
39
- if (!isIOS)
40
- return;
41
39
  // @ts-ignore
42
40
  if (typeof ty !== 'undefined') {
43
41
  // @ts-ignore
package/lib/common/ty.js CHANGED
@@ -38,8 +38,6 @@ var tyApi = {
38
38
  },
39
39
  nativeDisabled: function (v) {
40
40
  var _a;
41
- if (!isIOS)
42
- return;
43
41
  // @ts-ignore
44
42
  if (typeof ty !== 'undefined') {
45
43
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.9.1",
3
+ "version": "2.9.3",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",