@prisma/studio-core-licensed 0.0.0-dev.202507012225 → 0.0.0-dev.202507020014
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/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.css +0 -3
- package/package.json +2 -2
- package/LICENSE.free +0 -6
- package/README.md.free +0 -12
package/dist/ui/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core-licensed",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202507020014",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"files": [
|
|
153
153
|
"dist",
|
|
154
|
-
"
|
|
154
|
+
"LICENSE"
|
|
155
155
|
],
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"@prisma/client": "6.5.0",
|
package/LICENSE.free
DELETED
package/README.md.free
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
## License
|
|
2
|
-
|
|
3
|
-
Embeddable Prisma Studio (Free) is licensed under [Apache 2.0](./LICENSE).
|
|
4
|
-
|
|
5
|
-
✔️ Free for production use
|
|
6
|
-
⚠️ Prisma branding must remain visible and unaltered
|
|
7
|
-
🔐 Branding removal + premium features available via [commercial upgrade](https://www.prisma.io)
|
|
8
|
-
|
|
9
|
-
## Telemetry
|
|
10
|
-
|
|
11
|
-
This package includes anonymized telemetry to help us improve Prisma Studio.
|
|
12
|
-
Use implies consent. Learn more in our [Privacy Policy](https://www.prisma.io/privacy).
|