@prisma/studio-core-licensed 0.8.2 → 0.9.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core-licensed",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -184,6 +184,7 @@
184
184
  "mysql2": "^3.15.3",
185
185
  "next-themes": "0.4.6",
186
186
  "nuqs": "2.4.1",
187
+ "pathe": "2.0.3",
187
188
  "pkg-types": "2.1.0",
188
189
  "postcss": "8.4.41",
189
190
  "postcss-import": "16.1.0",
@@ -210,8 +211,7 @@
210
211
  "@prisma/checkpoint": "0.0.0"
211
212
  },
212
213
  "files": [
213
- "dist",
214
- "NOTICE"
214
+ "dist"
215
215
  ],
216
216
  "peerDependencies": {
217
217
  "@types/react": "^18.0.0 || ^19.0.0",
@@ -220,17 +220,15 @@
220
220
  },
221
221
  "scripts": {
222
222
  "build": "tsup",
223
- "build:variant:free": "BUILD_VARIANT=free tsx build-variant.ts",
224
- "build:variant:licensed": "BUILD_VARIANT=licensed tsx build-variant.ts",
225
- "dev": "BUILD_VARIANT=licensed tsup --watch",
226
- "dev:variant:free": "BUILD_VARIANT=free tsup --watch",
227
- "dev:variant:licensed": "BUILD_VARIANT=licensed tsup --watch",
223
+ "build:licensed": "BUILD_VARIANT=licensed node --experimental-strip-types scripts/build-licensed.ts",
228
224
  "check:exports": "attw --pack . --profile node16 --exclude-entrypoints ui/index.css",
229
- "typecheck": "tsc",
225
+ "dev": "tsup --watch",
226
+ "dev:licensed": "BUILD_VARIANT=licensed tsup --watch",
230
227
  "lint": "eslint --fix .",
231
228
  "test": "vitest --passWithNoTests",
232
229
  "test:data": "vitest --project data",
230
+ "test:e2e": "vitest --passWithNoTests --project e2e",
233
231
  "test:ui": "vitest --passWithNoTests --project ui",
234
- "test:e2e": "vitest --passWithNoTests --project e2e"
232
+ "typecheck": "tsc"
235
233
  }
236
234
  }
package/LICENSE.free DELETED
@@ -1,6 +0,0 @@
1
- Note: Use of this software in production is permitted under Apache 2.0.
2
-
3
- However, you may not remove or alter Prisma branding (logos, attribution, etc.) unless you have a commercial license from Prisma.
4
-
5
- See https://www.prisma.io/terms for details.
6
-
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).