@mpxjs/api-proxy
Advanced tools
Comparing version 2.9.26 to 2.9.27
{ | ||
"name": "@mpxjs/api-proxy", | ||
"version": "2.9.26", | ||
"version": "2.9.27", | ||
"description": "convert miniprogram API at each end", | ||
@@ -42,3 +42,3 @@ "module": "src/index.js", | ||
}, | ||
"gitHead": "0abcc7e543b5c4c4af14b2154b78b15c1f571160" | ||
"gitHead": "3939aaaa7d9be0c86e51da16080a6cd8d7863a1a" | ||
} |
@@ -26,4 +26,8 @@ import { noop } from '../../../common/js' | ||
selectorQuery.in = function () { | ||
return this | ||
selectorQuery.in = function (_this) { | ||
if (typeof _this !== 'object' || typeof _this.createSelectorQuery !== 'function') { | ||
throw new Error('in ćšćłä¸ďźäź ĺ Ľç this ĺć°ä¸ćŻçťäťśĺŽäž') | ||
} | ||
return _this.createSelectorQuery(options) | ||
} | ||
@@ -30,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137490
3588