@powerlines/plugin-nodejs 0.1.581 → 0.1.583

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/dist/index.d.cts CHANGED
@@ -1,4 +1,5 @@
1
- import { NodeJsPluginContext, NodeJsPluginOptions } from "./types/plugin.cjs";
1
+ import { NodeJsPluginContext, NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig } from "./types/plugin.cjs";
2
+ import "./types/index.cjs";
2
3
  import { Plugin } from "powerlines";
3
4
  //#region src/index.d.ts
4
5
  declare module "powerlines" {
@@ -11,5 +12,5 @@ declare module "powerlines" {
11
12
  */
12
13
  declare const plugin: <TContext extends NodeJsPluginContext = NodeJsPluginContext>(options?: NodeJsPluginOptions) => Plugin<TContext>[];
13
14
  //#endregion
14
- export { plugin as default, plugin };
15
+ export { type NodeJsPluginContext, type NodeJsPluginOptions, type NodeJsPluginResolvedConfig, type NodeJsPluginUserConfig, plugin as default, plugin };
15
16
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;YA4BY;IACR,SAAS;;;;;;cAOA,SACX,iBAAiB,sBAAsB,qBAEvC,UAAS,wBACR,OAAO"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;YA8BY;IACR,SAAS;;;;;;cAOA,SACX,iBAAiB,sBAAsB,qBAEvC,UAAS,wBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
- import { NodeJsPluginContext, NodeJsPluginOptions } from "./types/plugin.mjs";
1
+ import { NodeJsPluginContext, NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig } from "./types/plugin.mjs";
2
+ import "./types/index.mjs";
2
3
  import { Plugin } from "powerlines";
3
4
  //#region src/index.d.ts
4
5
  declare module "powerlines" {
@@ -11,5 +12,5 @@ declare module "powerlines" {
11
12
  */
12
13
  declare const plugin: <TContext extends NodeJsPluginContext = NodeJsPluginContext>(options?: NodeJsPluginOptions) => Plugin<TContext>[];
13
14
  //#endregion
14
- export { plugin as default, plugin };
15
+ export { type NodeJsPluginContext, type NodeJsPluginOptions, type NodeJsPluginResolvedConfig, type NodeJsPluginUserConfig, plugin as default, plugin };
15
16
  //# sourceMappingURL=index.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.581",
3
+ "version": "0.1.583",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -119,18 +119,18 @@
119
119
  "dependencies": {
120
120
  "@alloy-js/core": "^0.24.1",
121
121
  "@alloy-js/typescript": "^0.24.0",
122
- "@power-plant/alloy-js": "^0.0.50",
123
- "@powerlines/plugin-alloy": "^0.26.269",
124
- "@powerlines/plugin-babel": "^0.13.171",
125
- "@powerlines/plugin-env": "^0.16.380",
126
- "@powerlines/plugin-plugin": "^0.12.586",
122
+ "@power-plant/alloy-js": "^0.0.51",
123
+ "@powerlines/plugin-alloy": "0.26.271",
124
+ "@powerlines/plugin-babel": "^0.13.172",
125
+ "@powerlines/plugin-env": "0.16.382",
126
+ "@powerlines/plugin-plugin": "^0.12.587",
127
127
  "@storm-software/config-tools": "^1.190.109",
128
128
  "@stryke/string-format": "^0.17.40",
129
129
  "defu": "^6.1.7",
130
- "powerlines": "^0.47.174"
130
+ "powerlines": "^0.47.175"
131
131
  },
132
132
  "devDependencies": { "@types/node": "^25.9.5" },
133
133
  "publishConfig": { "access": "public" },
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "1eb8250f091012d9dfc0faa9fc57c3dbb914dc97"
135
+ "gitHead": "0df703de31a01de6601cbc13ac28542176af322c"
136
136
  }