@abtnode/constant 1.7.8 → 1.7.11

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
@@ -188,6 +188,8 @@ const EVENTS = {
188
188
  USER_ADDED: 'user.added',
189
189
  USER_REMOVED: 'user.removed',
190
190
  USER_UPDATED: 'user.updated',
191
+ CERT_ISSUED: 'cert.issued',
192
+ CERT_ERROR: 'cert.error',
191
193
  };
192
194
 
193
195
  const WHO_CAN_ACCESS = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.7.8",
6
+ "version": "1.7.11",
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": "ae75dd20b4750a31dc53c88b75ed1d95c8f15397"
23
+ "gitHead": "84e741e6b37e47d52bf834ce3ace8ed601d0896c"
24
24
  }