@abtnode/constant 1.8.62 → 1.8.63-beta-c51e554d

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 +9 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -453,4 +453,13 @@ module.exports = Object.freeze({
453
453
 
454
454
  LOG_RETAIN_IN_DAYS: 60,
455
455
  EXPIRED_BLOCKLET_DATA_RETENTION_DAYS: 7,
456
+
457
+ BLOCKLET_INSTALL_TYPE: {
458
+ STORE: 'store',
459
+ URL: 'url',
460
+ UPLOAD: 'upload',
461
+ DEV: 'dev',
462
+ CREATE: 'create',
463
+ RESTORE: 'restore',
464
+ },
456
465
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.62",
6
+ "version": "1.8.63-beta-c51e554d",
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": "ea6ab48149eb9e1157ef37ab1505fa36a9ce598f"
23
+ "gitHead": "9913ed7968dfab63d6549201a5a98f9819fcfac6"
24
24
  }