@blocklet/server-js 1.17.2 → 1.17.3-beta-20251117-130331-b2ce7065
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 +27 -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 +4 -4
package/dist/schema/graphql.json
CHANGED
|
@@ -24862,6 +24862,18 @@
|
|
|
24862
24862
|
},
|
|
24863
24863
|
"isDeprecated": false,
|
|
24864
24864
|
"deprecationReason": null
|
|
24865
|
+
},
|
|
24866
|
+
{
|
|
24867
|
+
"name": "bundleSource",
|
|
24868
|
+
"description": null,
|
|
24869
|
+
"args": [],
|
|
24870
|
+
"type": {
|
|
24871
|
+
"kind": "SCALAR",
|
|
24872
|
+
"name": "Any",
|
|
24873
|
+
"ofType": null
|
|
24874
|
+
},
|
|
24875
|
+
"isDeprecated": false,
|
|
24876
|
+
"deprecationReason": null
|
|
24865
24877
|
}
|
|
24866
24878
|
],
|
|
24867
24879
|
"inputFields": null,
|