@powerlines/plugin-nodejs 0.1.100 → 0.1.102

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.
@@ -12,7 +12,6 @@ import { Jiti } from "jiti";
12
12
  import { SourceMap } from "magic-string";
13
13
  import { ParseResult, ParserOptions } from "oxc-parser";
14
14
  import { Range } from "semver";
15
- import { Project } from "ts-morph";
16
15
  import { RequestInfo, Response } from "undici";
17
16
  import { ExternalIdResult, UnpluginBuildContext, UnpluginContext, UnpluginMessage } from "unplugin";
18
17
 
@@ -233,15 +232,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
233
232
  * This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
234
233
  */
235
234
  alias: Record<string, string>;
236
- /**
237
- * The {@link Project} instance used for type reflection and module manipulation
238
- *
239
- * @see https://ts-morph.com/
240
- *
241
- * @remarks
242
- * This instance is created lazily on first access.
243
- */
244
- program: Project;
245
235
  /**
246
236
  * A function to perform HTTP fetch requests
247
237
  *
@@ -12,7 +12,6 @@ import { Jiti } from "jiti";
12
12
  import { SourceMap } from "magic-string";
13
13
  import { ParseResult, ParserOptions } from "oxc-parser";
14
14
  import { Range } from "semver";
15
- import { Project } from "ts-morph";
16
15
  import { RequestInfo, Response } from "undici";
17
16
  import { ExternalIdResult, UnpluginBuildContext, UnpluginContext, UnpluginMessage } from "unplugin";
18
17
 
@@ -233,15 +232,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
233
232
  * This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
234
233
  */
235
234
  alias: Record<string, string>;
236
- /**
237
- * The {@link Project} instance used for type reflection and module manipulation
238
- *
239
- * @see https://ts-morph.com/
240
- *
241
- * @remarks
242
- * This instance is created lazily on first access.
243
- */
244
- program: Project;
245
235
  /**
246
236
  * A function to perform HTTP fetch requests
247
237
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.100",
3
+ "version": "0.1.102",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -133,19 +133,19 @@
133
133
  "dependencies": {
134
134
  "@alloy-js/core": "^0.22.0",
135
135
  "@alloy-js/typescript": "^0.22.0",
136
- "@powerlines/plugin-alloy": "^0.18.98",
137
- "@powerlines/plugin-babel": "^0.12.217",
138
- "@powerlines/plugin-env": "^0.15.105",
136
+ "@powerlines/plugin-alloy": "^0.18.100",
137
+ "@powerlines/plugin-babel": "^0.12.219",
138
+ "@powerlines/plugin-env": "^0.15.107",
139
139
  "@storm-software/config-tools": "^1.189.0",
140
140
  "@stryke/string-format": "^0.13.4",
141
141
  "defu": "^6.1.4",
142
- "powerlines": "^0.37.81"
142
+ "powerlines": "^0.37.83"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@babel/core": "^7.28.6",
146
- "@powerlines/plugin-plugin": "^0.12.159",
146
+ "@powerlines/plugin-plugin": "^0.12.161",
147
147
  "@types/node": "^24.10.9"
148
148
  },
149
149
  "publishConfig": { "access": "public" },
150
- "gitHead": "ef6060b6d1538862d195a97bfbca9e5e9eedafaf"
150
+ "gitHead": "ac70da24fe65b662e50955545df37beeb8b349d3"
151
151
  }