@prisma/studio-core 0.16.2 → 0.16.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.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -225,7 +225,7 @@
225
225
  "react-dom": "^18.0.0 || ^19.0.0"
226
226
  },
227
227
  "engines": {
228
- "node": ">=22",
228
+ "node": "^20.19 || ^22.12 || ^24.0",
229
229
  "pnpm": "8"
230
230
  },
231
231
  "packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
@@ -235,6 +235,8 @@
235
235
  "dev": "NODE_OPTIONS=--max-old-space-size=8192 tsup --watch",
236
236
  "demo:ppg:mcp": "agentation-mcp server --port 4747",
237
237
  "demo:ppg": "bun demo/ppg-dev/server.ts",
238
+ "demo:ppg:build": "bun build demo/ppg-dev/server.ts --target bun --packages external --outfile demo/ppg-dev/server.bundle.js",
239
+ "demo:ppg:bundle": "pnpm demo:ppg:build && bun demo/ppg-dev/server.bundle.js",
238
240
  "lint": "eslint --fix --cache --cache-location ./node_modules/.cache/eslint .",
239
241
  "test": "vitest --passWithNoTests",
240
242
  "test:checkpoint": "vitest --project checkpoint",