@abtnode/constant 1.16.23-beta-7b5b0175 → 1.16.23-beta-abdda301

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 +0 -5
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -289,10 +289,6 @@ const USER_TYPE = Object.freeze({
289
289
  WALLET: 'wallet',
290
290
  });
291
291
 
292
- const PROD_DID_SPACES = {
293
- CORE_URL: 'https://www.didspaces.com/app',
294
- };
295
-
296
292
  const BACKUPS = {
297
293
  STATUS: {
298
294
  PROGRESS: null,
@@ -563,7 +559,6 @@ module.exports = Object.freeze({
563
559
  SERVER_CACHE_TTL: 300 * 1000, // 5 minutes
564
560
  BLOCKLET_CACHE_TTL: 3600 * 1000, // 1 hour
565
561
 
566
- PROD_DID_SPACES,
567
562
  BACKUPS,
568
563
 
569
564
  CHECK_UPDATE,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.23-beta-7b5b0175",
6
+ "version": "1.16.23-beta-abdda301",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "d1386002a4a10a65bf53cfca9754ea077c1d5983"
23
+ "gitHead": "2b064df15b34007f6145170ee691ae9e91ff1528"
24
24
  }