@prisma/studio-core 0.0.0-dev.202506231912 → 0.0.0-dev.202506232141
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/package.json +12 -1
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.202506232141",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -55,6 +55,16 @@
|
|
|
55
55
|
"default": "./dist/data/postgres-core/index.cjs"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
+
"./data/postgresjs": {
|
|
59
|
+
"import": {
|
|
60
|
+
"types": "./dist/data/postgresjs/index.d.ts",
|
|
61
|
+
"default": "./dist/data/postgresjs/index.js"
|
|
62
|
+
},
|
|
63
|
+
"require": {
|
|
64
|
+
"types": "./dist/data/postgresjs/index.d.cts",
|
|
65
|
+
"default": "./dist/data/postgresjs/index.cjs"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
58
68
|
"./ui": {
|
|
59
69
|
"import": {
|
|
60
70
|
"types": "./dist/ui/index.d.ts",
|
|
@@ -111,6 +121,7 @@
|
|
|
111
121
|
"postcss-nested": "7.0.2",
|
|
112
122
|
"postcss-prefix-selector": "2.1.1",
|
|
113
123
|
"postcss-value-parser": "4.2.0",
|
|
124
|
+
"postgres": "3.4.7",
|
|
114
125
|
"react-day-picker": "9.6.7",
|
|
115
126
|
"reactflow": "11.11.4",
|
|
116
127
|
"remeda": "2.21.3",
|