@powerlines/plugin-prisma 0.2.4 → 0.2.5

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 +5 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -252,7 +252,11 @@ specification. Contributions of any kind welcome!
252
252
  <br />
253
253
 
254
254
  <div align="center">
255
- <img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
255
+ <picture>
256
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
257
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
258
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
259
+ </picture>
256
260
  </div>
257
261
  <br />
258
262
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
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": {
@@ -152,7 +152,7 @@
152
152
  "@stryke/cli": "^0.12.19",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.30.2",
155
+ "powerlines": "^0.30.3",
156
156
  "ts-pattern": "^5.9.0",
157
157
  "prisma-util": "^2.1.1",
158
158
  "@prisma/get-platform": "^6.19.0",
@@ -160,11 +160,11 @@
160
160
  "fp-ts": "^2.16.11"
161
161
  },
162
162
  "devDependencies": {
163
- "@powerlines/nx": "^0.10.51",
164
- "@powerlines/plugin-plugin": "^0.12.3",
165
- "@powerlines/plugin-hey-api": "^0.1.4",
163
+ "@powerlines/nx": "^0.10.52",
164
+ "@powerlines/plugin-plugin": "^0.12.4",
165
+ "@powerlines/plugin-hey-api": "^0.1.5",
166
166
  "@types/node": "^24.10.1"
167
167
  },
168
168
  "publishConfig": { "access": "public" },
169
- "gitHead": "cac32f77cda8960ceaf2645f04f2c88f16eb4aae"
169
+ "gitHead": "8f31b1531e973824d7c3d58abe08c1f1f75e36e5"
170
170
  }