@abtnode/constant 1.8.51 → 1.8.53

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
@@ -256,6 +256,8 @@ const EVENTS = {
256
256
  NODE_STARTED: 'node.started',
257
257
  NODE_STOPPED: 'node.stopped',
258
258
  NODE_ADDED_OWNER: 'node.addedOwner',
259
+ NODE_RUNTIME_INFO: 'node.runtimeInfo',
260
+ BLOCKLETS_RUNTIME_INFO: 'node.blockletsRuntimeInfo',
259
261
  DOMAIN_STATUS: 'domain.status',
260
262
  USER_ADDED: 'user.added',
261
263
  USER_REMOVED: 'user.removed',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.51",
6
+ "version": "1.8.53",
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": "30e929da51edaa22104c4de4e3d1661d790c578c"
23
+ "gitHead": "48a5659627cbf21c232514e332d96e3fe8442e0f"
24
24
  }