hylid-bridge 4.0.3 → 4.0.4
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/internal/apis/custom/web/defineRuntimeConfig.js +1 -4
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -1
- package/lib/umd/mp_web_alipayhk.js +1 -1
- package/lib/umd/mp_web_dana.js +1 -1
- package/lib/umd/mp_web_gcash.js +1 -1
- package/lib/umd/mp_web_mpay.js +1 -1
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +1 -1
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +1 -1
- package/lib/umd/web_h5.js +1 -1
- package/package.json +6 -6
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import config from '@hylid/types/package.json';
|
|
2
1
|
import { merge } from '../../../utils';
|
|
3
|
-
var runtimeConfig = {
|
|
4
|
-
hylidVersion: config.version
|
|
5
|
-
};
|
|
2
|
+
var runtimeConfig = {};
|
|
6
3
|
var defineRuntimeConfig = function defineRuntimeConfig(config) {
|
|
7
4
|
runtimeConfig = merge(runtimeConfig, config);
|
|
8
5
|
return runtimeConfig;
|