hylid-bridge 4.0.10 → 4.0.11
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.
|
@@ -113,8 +113,7 @@ var __generator = this && this.__generator || function (thisArg, body) {
|
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
import { promisify } from '@hylid/call';
|
|
117
|
-
import { call } from '@hylid/call';
|
|
116
|
+
import { promisify, call } from '@hylid/call';
|
|
118
117
|
import getSystemInfo from "../../../../../clients/mp_web/mpay/getSystemInfo";
|
|
119
118
|
var getSystemInfoAsync = promisify(getSystemInfo);
|
|
120
119
|
var getMpayUtdId = function getMpayUtdId() {
|