@powerlines/plugin-prisma 0.2.1 → 0.2.2

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 +8 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -3,7 +3,13 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Powerlines" /></div>
6
+ <div align="center">
7
+ <picture>
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark-optimized.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light-optimized.gif">
10
+ <img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark-optimized.gif" width="100%" alt="Powerlines" />
11
+ </picture>
12
+ </div>
7
13
  <br />
8
14
 
9
15
  <div align="center">
@@ -16,7 +22,7 @@
16
22
  </div>
17
23
 
18
24
  <br />
19
- This package is part of the ⚡<b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
25
+ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
20
26
  <br />
21
27
 
22
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-prisma",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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.29.0",
155
+ "powerlines": "^0.30.0",
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.48",
164
- "@powerlines/plugin-plugin": "^0.12.0",
165
- "@powerlines/plugin-hey-api": "^0.1.1",
163
+ "@powerlines/nx": "^0.10.49",
164
+ "@powerlines/plugin-plugin": "^0.12.1",
165
+ "@powerlines/plugin-hey-api": "^0.1.2",
166
166
  "@types/node": "^24.10.1"
167
167
  },
168
168
  "publishConfig": { "access": "public" },
169
- "gitHead": "f65e5efb5fd5a7f5eab1936aec5a2807b931ae87"
169
+ "gitHead": "f0a4e1526773f5d4bfb63fd5ba1d02d5aa9bc771"
170
170
  }