@prisma/studio-core-licensed 0.0.0-dev.202506241906 → 0.0.0-dev.202506241957

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 (2) hide show
  1. package/LICENSE +4 -0
  2. package/package.json +3 -2
package/LICENSE ADDED
@@ -0,0 +1,4 @@
1
+ Copyright © 2025 Prisma Data, Inc.
2
+
3
+ All rights reserved.
4
+ This source code is not licensed for use, modification, or distribution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core-licensed",
3
- "version": "0.0.0-dev.202506241906",
3
+ "version": "0.0.0-dev.202506241957",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -129,7 +129,8 @@
129
129
  "zod": "3.24.2"
130
130
  },
131
131
  "files": [
132
- "dist"
132
+ "dist",
133
+ "LICENSE"
133
134
  ],
134
135
  "peerDependencies": {
135
136
  "@prisma/client": "6.5.0",