@powerlines/plugin-prisma 0.2.188 → 0.2.190

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.188",
3
+ "version": "0.2.190",
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": {
@@ -617,15 +617,15 @@
617
617
  "defu": "^6.1.4",
618
618
  "fp-ts": "^2.16.11",
619
619
  "jiti": "^2.6.1",
620
- "powerlines": "^0.38.1",
620
+ "powerlines": "^0.38.3",
621
621
  "prisma-util": "^2.1.1",
622
622
  "ts-pattern": "^5.9.0"
623
623
  },
624
624
  "devDependencies": {
625
- "@powerlines/plugin-hey-api": "^0.1.188",
626
- "@powerlines/plugin-plugin": "^0.12.185",
625
+ "@powerlines/plugin-hey-api": "^0.1.190",
626
+ "@powerlines/plugin-plugin": "^0.12.187",
627
627
  "@types/node": "^24.10.9"
628
628
  },
629
629
  "publishConfig": { "access": "public" },
630
- "gitHead": "2a4d9ef63cc29e4551fa9f680ea63874c7f48d2d"
630
+ "gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
631
631
  }