@abtnode/constant 1.16.23-beta-f85576a6 → 1.16.23-beta-aeb9f5bd
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 +2 -4
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -266,10 +266,6 @@ const EVENTS = {
|
|
|
266
266
|
NODE_RUNTIME_INFO: 'node.runtimeInfo',
|
|
267
267
|
BLOCKLETS_RUNTIME_INFO: 'node.blockletsRuntimeInfo',
|
|
268
268
|
DOMAIN_STATUS: 'domain.status',
|
|
269
|
-
USER_ADDED: 'user.added',
|
|
270
|
-
USER_REMOVED: 'user.removed',
|
|
271
|
-
USER_UPDATED: 'user.updated',
|
|
272
|
-
USER_PERMISSION_UPDATED: 'user.permissionUpdated',
|
|
273
269
|
CERT_ADDED: 'cert.added',
|
|
274
270
|
CERT_ISSUED: 'cert.issued',
|
|
275
271
|
CERT_UPDATED: 'cert.updated',
|
|
@@ -583,4 +579,6 @@ module.exports = Object.freeze({
|
|
|
583
579
|
|
|
584
580
|
COPYRIGHT_OWNER: 'ArcBlock',
|
|
585
581
|
FEDERATED,
|
|
582
|
+
SESSION_TOKEN_STORAGE_KEY: 'login_token',
|
|
583
|
+
REFRESH_TOKEN_STORAGE_KEY: 'refresh_token',
|
|
586
584
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.23-beta-
|
|
6
|
+
"version": "1.16.23-beta-aeb9f5bd",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"jest": "^
|
|
21
|
+
"jest": "^29.7.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "418cacd970d373aecc8706f8992e57369d394577"
|
|
24
24
|
}
|