@prisma/studio-core 0.0.0-dev.202506232149 → 0.0.0-dev.202506240022

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.
Files changed (1) hide show
  1. package/package.json +1 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202506232149",
3
+ "version": "0.0.0-dev.202506240022",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -55,16 +55,6 @@
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
- },
68
58
  "./ui": {
69
59
  "import": {
70
60
  "types": "./dist/ui/index.d.ts",
@@ -121,7 +111,6 @@
121
111
  "postcss-nested": "7.0.2",
122
112
  "postcss-prefix-selector": "2.1.1",
123
113
  "postcss-value-parser": "4.2.0",
124
- "postgres": "3.4.7",
125
114
  "react-day-picker": "9.6.7",
126
115
  "reactflow": "11.11.4",
127
116
  "remeda": "2.21.3",