@blocklet/server-js 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.
package/docs/QUERIES.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ABT Node GraphQL API List
2
2
 
3
- > Updated on 2025-08-21T08:15:19.910Z
3
+ > Updated on 2025-08-22T05:29:24.484Z
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -4124,7 +4124,6 @@ No arguments
4124
4124
  runtimeConfig {
4125
4125
  blockletMaxMemoryLimit
4126
4126
  daemonMaxMemoryLimit
4127
- proxyMaxMemoryLimit
4128
4127
  }
4129
4128
  trustedFactories {
4130
4129
  factoryAddress
@@ -4280,7 +4279,6 @@ No arguments
4280
4279
  runtimeConfig {
4281
4280
  blockletMaxMemoryLimit
4282
4281
  daemonMaxMemoryLimit
4283
- proxyMaxMemoryLimit
4284
4282
  }
4285
4283
  trustedFactories {
4286
4284
  factoryAddress
@@ -43161,7 +43159,6 @@ mutation {
43161
43159
  runtimeConfig {
43162
43160
  blockletMaxMemoryLimit
43163
43161
  daemonMaxMemoryLimit
43164
- proxyMaxMemoryLimit
43165
43162
  }
43166
43163
  trustedFactories {
43167
43164
  factoryAddress
@@ -43317,7 +43314,6 @@ mutation {
43317
43314
  runtimeConfig {
43318
43315
  blockletMaxMemoryLimit
43319
43316
  daemonMaxMemoryLimit
43320
- proxyMaxMemoryLimit
43321
43317
  }
43322
43318
  trustedFactories {
43323
43319
  factoryAddress
package/lib/node.d.ts CHANGED
@@ -3345,7 +3345,6 @@ declare namespace ABTNodeClient {
3345
3345
  interface NodeRuntimeConfig {
3346
3346
  blockletMaxMemoryLimit: number;
3347
3347
  daemonMaxMemoryLimit: number;
3348
- proxyMaxMemoryLimit: number;
3349
3348
  }
3350
3349
 
3351
3350
  interface NodeState {
@@ -21467,18 +21467,6 @@
21467
21467
  },
21468
21468
  "isDeprecated": false,
21469
21469
  "deprecationReason": null
21470
- },
21471
- {
21472
- "name": "proxyMaxMemoryLimit",
21473
- "description": null,
21474
- "args": [],
21475
- "type": {
21476
- "kind": "SCALAR",
21477
- "name": "Uint32",
21478
- "ofType": null
21479
- },
21480
- "isDeprecated": false,
21481
- "deprecationReason": null
21482
21470
  }
21483
21471
  ],
21484
21472
  "inputFields": null,
package/lib/types.js CHANGED
@@ -4340,7 +4340,6 @@
4340
4340
  * @typedef {object} ABTNodeClient.NodeRuntimeConfig
4341
4341
  * @property {number} blockletMaxMemoryLimit
4342
4342
  * @property {number} daemonMaxMemoryLimit
4343
- * @property {number} proxyMaxMemoryLimit
4344
4343
  */
4345
4344
 
4346
4345
  /**