@blocklet/server-js 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251014-110009-8220e324
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 +3 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +35 -1
- package/dist/types.js +275 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5 -1
- package/lib/node.d.ts +3 -0
- package/lib/schema/graphql.json +35 -1
- package/lib/types.js +275 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -5718,6 +5718,16 @@
|
|
|
5718
5718
|
"ofType": null
|
|
5719
5719
|
},
|
|
5720
5720
|
"defaultValue": null
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "blockletSingleton",
|
|
5724
|
+
"description": null,
|
|
5725
|
+
"type": {
|
|
5726
|
+
"kind": "SCALAR",
|
|
5727
|
+
"name": "Boolean",
|
|
5728
|
+
"ofType": null
|
|
5729
|
+
},
|
|
5730
|
+
"defaultValue": null
|
|
5721
5731
|
}
|
|
5722
5732
|
],
|
|
5723
5733
|
"interfaces": null,
|
|
@@ -15015,6 +15025,18 @@
|
|
|
15015
15025
|
},
|
|
15016
15026
|
"isDeprecated": false,
|
|
15017
15027
|
"deprecationReason": null
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"name": "componentDid",
|
|
15031
|
+
"description": null,
|
|
15032
|
+
"args": [],
|
|
15033
|
+
"type": {
|
|
15034
|
+
"kind": "SCALAR",
|
|
15035
|
+
"name": "String",
|
|
15036
|
+
"ofType": null
|
|
15037
|
+
},
|
|
15038
|
+
"isDeprecated": false,
|
|
15039
|
+
"deprecationReason": null
|
|
15018
15040
|
}
|
|
15019
15041
|
],
|
|
15020
15042
|
"inputFields": null,
|
|
@@ -26567,6 +26589,18 @@
|
|
|
26567
26589
|
},
|
|
26568
26590
|
"isDeprecated": false,
|
|
26569
26591
|
"deprecationReason": null
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"name": "blockletSingleton",
|
|
26595
|
+
"description": null,
|
|
26596
|
+
"args": [],
|
|
26597
|
+
"type": {
|
|
26598
|
+
"kind": "SCALAR",
|
|
26599
|
+
"name": "Boolean",
|
|
26600
|
+
"ofType": null
|
|
26601
|
+
},
|
|
26602
|
+
"isDeprecated": false,
|
|
26603
|
+
"deprecationReason": null
|
|
26570
26604
|
}
|
|
26571
26605
|
],
|
|
26572
26606
|
"inputFields": null,
|
|
@@ -42667,4 +42701,4 @@
|
|
|
42667
42701
|
]
|
|
42668
42702
|
}
|
|
42669
42703
|
]
|
|
42670
|
-
}
|
|
42704
|
+
}
|