@abtnode/constant 1.8.69-beta-b0bb2d67 → 1.8.69-beta-650a290b
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/index.js +3 -1
- 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-
|
|
6
|
+
"version": "1.8.69-beta-650a290b",
|
|
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": "
|
|
23
|
+
"gitHead": "a33c9ce6a52b8d522d13860e85809dcbba236712"
|
|
24
24
|
}
|