@prisma/studio-core 0.0.0-dev.202507011257 → 0.0.0-dev.202507011943
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/LICENSE.free +6 -0
- package/README.free +12 -0
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.css +3 -0
- package/package.json +4 -2
- /package/{LICENSE → LICENSE.licensed} +0 -0
package/dist/ui/index.css
CHANGED
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.202507011943",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -151,7 +151,9 @@
|
|
|
151
151
|
},
|
|
152
152
|
"files": [
|
|
153
153
|
"dist",
|
|
154
|
-
"LICENSE"
|
|
154
|
+
"LICENSE",
|
|
155
|
+
"README",
|
|
156
|
+
"NOTICE"
|
|
155
157
|
],
|
|
156
158
|
"peerDependencies": {
|
|
157
159
|
"@prisma/client": "6.5.0",
|
|
File without changes
|