@mpxjs/api-proxy
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@mpxjs/api-proxy", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "convert miniprogram API at each end", | ||
@@ -5,0 +5,0 @@ "module": "src/index.js", |
@@ -1,2 +0,2 @@ | ||
import { proxyWxToAliApi } from './platform' | ||
import { proxyWxToAliApi } from './platform/index' | ||
import proxyAll from './proxy' | ||
@@ -3,0 +3,0 @@ import getPromisifyList from './promisify' |
@@ -1,4 +0,4 @@ | ||
import { changeOpts, handleSuccess, error, warn, noop } from '../utils' | ||
import { changeOpts, handleSuccess, getEnvObj, error, warn, noop } from '../utils' | ||
const ALI_OBJ = my | ||
const ALI_OBJ = getEnvObj() | ||
const TIPS_NAME = 'mpx' | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { wxToAliApi } from './platform' | ||
import { wxToAliApi } from './platform/index' | ||
import { getEnvObj, noop } from './utils' | ||
@@ -3,0 +3,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
27457