@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.
@@ -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/dist/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
  /**