@abtnode/constant 1.8.69-beta-54faead3 → 1.8.69-beta-76f8a46f

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 +3 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -346,6 +346,9 @@ module.exports = Object.freeze({
346
346
  logoUrl: '/logo.png',
347
347
  },
348
348
 
349
+ // application is a container, components have no hierarchy and are tiled in application
350
+ APP_STRUCT_VERSION: '2',
351
+
349
352
  DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',
350
353
  DEFAULT_DID_DOMAIN: 'did.abtnet.io',
351
354
  DEFAULT_IP_DOMAIN: '*.ip.abtnet.io',
@@ -462,7 +465,6 @@ module.exports = Object.freeze({
462
465
  BLOCKLET_INSTALL_TYPE: {
463
466
  STORE: 'store',
464
467
  URL: 'url',
465
- UPLOAD: 'upload',
466
468
  DEV: 'dev',
467
469
  CREATE: 'create',
468
470
  RESTORE: 'restore',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.69-beta-54faead3",
6
+ "version": "1.8.69-beta-76f8a46f",
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": "3dec0c85a77de5ba2d37c19ac769b126bfaafc86"
23
+ "gitHead": "07415e674443b85648ea80b734f7a3690abfc15e"
24
24
  }