@abtnode/constant 1.16.21-beta-bd0e2503 → 1.16.21-beta-445a8baa
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.
- package/index.js +1 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -256,6 +256,7 @@ const DAY_IN_MS = 24 * 60 * 60 * 1000;
|
|
|
256
256
|
|
|
257
257
|
const EVENTS = {
|
|
258
258
|
NOTIFICATION_CREATE: 'notification.create',
|
|
259
|
+
NOTIFICATION_BLOCKLET_CREATE: 'notification.blockletCreate',
|
|
259
260
|
ROUTING_UPDATED: 'routing.updated',
|
|
260
261
|
NODE_UPDATED: 'node.updated',
|
|
261
262
|
NODE_MAINTAIN_PROGRESS: 'node.upgrade.progress',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.21-beta-
|
|
6
|
+
"version": "1.16.21-beta-445a8baa",
|
|
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": "
|
|
23
|
+
"gitHead": "7a7ff8be7f424775c3bde0eead773d8e6177fa1a"
|
|
24
24
|
}
|