@powerlines/plugin-nodejs 0.1.547 → 0.1.548

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.
@@ -1,5 +1,4 @@
1
1
  import { EnvBuiltinProps } from "@powerlines/plugin-env/components/env-builtin";
2
-
3
2
  //#region src/components/env-builtin.d.ts
4
3
  /**
5
4
  * Generates the NodeJs environment configuration module for the Powerlines project.
@@ -1 +1 @@
1
- {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;AAsCA;iBAAgB,gBAAA,CAAiB,KAAA,EAAO,eAAe,4BAAA,QAAA"}
1
+ {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;iBAsCgB,iBAAiB,OAAO,2CAAe"}
@@ -1,5 +1,4 @@
1
1
  import { EnvBuiltinProps } from "@powerlines/plugin-env/components/env-builtin";
2
-
3
2
  //#region src/components/env-builtin.d.ts
4
3
  /**
5
4
  * Generates the NodeJs environment configuration module for the Powerlines project.
package/dist/index.d.cts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { NodeJsPluginContext, NodeJsPluginOptions } from "./types/plugin.cjs";
2
2
  import { Plugin } from "powerlines";
3
-
4
3
  //#region src/index.d.ts
5
4
  declare module "powerlines" {
6
5
  interface Config {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;YA4BY,MAAA;IACR,MAAA,GAAS,mBAAmB;EAAA;AAAA;;;;cAOnB,MAAA,oBACM,mBAAA,GAAsB,mBAAA,EAEvC,OAAA,GAAS,mBAAA,KACR,MAAA,CAAO,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;YA4BY;IACR,SAAS;;;;;;cAOA,SACX,iBAAiB,sBAAsB,qBAEvC,UAAS,wBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { NodeJsPluginContext, NodeJsPluginOptions } from "./types/plugin.mjs";
2
2
  import { Plugin } from "powerlines";
3
-
4
3
  //#region src/index.d.ts
5
4
  declare module "powerlines" {
6
5
  interface Config {
@@ -1,6 +1,5 @@
1
1
  import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
2
2
  import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface NodeJsPluginOptions {
6
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UA0BiB,mBAAA;;AAAjB;;EAIE,KAAA,GAAQ,OAAA,CAAQ,kBAAA;EAAA;;;EAKhB,GAAA,GAAM,OAAA,CAAQ,IAAA,CAAK,gBAAA;AAAA;AAAA,KAGT,sBAAA,GAAyB,mBAAmB;AAAA,KAE5C,0BAAA,GAA6B,uBAAuB;AAAA,KAEpD,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,gBAAA,CAAiB,eAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UA0BiB;;;;EAIf,QAAQ,QAAQ;;;;EAKhB,MAAM,QAAQ,KAAK;;KAGT,yBAAyB;KAEzB,6BAA6B;KAE7B,oBACV,wBAAwB,6BACtB,8BACA,iBAAiB"}
@@ -1,6 +1,5 @@
1
1
  import { BabelPluginOptions } from "@powerlines/plugin-babel/types/plugin";
2
2
  import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface NodeJsPluginOptions {
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.547",
3
+ "version": "0.1.548",
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.1",
121
121
  "@alloy-js/typescript": "^0.23.0",
122
- "@powerlines/plugin-alloy": "0.26.235",
123
- "@powerlines/plugin-babel": "0.13.138",
124
- "@powerlines/plugin-env": "0.16.346",
125
- "@powerlines/plugin-plugin": "0.12.554",
126
- "@storm-software/config-tools": "^1.190.89",
122
+ "@powerlines/plugin-alloy": "0.26.236",
123
+ "@powerlines/plugin-babel": "0.13.139",
124
+ "@powerlines/plugin-env": "0.16.347",
125
+ "@powerlines/plugin-plugin": "0.12.555",
126
+ "@storm-software/config-tools": "^1.190.92",
127
127
  "@stryke/string-format": "^0.17.37",
128
128
  "defu": "^6.1.7",
129
- "powerlines": "0.47.142"
129
+ "powerlines": "0.47.143"
130
130
  },
131
- "devDependencies": { "@types/node": "^25.9.4" },
131
+ "devDependencies": { "@types/node": "^25.9.5" },
132
132
  "publishConfig": { "access": "public" },
133
133
  "types": "./dist/index.d.cts",
134
- "gitHead": "237e375dd938a17d2d363344b4d2c38c0173a76e"
134
+ "gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
135
135
  }