@abtnode/constant 1.16.15-beta-375899b6 → 1.16.15-beta-9318a201

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -290,6 +290,7 @@ const USER_TYPE = Object.freeze({
290
290
  const PROD_DID_SPACES = {
291
291
  BUY_SPACE_PAGE: 'https://www.didspaces.com/app/buySpace',
292
292
  APP_IDS: ['zNKq13Dr2TBHELpLDUJFGxepiGP7YHbAVxPn', 'zNKq6yG8AVbwdRBDJSNCDVJJUQD1AXdkK7Wp'],
293
+ CORE_URL: 'https://www.didspaces.com/app',
293
294
  };
294
295
 
295
296
  // 10s 上报统计一次
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15-beta-375899b6",
6
+ "version": "1.16.15-beta-9318a201",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "c999a7f47ecdca1494eb53fc177d28899b3effc9"
23
+ "gitHead": "f3722cbd4fe10c5fa083cad7e859ecff6095060d"
24
24
  }