@powerlines/plugin-prisma 0.2.210 → 0.2.211

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.2.210",
3
+ "version": "0.2.211",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code and a Prisma client from a Prisma schema (PSL).",
6
6
  "repository": {
@@ -379,15 +379,15 @@
379
379
  "defu": "^6.1.4",
380
380
  "fp-ts": "^2.16.11",
381
381
  "jiti": "^2.6.1",
382
- "powerlines": "^0.38.23",
382
+ "powerlines": "^0.38.24",
383
383
  "prisma-util": "^2.1.1",
384
384
  "ts-pattern": "^5.9.0"
385
385
  },
386
386
  "devDependencies": {
387
- "@powerlines/plugin-hey-api": "^0.1.210",
388
- "@powerlines/plugin-plugin": "^0.12.207",
387
+ "@powerlines/plugin-hey-api": "^0.1.211",
388
+ "@powerlines/plugin-plugin": "^0.12.208",
389
389
  "@types/node": "^24.10.9"
390
390
  },
391
391
  "publishConfig": { "access": "public" },
392
- "gitHead": "28b861e17dbd11e509f0e462a8012b2193750a19"
392
+ "gitHead": "fee16758d4f6a35741fcb49e342005e7d3bf22b6"
393
393
  }