@prisma/studio-core 0.0.0-dev.202503251130 → 0.0.0-dev.202503251401
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/data/accelerate/index.d.cts +1 -1
- package/dist/data/accelerate/index.d.ts +1 -1
- package/dist/data/index.d.cts +1 -1
- package/dist/data/index.d.ts +1 -1
- package/dist/data/postgres-core/index.d.cts +1 -1
- package/dist/data/postgres-core/index.d.ts +1 -1
- package/dist/{query-YoAEw-K9.d.cts → query-L1_vLuFd.d.cts} +1 -1
- package/dist/{query-YoAEw-K9.d.ts → query-L1_vLuFd.d.ts} +1 -1
- package/package.json +11 -1
package/dist/data/index.d.cts
CHANGED
package/dist/data/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BuilderRequirements, Q as Query, a as QueryResult } from '../../query-
|
|
1
|
+
import { B as BuilderRequirements, Q as Query, a as QueryResult } from '../../query-L1_vLuFd.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BuilderRequirements, Q as Query, a as QueryResult } from '../../query-
|
|
1
|
+
import { B as BuilderRequirements, Q as Query, a as QueryResult } from '../../query-L1_vLuFd.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202503251401",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,6 +25,16 @@
|
|
|
25
25
|
"default": "./dist/data/accelerate/index.cjs"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
"./data/bff": {
|
|
29
|
+
"import": {
|
|
30
|
+
"types": "./dist/data/bff/index.d.ts",
|
|
31
|
+
"default": "./dist/data/bff/index.js"
|
|
32
|
+
},
|
|
33
|
+
"require": {
|
|
34
|
+
"types": "./dist/data/bff/index.d.cts",
|
|
35
|
+
"default": "./dist/data/bff/index.cjs"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
28
38
|
"./data/postgres-core": {
|
|
29
39
|
"import": {
|
|
30
40
|
"types": "./dist/data/postgres-core/index.d.ts",
|