@prisma/studio-core 0.3.2 → 0.3.3

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",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -139,7 +139,7 @@
139
139
  "react-dom": "^18.0.0 || ^19.0.0"
140
140
  },
141
141
  "scripts": {
142
- "build": "BUILD_VARIANT=free tsup",
142
+ "build": "tsup",
143
143
  "build:variant:free": "BUILD_VARIANT=free tsx build-variant.ts",
144
144
  "build:variant:licensed": "BUILD_VARIANT=licensed tsx build-variant.ts",
145
145
  "dev": "BUILD_VARIANT=licensed tsup --watch",