@abtnode/constant 1.16.44-beta-20250528-003415-7a5e5d90 → 1.16.44-beta-20250529-223630-10e16ac8

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -280,6 +280,7 @@ const EVENTS = {
280
280
  CERT_ERROR: 'cert.error',
281
281
  RELOAD_GATEWAY: 'gateway.reload',
282
282
  NOTIFICATION_CREATE_QUEUED: 'notification.create.queued',
283
+ UPDATE_DOMAIN_ALIAS: 'router.domain.alias.updated',
283
284
  };
284
285
 
285
286
  const WHO_CAN_ACCESS = Object.freeze({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.44-beta-20250528-003415-7a5e5d90",
6
+ "version": "1.16.44-beta-20250529-223630-10e16ac8",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "095d89d3b8e40dc1d956203cac94a45a4a843024"
23
+ "gitHead": "381ba5459e32dd7bc94f7ea62df65b72644d6d16"
24
24
  }