@abtnode/constant 1.5.20 → 1.5.21

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 +2 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -182,8 +182,8 @@ module.exports = Object.freeze({
182
182
  NFT_TYPE_SERVICE_OWNERSHIP: 'ServiceOwnershipCredential',
183
183
  SERVICE_PURCHASE_NFT_TYPE: 'ServicePurchaseCredential',
184
184
 
185
- NODE_PACKAGE_NAME: '@abtnode/cli',
186
- NODE_COMMAND_NAME: 'abtnode',
185
+ NODE_PACKAGE_NAME: '@abtnode/cli', // deprecated in 1.6.0
186
+ NODE_COMMAND_NAME: 'abtnode', // deprecated in 1.6.0
187
187
 
188
188
  PROCESS_NAME_DAEMON: 'abt-node-daemon',
189
189
  PROCESS_NAME_PROXY: 'abt-node-db-hub',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.20",
6
+ "version": "1.5.21",
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.3.1"
22
22
  },
23
- "gitHead": "08771b885d987343780f29b95b71e6e0926b91bf"
23
+ "gitHead": "db219f519704e8c7ebe60f8448ec6c447ac4e059"
24
24
  }