@abtnode/schema 1.16.15-beta-324519fc → 1.16.15-beta-58d50c9a
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/index.js +7 -0
- package/lib/schema.graphqls +7 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1325,6 +1325,12 @@ type NodeRouting {
|
|
|
1325
1325
|
cacheEnabled: Boolean
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
|
+
type NodeRuntimeConfig {
|
|
1329
|
+
blockletMaxMemoryLimit: Uint32
|
|
1330
|
+
daemonMaxMemoryLimit: Uint32
|
|
1331
|
+
proxyMaxMemoryLimit: Uint32
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1328
1334
|
type NodeState {
|
|
1329
1335
|
did: String
|
|
1330
1336
|
pk: String
|
|
@@ -1358,6 +1364,7 @@ type NodeState {
|
|
|
1358
1364
|
status: Uint32
|
|
1359
1365
|
trustedFactories: [TrustedFactory!]
|
|
1360
1366
|
enableBetaRelease: Boolean
|
|
1367
|
+
runtimeConfig: NodeRuntimeConfig
|
|
1361
1368
|
}
|
|
1362
1369
|
|
|
1363
1370
|
type Notification {
|
package/lib/schema.graphqls
CHANGED
|
@@ -1325,6 +1325,12 @@ type NodeRouting {
|
|
|
1325
1325
|
cacheEnabled: Boolean
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
|
+
type NodeRuntimeConfig {
|
|
1329
|
+
blockletMaxMemoryLimit: Uint32
|
|
1330
|
+
daemonMaxMemoryLimit: Uint32
|
|
1331
|
+
proxyMaxMemoryLimit: Uint32
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1328
1334
|
type NodeState {
|
|
1329
1335
|
did: String
|
|
1330
1336
|
pk: String
|
|
@@ -1358,6 +1364,7 @@ type NodeState {
|
|
|
1358
1364
|
status: Uint32
|
|
1359
1365
|
trustedFactories: [TrustedFactory!]
|
|
1360
1366
|
enableBetaRelease: Boolean
|
|
1367
|
+
runtimeConfig: NodeRuntimeConfig
|
|
1361
1368
|
}
|
|
1362
1369
|
|
|
1363
1370
|
type Notification {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.15-beta-
|
|
6
|
+
"version": "1.16.15-beta-58d50c9a",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "c54236c1daace6451db561fa6b3eea21ba07bb4d",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|