@powerlines/plugin-env 0.16.102 → 0.16.104

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 CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
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 />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.16.100-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.16.102-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -23,7 +23,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
23
23
  ERROR_URL: string | undefined;
24
24
  ORGANIZATION: string | undefined;
25
25
  PLATFORM: "node" | "browser" | "neutral";
26
- MODE: "development" | "test" | "production";
26
+ MODE: "test" | "development" | "production";
27
27
  TEST: boolean;
28
28
  DEBUG: boolean;
29
29
  STACKTRACE: boolean;
@@ -23,7 +23,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
23
23
  ERROR_URL: string | undefined;
24
24
  ORGANIZATION: string | undefined;
25
25
  PLATFORM: "node" | "browser" | "neutral";
26
- MODE: "development" | "test" | "production";
26
+ MODE: "test" | "development" | "production";
27
27
  TEST: boolean;
28
28
  DEBUG: boolean;
29
29
  STACKTRACE: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.102",
3
+ "version": "0.16.104",
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"],
@@ -306,11 +306,11 @@
306
306
  "@alloy-js/typescript": "0.23.0-dev.4",
307
307
  "@babel/core": "^7.29.0",
308
308
  "@babel/types": "^7.29.0",
309
- "@powerlines/plugin-alloy": "^0.25.67",
310
- "@powerlines/plugin-automd": "^0.1.380",
311
- "@powerlines/plugin-babel": "^0.12.377",
312
- "@powerlines/plugin-plugin": "^0.12.331",
313
- "@storm-software/config-tools": "^1.189.57",
309
+ "@powerlines/plugin-alloy": "^0.25.69",
310
+ "@powerlines/plugin-automd": "^0.1.382",
311
+ "@powerlines/plugin-babel": "^0.12.378",
312
+ "@powerlines/plugin-plugin": "^0.12.333",
313
+ "@storm-software/config-tools": "^1.189.60",
314
314
  "@stryke/capnp": "^0.12.90",
315
315
  "@stryke/convert": "^0.6.57",
316
316
  "@stryke/env": "^0.20.81",
@@ -322,15 +322,15 @@
322
322
  "@stryke/types": "^0.11.2",
323
323
  "automd": "^0.4.3",
324
324
  "defu": "^6.1.4",
325
- "powerlines": "^0.42.21",
325
+ "powerlines": "^0.42.23",
326
326
  "c12": "^3.3.3"
327
327
  },
328
328
  "devDependencies": {
329
- "@powerlines/deepkit": "^0.6.159",
330
- "@powerlines/plugin-deepkit": "^0.11.259",
329
+ "@powerlines/deepkit": "^0.6.161",
330
+ "@powerlines/plugin-deepkit": "^0.11.261",
331
331
  "@types/node": "^25.5.0",
332
- "vite": "^8.0.2"
332
+ "vite": "^8.0.3"
333
333
  },
334
334
  "publishConfig": { "access": "public" },
335
- "gitHead": "e4cf83423cc9df85f747265b04d051bdfd4d1156"
335
+ "gitHead": "4042ae8096ab1aae106c743a39ee41047307dce3"
336
336
  }