@abtnode/constant 1.8.2 → 1.8.3

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 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -206,7 +206,6 @@ module.exports = Object.freeze({
206
206
  PRODUCTION: 'production',
207
207
  DEBUG: 'debug',
208
208
  MAINTENANCE: 'maintenance',
209
- IMMUTABLE: 'immutable',
210
209
  }),
211
210
 
212
211
  DEFAULT_DESCRIPTION: 'Web Interface to manage your Blocklet Server',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.2",
6
+ "version": "1.8.3",
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.4.5"
22
22
  },
23
- "gitHead": "fcbe3c97f3825c507ee16714f49bbf8f58c5b59f"
23
+ "gitHead": "c734aca7bf1fc03378c3b082d0622b6a540a8bd3"
24
24
  }