web-dc-api 0.0.36 → 0.0.37

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
@@ -71621,7 +71621,7 @@ let _baseUrl = '';
71621
71621
  let _walletOrigin = 'http://localhost:3000';
71622
71622
  // todo 发布需要注释
71623
71623
  // if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
71624
- _baseUrl = '/v0_0_7';
71624
+ _baseUrl = '/v0_0_8';
71625
71625
  _walletOrigin = 'https://wallet.dcnetio.com';
71626
71626
  // }
71627
71627
  const walletOrigin = _walletOrigin;
package/dist/index.esm.js CHANGED
@@ -71599,7 +71599,7 @@ let _baseUrl = '';
71599
71599
  let _walletOrigin = 'http://localhost:3000';
71600
71600
  // todo 发布需要注释
71601
71601
  // if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
71602
- _baseUrl = '/v0_0_7';
71602
+ _baseUrl = '/v0_0_8';
71603
71603
  _walletOrigin = 'https://wallet.dcnetio.com';
71604
71604
  // }
71605
71605
  const walletOrigin = _walletOrigin;
@@ -3,7 +3,7 @@ let _baseUrl = '';
3
3
  let _walletOrigin = 'http://localhost:3000'
4
4
  // todo 发布需要注释
5
5
  // if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
6
- _baseUrl ='/v0_0_7'
6
+ _baseUrl ='/v0_0_8'
7
7
  _walletOrigin = 'https://wallet.dcnetio.com'
8
8
  // }
9
9
  export const walletOrigin = _walletOrigin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-dc-api",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "web相关的dcapi",
5
5
  "type": "module",
6
6
  "browser": "dist/dc.min.js",