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/index.cjs.js CHANGED
@@ -78424,7 +78424,7 @@ class Client {
78424
78424
  }
78425
78425
  }
78426
78426
 
78427
- let _baseUrl = '/v0_0_4';
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 = '/v0_0_4';
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') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-dc-api",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "web相关的dcapi",
5
5
  "type": "module",
6
6
  "browser": "dist/dc.min.js",