@abtnode/constant 1.16.44-beta-20250524-065731-c62fd374 → 1.16.44-beta-20250527-130401-1b9ae926
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 +4 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -430,6 +430,8 @@ const RESPONSE_HEADER_POLICY_SIMPLE_CORS_AND_SECURITY_HEADER = 'simple-cors-and-
|
|
|
430
430
|
|
|
431
431
|
const EVENT_BUS_EVENT = 'event-bus';
|
|
432
432
|
|
|
433
|
+
const NAVIGATION_I18N_FIELDS = Object.freeze(['title', 'description', 'link']);
|
|
434
|
+
|
|
433
435
|
module.exports = Object.freeze({
|
|
434
436
|
// Blocklet Server
|
|
435
437
|
NODE_MODES: Object.freeze({
|
|
@@ -775,6 +777,8 @@ module.exports = Object.freeze({
|
|
|
775
777
|
|
|
776
778
|
EVENT_BUS_EVENT,
|
|
777
779
|
|
|
780
|
+
NAVIGATION_I18N_FIELDS,
|
|
781
|
+
|
|
778
782
|
PASSPORT_SOURCE: {
|
|
779
783
|
INVITE: 'invite',
|
|
780
784
|
ISSUE: 'issue',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.44-beta-
|
|
6
|
+
"version": "1.16.44-beta-20250527-130401-1b9ae926",
|
|
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": "
|
|
23
|
+
"gitHead": "dc9dbcc0940b331408fd2469147bbbf0c473376b"
|
|
24
24
|
}
|