@abtnode/core 1.16.27-beta-91ff0d1b → 1.16.27-beta-c450492a
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/lib/util/blocklet.js +2 -0
- package/package.json +33 -33
package/lib/util/blocklet.js
CHANGED
|
@@ -72,6 +72,7 @@ const {
|
|
|
72
72
|
BLOCKLET_PREFERENCE_FILE,
|
|
73
73
|
BLOCKLET_PREFERENCE_PREFIX,
|
|
74
74
|
BLOCKLET_RESOURCE_DIR,
|
|
75
|
+
BLOCKLET_TENANT_MODES,
|
|
75
76
|
} = require('@blocklet/constant');
|
|
76
77
|
const validateBlockletEntry = require('@blocklet/meta/lib/entry');
|
|
77
78
|
const getBlockletEngine = require('@blocklet/meta/lib/engine');
|
|
@@ -333,6 +334,7 @@ const getAppSystemEnvironments = (blocklet, nodeInfo, dataDirs) => {
|
|
|
333
334
|
BLOCKLET_APP_DESCRIPTION: appDescription,
|
|
334
335
|
BLOCKLET_APP_URL: appUrl,
|
|
335
336
|
BLOCKLET_APP_DATA_DIR: path.join(dataDirs.data, blocklet.meta.name),
|
|
337
|
+
BLOCKLET_APP_TENANT_MODE: result.tenantMode || BLOCKLET_TENANT_MODES.SINGLE,
|
|
336
338
|
};
|
|
337
339
|
};
|
|
338
340
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.27-beta-
|
|
6
|
+
"version": "1.16.27-beta-c450492a",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,40 +19,40 @@
|
|
|
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.27-beta-
|
|
23
|
-
"@abtnode/auth": "1.16.27-beta-
|
|
24
|
-
"@abtnode/certificate-manager": "1.16.27-beta-
|
|
25
|
-
"@abtnode/constant": "1.16.27-beta-
|
|
26
|
-
"@abtnode/cron": "1.16.27-beta-
|
|
27
|
-
"@abtnode/logger": "1.16.27-beta-
|
|
28
|
-
"@abtnode/models": "1.16.27-beta-
|
|
29
|
-
"@abtnode/queue": "1.16.27-beta-
|
|
30
|
-
"@abtnode/rbac": "1.16.27-beta-
|
|
31
|
-
"@abtnode/router-provider": "1.16.27-beta-
|
|
32
|
-
"@abtnode/static-server": "1.16.27-beta-
|
|
33
|
-
"@abtnode/timemachine": "1.16.27-beta-
|
|
34
|
-
"@abtnode/util": "1.16.27-beta-
|
|
35
|
-
"@arcblock/did": "1.18.
|
|
36
|
-
"@arcblock/did-auth": "1.18.
|
|
37
|
-
"@arcblock/did-ext": "^1.18.
|
|
22
|
+
"@abtnode/analytics": "1.16.27-beta-c450492a",
|
|
23
|
+
"@abtnode/auth": "1.16.27-beta-c450492a",
|
|
24
|
+
"@abtnode/certificate-manager": "1.16.27-beta-c450492a",
|
|
25
|
+
"@abtnode/constant": "1.16.27-beta-c450492a",
|
|
26
|
+
"@abtnode/cron": "1.16.27-beta-c450492a",
|
|
27
|
+
"@abtnode/logger": "1.16.27-beta-c450492a",
|
|
28
|
+
"@abtnode/models": "1.16.27-beta-c450492a",
|
|
29
|
+
"@abtnode/queue": "1.16.27-beta-c450492a",
|
|
30
|
+
"@abtnode/rbac": "1.16.27-beta-c450492a",
|
|
31
|
+
"@abtnode/router-provider": "1.16.27-beta-c450492a",
|
|
32
|
+
"@abtnode/static-server": "1.16.27-beta-c450492a",
|
|
33
|
+
"@abtnode/timemachine": "1.16.27-beta-c450492a",
|
|
34
|
+
"@abtnode/util": "1.16.27-beta-c450492a",
|
|
35
|
+
"@arcblock/did": "1.18.117",
|
|
36
|
+
"@arcblock/did-auth": "1.18.117",
|
|
37
|
+
"@arcblock/did-ext": "^1.18.117",
|
|
38
38
|
"@arcblock/did-motif": "^1.1.13",
|
|
39
|
-
"@arcblock/did-util": "1.18.
|
|
40
|
-
"@arcblock/event-hub": "1.18.
|
|
41
|
-
"@arcblock/jwt": "^1.18.
|
|
39
|
+
"@arcblock/did-util": "1.18.117",
|
|
40
|
+
"@arcblock/event-hub": "1.18.117",
|
|
41
|
+
"@arcblock/jwt": "^1.18.117",
|
|
42
42
|
"@arcblock/pm2-events": "^0.0.5",
|
|
43
|
-
"@arcblock/validator": "^1.18.
|
|
44
|
-
"@arcblock/vc": "1.18.
|
|
45
|
-
"@blocklet/constant": "1.16.27-beta-
|
|
46
|
-
"@blocklet/env": "1.16.27-beta-
|
|
47
|
-
"@blocklet/meta": "1.16.27-beta-
|
|
48
|
-
"@blocklet/resolver": "1.16.27-beta-
|
|
49
|
-
"@blocklet/sdk": "1.16.27-beta-
|
|
50
|
-
"@blocklet/store": "1.16.27-beta-
|
|
51
|
-
"@did-space/client": "^0.4.
|
|
43
|
+
"@arcblock/validator": "^1.18.117",
|
|
44
|
+
"@arcblock/vc": "1.18.117",
|
|
45
|
+
"@blocklet/constant": "1.16.27-beta-c450492a",
|
|
46
|
+
"@blocklet/env": "1.16.27-beta-c450492a",
|
|
47
|
+
"@blocklet/meta": "1.16.27-beta-c450492a",
|
|
48
|
+
"@blocklet/resolver": "1.16.27-beta-c450492a",
|
|
49
|
+
"@blocklet/sdk": "1.16.27-beta-c450492a",
|
|
50
|
+
"@blocklet/store": "1.16.27-beta-c450492a",
|
|
51
|
+
"@did-space/client": "^0.4.4",
|
|
52
52
|
"@fidm/x509": "^1.2.1",
|
|
53
|
-
"@ocap/mcrypto": "1.18.
|
|
54
|
-
"@ocap/util": "1.18.
|
|
55
|
-
"@ocap/wallet": "1.18.
|
|
53
|
+
"@ocap/mcrypto": "1.18.117",
|
|
54
|
+
"@ocap/util": "1.18.117",
|
|
55
|
+
"@ocap/wallet": "1.18.117",
|
|
56
56
|
"@slack/webhook": "^5.0.4",
|
|
57
57
|
"archiver": "^7.0.1",
|
|
58
58
|
"axios": "^0.27.2",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"jest": "^29.7.0",
|
|
104
104
|
"unzipper": "^0.10.11"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "acb1a611412f31cd292b4db4536352dba75bbe3f"
|
|
107
107
|
}
|