@powerlines/plugin-prisma 0.2.217 → 0.2.219

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -287,7 +287,7 @@ generation of development tools, please reach out on our
287
287
 
288
288
  <br />
289
289
 
290
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
290
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
291
291
  <br />
292
292
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
293
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.2.217",
3
+ "version": "0.2.219",
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.30",
382
+ "powerlines": "^0.38.32",
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.217",
388
- "@powerlines/plugin-plugin": "^0.12.214",
387
+ "@powerlines/plugin-hey-api": "^0.1.219",
388
+ "@powerlines/plugin-plugin": "^0.12.216",
389
389
  "@types/node": "^24.10.9"
390
390
  },
391
391
  "publishConfig": { "access": "public" },
392
- "gitHead": "846f9236871d26360c6bd6350c0537eacf3a8456"
392
+ "gitHead": "43093755bc5b18e29066b109f89a50a7e029ad4e"
393
393
  }