@prisma/studio-core 0.0.0-dev.202503251500 → 0.0.0-dev.202503251707

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.
@@ -25,7 +25,7 @@ interface StudioBFFClientProps {
25
25
  *
26
26
  * e.g. `https://api.example.com/studio`
27
27
  */
28
- url: string;
28
+ url: string | URL;
29
29
  }
30
30
  interface StudioBFFClient {
31
31
  /**
@@ -25,7 +25,7 @@ interface StudioBFFClientProps {
25
25
  *
26
26
  * e.g. `https://api.example.com/studio`
27
27
  */
28
- url: string;
28
+ url: string | URL;
29
29
  }
30
30
  interface StudioBFFClient {
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202503251500",
3
+ "version": "0.0.0-dev.202503251707",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,