@powerlines/plugin-env 0.13.81 → 0.13.82
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.
- package/README.md +6 -6
- package/package.json +15 -15
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
|
|
9
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light
|
|
10
|
-
<img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark
|
|
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" />
|
|
11
11
|
</picture>
|
|
12
12
|
</div>
|
|
13
13
|
<br />
|
|
@@ -254,9 +254,9 @@ specification. Contributions of any kind welcome!
|
|
|
254
254
|
|
|
255
255
|
<div align="center">
|
|
256
256
|
<picture>
|
|
257
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark
|
|
258
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light
|
|
259
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark
|
|
257
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
258
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
259
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
260
260
|
</picture>
|
|
261
261
|
</div>
|
|
262
262
|
<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.82",
|
|
4
4
|
"type": "module",
|
|
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
|
"repository": {
|
|
@@ -192,27 +192,27 @@
|
|
|
192
192
|
"@alloy-js/markdown": "^0.21.0",
|
|
193
193
|
"@babel/core": "^7.28.5",
|
|
194
194
|
"@babel/types": "^7.28.5",
|
|
195
|
-
"@powerlines/alloy": "^0.11.
|
|
196
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
197
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
198
|
-
"@storm-software/config-tools": "^1.188.
|
|
199
|
-
"@stryke/capnp": "^0.12.
|
|
200
|
-
"@stryke/env": "^0.20.
|
|
201
|
-
"@stryke/fs": "^0.33.
|
|
202
|
-
"@stryke/json": "^0.9.
|
|
203
|
-
"@stryke/string-format": "^0.12.
|
|
204
|
-
"@stryke/type-checks": "^0.5.
|
|
205
|
-
"@stryke/types": "^0.10.
|
|
206
|
-
"powerlines": "^0.32.
|
|
195
|
+
"@powerlines/alloy": "^0.11.85",
|
|
196
|
+
"@powerlines/plugin-babel": "^0.12.85",
|
|
197
|
+
"@powerlines/plugin-plugin": "^0.12.28",
|
|
198
|
+
"@storm-software/config-tools": "^1.188.72",
|
|
199
|
+
"@stryke/capnp": "^0.12.49",
|
|
200
|
+
"@stryke/env": "^0.20.41",
|
|
201
|
+
"@stryke/fs": "^0.33.24",
|
|
202
|
+
"@stryke/json": "^0.9.31",
|
|
203
|
+
"@stryke/string-format": "^0.12.28",
|
|
204
|
+
"@stryke/type-checks": "^0.5.13",
|
|
205
|
+
"@stryke/types": "^0.10.27",
|
|
206
|
+
"powerlines": "^0.32.6"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
209
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
210
210
|
"@babel/preset-typescript": "^7.28.5",
|
|
211
|
-
"@powerlines/nx": "^0.11.
|
|
211
|
+
"@powerlines/nx": "^0.11.7",
|
|
212
212
|
"@types/node": "^24.10.4",
|
|
213
213
|
"typescript": "^5.9.3",
|
|
214
214
|
"vite": "8.0.0-beta.2"
|
|
215
215
|
},
|
|
216
216
|
"publishConfig": { "access": "public" },
|
|
217
|
-
"gitHead": "
|
|
217
|
+
"gitHead": "d5c92d2f0f083941bee4a6776c78607fe5b0aa40"
|
|
218
218
|
}
|