@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/dist/browser.d.ts +0 -1
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +0 -12
- package/dist/types.js +0 -1
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1 -5
- package/lib/node.d.ts +0 -1
- package/lib/schema/graphql.json +0 -12
- package/lib/types.js +0 -1
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -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