@abtnode/core 1.16.49-beta-20250821-102221-1b7283d6 → 1.16.49-beta-20250822-070545-6d3344cc
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.
|
@@ -14,7 +14,6 @@ module.exports = async ({ states, config, configFile, printInfo }) => {
|
|
|
14
14
|
|
|
15
15
|
const updates = [
|
|
16
16
|
{ key: 'runtimeConfig.daemonMaxMemoryLimit', value: DAEMON_MAX_MEM_LIMIT_IN_MB },
|
|
17
|
-
{ key: 'runtimeConfig.proxyMaxMemoryLimit', value: BLOCKLET_MAX_MEM_LIMIT_IN_MB },
|
|
18
17
|
{ key: 'runtimeConfig.blockletMaxMemoryLimit', value: BLOCKLET_MAX_MEM_LIMIT_IN_MB },
|
|
19
18
|
];
|
|
20
19
|
updates.forEach(({ key, value }) => {
|
package/lib/states/node.js
CHANGED
|
@@ -14,7 +14,6 @@ const {
|
|
|
14
14
|
SERVER_STATUS,
|
|
15
15
|
DEFAULT_NFT_DOMAIN_URL,
|
|
16
16
|
SERVER_CACHE_TTL,
|
|
17
|
-
BLOCKLET_MAX_MEM_LIMIT_IN_MB,
|
|
18
17
|
} = require('@abtnode/constant');
|
|
19
18
|
const logger = require('@abtnode/logger')('@abtnode/core:states:node');
|
|
20
19
|
|
|
@@ -164,10 +163,6 @@ class NodeState extends BaseState {
|
|
|
164
163
|
}
|
|
165
164
|
doc.isDockerInstalled = await checkDockerInstalled();
|
|
166
165
|
|
|
167
|
-
if (doc.runtimeConfig && !doc.runtimeConfig.proxyMaxMemoryLimit) {
|
|
168
|
-
doc.runtimeConfig.proxyMaxMemoryLimit = BLOCKLET_MAX_MEM_LIMIT_IN_MB;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
166
|
return doc;
|
|
172
167
|
}
|
|
173
168
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.49-beta-
|
|
6
|
+
"version": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,21 +19,21 @@
|
|
|
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.49-beta-
|
|
23
|
-
"@abtnode/auth": "1.16.49-beta-
|
|
24
|
-
"@abtnode/certificate-manager": "1.16.49-beta-
|
|
25
|
-
"@abtnode/constant": "1.16.49-beta-
|
|
26
|
-
"@abtnode/cron": "1.16.49-beta-
|
|
27
|
-
"@abtnode/db-cache": "1.16.49-beta-
|
|
28
|
-
"@abtnode/docker-utils": "1.16.49-beta-
|
|
29
|
-
"@abtnode/logger": "1.16.49-beta-
|
|
30
|
-
"@abtnode/models": "1.16.49-beta-
|
|
31
|
-
"@abtnode/queue": "1.16.49-beta-
|
|
32
|
-
"@abtnode/rbac": "1.16.49-beta-
|
|
33
|
-
"@abtnode/router-provider": "1.16.49-beta-
|
|
34
|
-
"@abtnode/static-server": "1.16.49-beta-
|
|
35
|
-
"@abtnode/timemachine": "1.16.49-beta-
|
|
36
|
-
"@abtnode/util": "1.16.49-beta-
|
|
22
|
+
"@abtnode/analytics": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
23
|
+
"@abtnode/auth": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
24
|
+
"@abtnode/certificate-manager": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
25
|
+
"@abtnode/constant": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
26
|
+
"@abtnode/cron": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
27
|
+
"@abtnode/db-cache": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
28
|
+
"@abtnode/docker-utils": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
29
|
+
"@abtnode/logger": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
30
|
+
"@abtnode/models": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
31
|
+
"@abtnode/queue": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
32
|
+
"@abtnode/rbac": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
33
|
+
"@abtnode/router-provider": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
34
|
+
"@abtnode/static-server": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
35
|
+
"@abtnode/timemachine": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
36
|
+
"@abtnode/util": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
37
37
|
"@aigne/aigne-hub": "^0.6.7",
|
|
38
38
|
"@arcblock/did": "1.22.2",
|
|
39
39
|
"@arcblock/did-connect-js": "1.22.2",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"@arcblock/pm2-events": "^0.0.5",
|
|
46
46
|
"@arcblock/validator": "1.22.2",
|
|
47
47
|
"@arcblock/vc": "1.22.2",
|
|
48
|
-
"@blocklet/constant": "1.16.49-beta-
|
|
48
|
+
"@blocklet/constant": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
49
49
|
"@blocklet/did-space-js": "^1.1.18",
|
|
50
|
-
"@blocklet/env": "1.16.49-beta-
|
|
50
|
+
"@blocklet/env": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
51
51
|
"@blocklet/error": "^0.2.5",
|
|
52
|
-
"@blocklet/meta": "1.16.49-beta-
|
|
53
|
-
"@blocklet/resolver": "1.16.49-beta-
|
|
54
|
-
"@blocklet/sdk": "1.16.49-beta-
|
|
55
|
-
"@blocklet/server-js": "1.16.49-beta-
|
|
56
|
-
"@blocklet/store": "1.16.49-beta-
|
|
52
|
+
"@blocklet/meta": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
53
|
+
"@blocklet/resolver": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
54
|
+
"@blocklet/sdk": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
55
|
+
"@blocklet/server-js": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
56
|
+
"@blocklet/store": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
57
57
|
"@blocklet/theme": "^3.1.25",
|
|
58
58
|
"@fidm/x509": "^1.2.1",
|
|
59
59
|
"@ocap/mcrypto": "1.22.2",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"jest": "^29.7.0",
|
|
119
119
|
"unzipper": "^0.10.11"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "c5560fe749fe495b03003ac7325da29c71f5e62b"
|
|
122
122
|
}
|