@blocklet/server-js 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251013-075536-64fcb94b
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 +13 -1
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +2 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +13 -1
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -15015,6 +15015,18 @@
|
|
|
15015
15015
|
},
|
|
15016
15016
|
"isDeprecated": false,
|
|
15017
15017
|
"deprecationReason": null
|
|
15018
|
+
},
|
|
15019
|
+
{
|
|
15020
|
+
"name": "componentDid",
|
|
15021
|
+
"description": null,
|
|
15022
|
+
"args": [],
|
|
15023
|
+
"type": {
|
|
15024
|
+
"kind": "SCALAR",
|
|
15025
|
+
"name": "String",
|
|
15026
|
+
"ofType": null
|
|
15027
|
+
},
|
|
15028
|
+
"isDeprecated": false,
|
|
15029
|
+
"deprecationReason": null
|
|
15018
15030
|
}
|
|
15019
15031
|
],
|
|
15020
15032
|
"inputFields": null,
|
|
@@ -42667,4 +42679,4 @@
|
|
|
42667
42679
|
]
|
|
42668
42680
|
}
|
|
42669
42681
|
]
|
|
42670
|
-
}
|
|
42682
|
+
}
|