@abtnode/core 1.16.40 → 1.16.41-beta-20250317-065551-8e909a57
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.
|
@@ -214,10 +214,6 @@ const RBAC_CONFIG = {
|
|
|
214
214
|
name: 'mutate_blocklet',
|
|
215
215
|
description: 'Perform state changing actions on a blocklet, such as upgrade/config/start/stop',
|
|
216
216
|
},
|
|
217
|
-
{
|
|
218
|
-
name: 'mutate_vault',
|
|
219
|
-
description: 'Manage vault for a blocklet',
|
|
220
|
-
},
|
|
221
217
|
]),
|
|
222
218
|
grants: Object.freeze({
|
|
223
219
|
[SERVER_ROLES.GUEST]: [
|
|
@@ -251,7 +247,7 @@ const RBAC_CONFIG = {
|
|
|
251
247
|
|
|
252
248
|
// blocklet app or blocklet user
|
|
253
249
|
[SERVER_ROLES.BLOCKLET_SDK]: ['query_team', 'mutate_team', 'query_blocklet'],
|
|
254
|
-
[SERVER_ROLES.BLOCKLET_OWNER]: [SERVER_ROLES.BLOCKLET_ADMIN
|
|
250
|
+
[SERVER_ROLES.BLOCKLET_OWNER]: [SERVER_ROLES.BLOCKLET_ADMIN],
|
|
255
251
|
[SERVER_ROLES.BLOCKLET_ADMIN]: [
|
|
256
252
|
SERVER_ROLES.BLOCKLET_MEMBER,
|
|
257
253
|
'mutate_team',
|
|
@@ -38686,7 +38682,7 @@ module.exports = require("zlib");
|
|
|
38686
38682
|
/***/ ((module) => {
|
|
38687
38683
|
|
|
38688
38684
|
"use strict";
|
|
38689
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@abtnode/core","publishConfig":{"access":"public"},"version":"1.16.
|
|
38685
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@abtnode/core","publishConfig":{"access":"public"},"version":"1.16.40","description":"","main":"lib/index.js","files":["lib"],"scripts":{"lint":"eslint tests lib --ignore-pattern \'tests/assets/*\'","lint:fix":"eslint --fix tests lib","test":"node tools/jest.js","coverage":"npm run test -- --coverage"},"keywords":[],"author":"wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)","license":"Apache-2.0","dependencies":{"@abtnode/analytics":"1.16.40","@abtnode/auth":"1.16.40","@abtnode/certificate-manager":"1.16.40","@abtnode/constant":"1.16.40","@abtnode/cron":"1.16.40","@abtnode/docker-utils":"1.16.40","@abtnode/logger":"1.16.40","@abtnode/models":"1.16.40","@abtnode/queue":"1.16.40","@abtnode/rbac":"1.16.40","@abtnode/router-provider":"1.16.40","@abtnode/static-server":"1.16.40","@abtnode/timemachine":"1.16.40","@abtnode/util":"1.16.40","@arcblock/did":"1.19.15","@arcblock/did-auth":"1.19.15","@arcblock/did-ext":"^1.19.15","@arcblock/did-motif":"^1.1.13","@arcblock/did-util":"1.19.15","@arcblock/event-hub":"1.19.15","@arcblock/jwt":"^1.19.15","@arcblock/pm2-events":"^0.0.5","@arcblock/validator":"^1.19.15","@arcblock/vc":"1.19.15","@blocklet/constant":"1.16.40","@blocklet/did-space-js":"^1.0.34","@blocklet/env":"1.16.40","@blocklet/meta":"1.16.40","@blocklet/resolver":"1.16.40","@blocklet/sdk":"1.16.40","@blocklet/store":"1.16.40","@fidm/x509":"^1.2.1","@ocap/mcrypto":"1.19.15","@ocap/util":"1.19.15","@ocap/wallet":"1.19.15","@slack/webhook":"^5.0.4","archiver":"^7.0.1","axios":"^1.7.9","axon":"^2.0.3","chalk":"^4.1.2","cross-spawn":"^7.0.3","deep-diff":"^1.0.2","detect-port":"^1.5.1","envfile":"^7.1.0","escape-string-regexp":"^4.0.0","fast-glob":"^3.3.2","filesize":"^10.1.1","flat":"^5.0.2","fs-extra":"^11.2.0","get-port":"^5.1.1","hasha":"^5.2.2","is-base64":"^1.1.0","is-cidr":"4","is-ip":"3","is-url":"^1.2.4","joi":"17.12.2","joi-extension-semver":"^5.0.0","js-yaml":"^4.1.0","kill-port":"^2.0.1","lodash":"^4.17.21","lru-cache":"^11.0.2","node-stream-zip":"^1.15.0","p-all":"^3.0.0","p-limit":"^3.1.0","p-map":"^4.0.0","p-retry":"^4.6.2","rate-limiter-flexible":"^5.0.5","read-last-lines":"^1.8.0","semver":"^7.6.3","sequelize":"^6.35.0","shelljs":"^0.8.5","ssri":"^8.0.1","stream-throttle":"^0.1.3","stream-to-promise":"^3.0.0","systeminformation":"^5.23.3","tail":"^2.2.4","tar":"^6.1.11","transliteration":"^2.3.5","ua-parser-js":"^1.0.2","ufo":"^1.5.3","uuid":"^9.0.1","valid-url":"^1.0.9","which":"^2.0.2","xbytes":"^1.8.0"},"devDependencies":{"expand-tilde":"^2.0.2","express":"^4.18.2","jest":"^29.7.0","unzipper":"^0.10.11"},"gitHead":"e5764f753181ed6a7c615cd4fc6682aacf0cb7cd"}');
|
|
38690
38686
|
|
|
38691
38687
|
/***/ }),
|
|
38692
38688
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.41-beta-20250317-065551-8e909a57",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/analytics": "1.16.
|
|
23
|
-
"@abtnode/auth": "1.16.
|
|
24
|
-
"@abtnode/certificate-manager": "1.16.
|
|
25
|
-
"@abtnode/constant": "1.16.
|
|
26
|
-
"@abtnode/cron": "1.16.
|
|
27
|
-
"@abtnode/docker-utils": "1.16.
|
|
28
|
-
"@abtnode/logger": "1.16.
|
|
29
|
-
"@abtnode/models": "1.16.
|
|
30
|
-
"@abtnode/queue": "1.16.
|
|
31
|
-
"@abtnode/rbac": "1.16.
|
|
32
|
-
"@abtnode/router-provider": "1.16.
|
|
33
|
-
"@abtnode/static-server": "1.16.
|
|
34
|
-
"@abtnode/timemachine": "1.16.
|
|
35
|
-
"@abtnode/util": "1.16.
|
|
22
|
+
"@abtnode/analytics": "1.16.41-beta-20250317-065551-8e909a57",
|
|
23
|
+
"@abtnode/auth": "1.16.41-beta-20250317-065551-8e909a57",
|
|
24
|
+
"@abtnode/certificate-manager": "1.16.41-beta-20250317-065551-8e909a57",
|
|
25
|
+
"@abtnode/constant": "1.16.41-beta-20250317-065551-8e909a57",
|
|
26
|
+
"@abtnode/cron": "1.16.41-beta-20250317-065551-8e909a57",
|
|
27
|
+
"@abtnode/docker-utils": "1.16.41-beta-20250317-065551-8e909a57",
|
|
28
|
+
"@abtnode/logger": "1.16.41-beta-20250317-065551-8e909a57",
|
|
29
|
+
"@abtnode/models": "1.16.41-beta-20250317-065551-8e909a57",
|
|
30
|
+
"@abtnode/queue": "1.16.41-beta-20250317-065551-8e909a57",
|
|
31
|
+
"@abtnode/rbac": "1.16.41-beta-20250317-065551-8e909a57",
|
|
32
|
+
"@abtnode/router-provider": "1.16.41-beta-20250317-065551-8e909a57",
|
|
33
|
+
"@abtnode/static-server": "1.16.41-beta-20250317-065551-8e909a57",
|
|
34
|
+
"@abtnode/timemachine": "1.16.41-beta-20250317-065551-8e909a57",
|
|
35
|
+
"@abtnode/util": "1.16.41-beta-20250317-065551-8e909a57",
|
|
36
36
|
"@arcblock/did": "1.19.15",
|
|
37
37
|
"@arcblock/did-auth": "1.19.15",
|
|
38
38
|
"@arcblock/did-ext": "^1.19.15",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@arcblock/pm2-events": "^0.0.5",
|
|
44
44
|
"@arcblock/validator": "^1.19.15",
|
|
45
45
|
"@arcblock/vc": "1.19.15",
|
|
46
|
-
"@blocklet/constant": "1.16.
|
|
46
|
+
"@blocklet/constant": "1.16.41-beta-20250317-065551-8e909a57",
|
|
47
47
|
"@blocklet/did-space-js": "^1.0.34",
|
|
48
|
-
"@blocklet/env": "1.16.
|
|
49
|
-
"@blocklet/meta": "1.16.
|
|
50
|
-
"@blocklet/resolver": "1.16.
|
|
51
|
-
"@blocklet/sdk": "1.16.
|
|
52
|
-
"@blocklet/store": "1.16.
|
|
48
|
+
"@blocklet/env": "1.16.41-beta-20250317-065551-8e909a57",
|
|
49
|
+
"@blocklet/meta": "1.16.41-beta-20250317-065551-8e909a57",
|
|
50
|
+
"@blocklet/resolver": "1.16.41-beta-20250317-065551-8e909a57",
|
|
51
|
+
"@blocklet/sdk": "1.16.41-beta-20250317-065551-8e909a57",
|
|
52
|
+
"@blocklet/store": "1.16.41-beta-20250317-065551-8e909a57",
|
|
53
53
|
"@fidm/x509": "^1.2.1",
|
|
54
54
|
"@ocap/mcrypto": "1.19.15",
|
|
55
55
|
"@ocap/util": "1.19.15",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"jest": "^29.7.0",
|
|
111
111
|
"unzipper": "^0.10.11"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "8d4b9ac31bc3511451dbf89ae8d184170a48382b"
|
|
114
114
|
}
|