web-dc-api 0.0.30 → 0.0.31
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/dist/dc.js +1 -1
- package/dist/dc.min.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -78424,7 +78424,7 @@ class Client {
|
|
|
78424
78424
|
}
|
|
78425
78425
|
}
|
|
78426
78426
|
|
|
78427
|
-
let _baseUrl = '/
|
|
78427
|
+
let _baseUrl = '/v0_0_5';
|
|
78428
78428
|
let _walletOrigin = 'https://wallet.dcnetio.com';
|
|
78429
78429
|
// todo 发布需要注释
|
|
78430
78430
|
if (typeof process !== 'undefined' && process.env && process.env['NODE_ENV'] === 'development') {
|
package/dist/index.esm.js
CHANGED
|
@@ -78402,7 +78402,7 @@ class Client {
|
|
|
78402
78402
|
}
|
|
78403
78403
|
}
|
|
78404
78404
|
|
|
78405
|
-
let _baseUrl = '/
|
|
78405
|
+
let _baseUrl = '/v0_0_5';
|
|
78406
78406
|
let _walletOrigin = 'https://wallet.dcnetio.com';
|
|
78407
78407
|
// todo 发布需要注释
|
|
78408
78408
|
if (typeof process !== 'undefined' && process.env && process.env['NODE_ENV'] === 'development') {
|