@blocklet/server-js 1.16.54-beta-20251021-070951-25e3083c → 1.16.54-beta-20251023-041534-36eec6b9
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 +10 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +10 -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
|
@@ -10764,6 +10764,16 @@
|
|
|
10764
10764
|
"ofType": null
|
|
10765
10765
|
},
|
|
10766
10766
|
"defaultValue": null
|
|
10767
|
+
},
|
|
10768
|
+
{
|
|
10769
|
+
"name": "includeFederated",
|
|
10770
|
+
"description": null,
|
|
10771
|
+
"type": {
|
|
10772
|
+
"kind": "SCALAR",
|
|
10773
|
+
"name": "Boolean",
|
|
10774
|
+
"ofType": null
|
|
10775
|
+
},
|
|
10776
|
+
"defaultValue": null
|
|
10767
10777
|
}
|
|
10768
10778
|
],
|
|
10769
10779
|
"interfaces": null,
|
package/dist/types.js
CHANGED