@blocklet/server-js 1.16.49 → 1.16.50-beta-20250902-043619-201bcaed
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 +1 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +12 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +3 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +12 -0
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -22581,6 +22581,18 @@
|
|
|
22581
22581
|
},
|
|
22582
22582
|
"isDeprecated": false,
|
|
22583
22583
|
"deprecationReason": null
|
|
22584
|
+
},
|
|
22585
|
+
{
|
|
22586
|
+
"name": "options",
|
|
22587
|
+
"description": null,
|
|
22588
|
+
"args": [],
|
|
22589
|
+
"type": {
|
|
22590
|
+
"kind": "SCALAR",
|
|
22591
|
+
"name": "Any",
|
|
22592
|
+
"ofType": null
|
|
22593
|
+
},
|
|
22594
|
+
"isDeprecated": false,
|
|
22595
|
+
"deprecationReason": null
|
|
22584
22596
|
}
|
|
22585
22597
|
],
|
|
22586
22598
|
"inputFields": null,
|
package/dist/types.js
CHANGED