@hylid/call 0.0.90011477778-dev.44 → 0.0.90011477778-dev.46
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/lib/webCall.js +0 -1
- package/package.json +3 -3
package/lib/webCall.js
CHANGED
|
@@ -127,7 +127,6 @@ export function webCall(apiName, options, config) {
|
|
|
127
127
|
type = _a === void 0 ? 'async' : _a;
|
|
128
128
|
if (type === 'async') {
|
|
129
129
|
if (client === CLIENT.HUAWEI_ATOMIC) {
|
|
130
|
-
// TDOO: 华为元服务“出境服务”通信实现
|
|
131
130
|
// @ts-ignore
|
|
132
131
|
var isAtomicFn = window.atomicsdk.invokeMethod({
|
|
133
132
|
appMethod: 'canIUse',
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hylid/call",
|
|
3
|
-
"version": "0.0.90011477778-dev.
|
|
3
|
+
"version": "0.0.90011477778-dev.46",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@hylid/env": "^0.0.90011477778-dev.
|
|
10
|
-
"@hylid/types": "^0.0.90011477778-dev.
|
|
9
|
+
"@hylid/env": "^0.0.90011477778-dev.46",
|
|
10
|
+
"@hylid/types": "^0.0.90011477778-dev.46"
|
|
11
11
|
},
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"access": "public"
|