@prisma/studio-core 0.0.0-dev.202511160100 → 0.0.0-dev.202511160127

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202511160100",
3
+ "version": "0.0.0-dev.202511160127",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -204,7 +204,7 @@
204
204
  "dev": "BUILD_VARIANT=licensed tsup --watch",
205
205
  "dev:variant:free": "BUILD_VARIANT=free tsup --watch",
206
206
  "dev:variant:licensed": "BUILD_VARIANT=licensed tsup --watch",
207
- "check:exports": "attw --pack . --profile node16",
207
+ "check:exports": "attw --pack . --profile node16 --exclude-entrypoints ui/index.css",
208
208
  "typecheck": "tsc",
209
209
  "lint": "eslint --fix .",
210
210
  "test": "vitest --passWithNoTests",