@powerlines/plugin-env 0.16.339 → 0.16.340

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 +10 -10
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 />
@@ -252,9 +252,9 @@ specification. Contributions of any kind welcome!
252
252
 
253
253
  <div align="center">
254
254
  <picture>
255
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
256
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
257
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
255
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
256
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
257
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
258
258
  </picture>
259
259
  </div>
260
260
  <br />
@@ -286,9 +286,17 @@ generation of development tools, please reach out on our
286
286
 
287
287
  <br />
288
288
 
289
- <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>
289
+ <div align="center">
290
+ <a href="https://stormsoftware.com" target="_blank">
291
+ <picture>
292
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
293
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
294
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
295
+ </picture>
296
+ </a>
297
+ </div>
290
298
  <br />
291
- <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>
299
+ <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>
292
300
 
293
301
  <br />
294
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.339",
3
+ "version": "0.16.340",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
@@ -250,13 +250,13 @@
250
250
  "@alloy-js/typescript": "^0.23.0",
251
251
  "@babel/core": "8.0.0-rc.6",
252
252
  "@babel/types": "8.0.0-rc.6",
253
- "@powerlines/core": "^0.48.57",
254
- "@powerlines/plugin-alloy": "^0.26.228",
255
- "@powerlines/plugin-automd": "^0.1.596",
256
- "@powerlines/plugin-babel": "^0.13.131",
257
- "@powerlines/plugin-plugin": "^0.12.547",
258
- "@powerlines/schema": "^0.11.117",
259
- "@storm-software/config-tools": "^1.190.54",
253
+ "@powerlines/core": "0.48.58",
254
+ "@powerlines/plugin-alloy": "0.26.229",
255
+ "@powerlines/plugin-automd": "0.1.597",
256
+ "@powerlines/plugin-babel": "0.13.132",
257
+ "@powerlines/plugin-plugin": "0.12.548",
258
+ "@powerlines/schema": "0.11.118",
259
+ "@storm-software/config-tools": "^1.190.69",
260
260
  "@stryke/capnp": "^0.12.111",
261
261
  "@stryke/convert": "^0.7.15",
262
262
  "@stryke/env": "^0.20.102",
@@ -270,9 +270,9 @@
270
270
  "automd": "^0.4.3",
271
271
  "c12": "^3.3.4",
272
272
  "defu": "^6.1.7",
273
- "powerlines": "^0.47.135"
273
+ "powerlines": "0.47.136"
274
274
  },
275
275
  "devDependencies": { "@types/node": "^25.9.3", "vite": "^8.0.16" },
276
276
  "publishConfig": { "access": "public" },
277
- "gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
277
+ "gitHead": "7bc932dbec843729ebecf5a95f0f31ff9d53f4da"
278
278
  }