@abtnode/constant 1.8.63-beta-c51e554d → 1.8.63-beta-b0b23c2b

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -263,8 +263,10 @@ const EVENTS = {
263
263
  USER_ADDED: 'user.added',
264
264
  USER_REMOVED: 'user.removed',
265
265
  USER_UPDATED: 'user.updated',
266
+ CERT_ADDED: 'cert.added',
266
267
  CERT_ISSUED: 'cert.issued',
267
268
  CERT_UPDATED: 'cert.updated',
269
+ CERT_REMOVED: 'cert.removed',
268
270
  CERT_ERROR: 'cert.error',
269
271
  RELOAD_GATEWAY: 'gateway.reload',
270
272
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.63-beta-c51e554d",
6
+ "version": "1.8.63-beta-b0b23c2b",
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": "9913ed7968dfab63d6549201a5a98f9819fcfac6"
23
+ "gitHead": "4287f73180dacb1e158ed800b207166df89092ec"
24
24
  }