@mpxjs/api-proxy 2.9.19 → 2.9.20

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": "@mpxjs/api-proxy",
3
- "version": "2.9.19",
3
+ "version": "2.9.20",
4
4
  "description": "convert miniprogram API at each end",
5
5
  "module": "src/index.js",
6
6
  "types": "@types/index.d.ts",
@@ -39,5 +39,5 @@
39
39
  "dependencies": {
40
40
  "axios": "^1.6.7"
41
41
  },
42
- "gitHead": "3dbb31fbe48d689bbe0d0f2aaf7fbf80943b73d9"
42
+ "gitHead": "2813da00b63ec85a3bcd4355979c5adb56c853fd"
43
43
  }
@@ -1,5 +1,5 @@
1
1
  import { webHandleSuccess, webHandleFail, isTabBarPage, throwSSRWarning, isBrowser } from '../../../common/js'
2
- import { EventChannel } from '../event-channel'
2
+ import { EventChannel } from './event-channel'
3
3
 
4
4
  let routeCount = 0
5
5
 
@@ -107,6 +107,3 @@ export * from './api/window'
107
107
 
108
108
  // getEnterOptionsSync
109
109
  export * from './api/lifecycle'
110
-
111
- // EventChannel
112
- export * from './api/event-channel'