@prisma/studio-core 0.0.0-dev.202503251736 → 0.0.0-dev.202503251749

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.
@@ -29,7 +29,7 @@ interface StudioBFFClientProps {
29
29
  }
30
30
  interface StudioBFFClient {
31
31
  /**
32
- * Requests BFF to query the database.
32
+ * Requests BFF to query the database at `${url}/query`.
33
33
  *
34
34
  * The query is sent as `body.query`.
35
35
  */
@@ -29,7 +29,7 @@ interface StudioBFFClientProps {
29
29
  }
30
30
  interface StudioBFFClient {
31
31
  /**
32
- * Requests BFF to query the database.
32
+ * Requests BFF to query the database at `${url}/query`.
33
33
  *
34
34
  * The query is sent as `body.query`.
35
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202503251736",
3
+ "version": "0.0.0-dev.202503251749",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,