@hylid/call 3.2.0-alpha.8 → 3.2.5

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.
Files changed (2) hide show
  1. package/lib/mpWebCall.js +0 -1
  2. package/package.json +4 -4
package/lib/mpWebCall.js CHANGED
@@ -7,7 +7,6 @@ mpWebOnMessage(function (msg) {
7
7
  var message = msg;
8
8
  var serialId = message.serialId;
9
9
  // 不是 jsapi 的调用的消息
10
- if (message.type && message.type !== 'apiCall') return;
11
10
  if (!serialId) return;
12
11
  if (!callMap[serialId]) return;
13
12
  var callback = callMap[serialId];
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@hylid/call",
3
- "version": "3.2.0-alpha.8",
3
+ "version": "3.2.5",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib"
7
7
  ],
8
8
  "dependencies": {
9
- "@hylid/env": "^3.2.0-alpha.8",
10
- "@hylid/types": "^3.2.0-alpha.8"
9
+ "@hylid/env": "^3.2.5",
10
+ "@hylid/types": "^3.2.5"
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public"
@@ -15,4 +15,4 @@
15
15
  "license": "MIT",
16
16
  "sideEffects": false,
17
17
  "registry": "https://registry.npmjs.org/"
18
- }
18
+ }