@powerlines/plugin-nodejs 0.1.306 → 0.1.307

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.1.304-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.1.305-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 -->
@@ -1,11 +1,11 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _$_alloy_js_core0 from "@alloy-js/core";
2
2
  import { EnvBuiltinProps } from "@powerlines/plugin-env/components/env-builtin";
3
3
 
4
4
  //#region src/components/env-builtin.d.ts
5
5
  /**
6
6
  * Generates the NodeJs environment configuration module for the Powerlines project.
7
7
  */
8
- declare function NodeJsEnvBuiltin(props: EnvBuiltinProps): _alloy_js_core0.Children;
8
+ declare function NodeJsEnvBuiltin(props: EnvBuiltinProps): _$_alloy_js_core0.Children;
9
9
  //#endregion
10
10
  export { NodeJsEnvBuiltin };
11
11
  //# sourceMappingURL=env-builtin.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;iBAsCgB,gBAAA,CAAiB,KAAA,EAAO,eAAA,GAAe,eAAA,CAAA,QAAA"}
1
+ {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;iBAsCgB,gBAAA,CAAiB,KAAA,EAAO,eAAA,GAAe,iBAAA,CAAA,QAAA"}
@@ -1,11 +1,11 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _$_alloy_js_core0 from "@alloy-js/core";
2
2
  import { EnvBuiltinProps } from "@powerlines/plugin-env/components/env-builtin";
3
3
 
4
4
  //#region src/components/env-builtin.d.ts
5
5
  /**
6
6
  * Generates the NodeJs environment configuration module for the Powerlines project.
7
7
  */
8
- declare function NodeJsEnvBuiltin(props: EnvBuiltinProps): _alloy_js_core0.Children;
8
+ declare function NodeJsEnvBuiltin(props: EnvBuiltinProps): _$_alloy_js_core0.Children;
9
9
  //#endregion
10
10
  export { NodeJsEnvBuiltin };
11
11
  //# sourceMappingURL=env-builtin.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;iBAsCgB,gBAAA,CAAiB,KAAA,EAAO,eAAA,GAAe,eAAA,CAAA,QAAA"}
1
+ {"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;iBAsCgB,gBAAA,CAAiB,KAAA,EAAO,eAAA,GAAe,iBAAA,CAAA,QAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.306",
3
+ "version": "0.1.307",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -119,17 +119,17 @@
119
119
  "dependencies": {
120
120
  "@alloy-js/core": "0.23.0-dev.8",
121
121
  "@alloy-js/typescript": "0.23.0-dev.4",
122
- "@powerlines/plugin-alloy": "^0.25.70",
123
- "@powerlines/plugin-babel": "^0.12.379",
124
- "@powerlines/plugin-env": "^0.16.105",
125
- "@powerlines/plugin-plugin": "^0.12.334",
122
+ "@powerlines/plugin-alloy": "^0.26.0",
123
+ "@powerlines/plugin-babel": "^0.12.380",
124
+ "@powerlines/plugin-env": "^0.16.106",
125
+ "@powerlines/plugin-plugin": "^0.12.335",
126
126
  "@storm-software/config-tools": "^1.189.60",
127
127
  "@stryke/string-format": "^0.17.7",
128
128
  "defu": "^6.1.4",
129
- "powerlines": "^0.42.24"
129
+ "powerlines": "^0.42.25"
130
130
  },
131
131
  "devDependencies": { "@types/node": "^25.5.0" },
132
132
  "publishConfig": { "access": "public" },
133
133
  "types": "./dist/index.d.cts",
134
- "gitHead": "7230bc7bb8f070d2188b0cade2e512c042f50783"
134
+ "gitHead": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
135
135
  }