@powerlines/plugin-napi-rs 0.2.188 → 0.2.189

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 +16 -8
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -253,9 +253,9 @@ specification. Contributions of any kind welcome!
253
253
 
254
254
  <div align="center">
255
255
  <picture>
256
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
257
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
258
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
256
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
257
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
258
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
259
259
  </picture>
260
260
  </div>
261
261
  <br />
@@ -287,9 +287,17 @@ 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/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
290
+ <div align="center">
291
+ <a href="https://stormsoftware.com" target="_blank">
292
+ <picture>
293
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
294
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
295
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
296
+ </picture>
297
+ </a>
298
+ </div>
291
299
  <br />
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>
300
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
293
301
 
294
302
  <br />
295
303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-napi-rs",
3
- "version": "0.2.188",
3
+ "version": "0.2.189",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for integrating with N-API Rust modules.",
6
6
  "keywords": ["napi-rs", "powerlines", "storm-software", "powerlines-plugin"],
@@ -136,10 +136,10 @@
136
136
  "@alloy-js/json": "^0.23.0",
137
137
  "@alloy-js/markdown": "^0.23.0",
138
138
  "@alloy-js/typescript": "^0.23.0",
139
- "@napi-rs/cli": "^3.7.1",
140
- "@powerlines/plugin-alloy": "^0.26.228",
141
- "@powerlines/plugin-automd": "^0.1.596",
142
- "@powerlines/plugin-plugin": "^0.12.547",
139
+ "@napi-rs/cli": "^3.7.2",
140
+ "@powerlines/plugin-alloy": "0.26.229",
141
+ "@powerlines/plugin-automd": "0.1.597",
142
+ "@powerlines/plugin-plugin": "0.12.548",
143
143
  "@stryke/convert": "^0.7.15",
144
144
  "@stryke/fs": "^0.33.85",
145
145
  "@stryke/path": "^0.29.11",
@@ -148,11 +148,11 @@
148
148
  "@stryke/types": "^0.12.12",
149
149
  "automd": "^0.4.3",
150
150
  "defu": "^6.1.7",
151
- "powerlines": "^0.47.135"
151
+ "powerlines": "0.47.136"
152
152
  },
153
153
  "devDependencies": { "@types/node": "^25.9.3" },
154
154
  "peerDependencies": { "@napi-rs/wasm-runtime": ">=1.1.4" },
155
155
  "peerDependenciesMeta": { "@napi-rs/wasm-runtime": { "optional": true } },
156
156
  "publishConfig": { "access": "public" },
157
- "gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
157
+ "gitHead": "7bc932dbec843729ebecf5a95f0f31ff9d53f4da"
158
158
  }