@powerlines/plugin-unimport 0.1.210 → 0.1.211

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.
@@ -13,7 +13,6 @@ import { Jiti } from "jiti";
13
13
  import { SourceMap } from "magic-string";
14
14
  import { ParseResult, ParserOptions } from "oxc-parser";
15
15
  import { Range } from "semver";
16
- import { Project } from "ts-morph";
17
16
  import { RequestInfo, Response } from "undici";
18
17
  import { Unimport } from "unimport";
19
18
 
@@ -234,15 +233,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
234
233
  * This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
235
234
  */
236
235
  alias: Record<string, string>;
237
- /**
238
- * The {@link Project} instance used for type reflection and module manipulation
239
- *
240
- * @see https://ts-morph.com/
241
- *
242
- * @remarks
243
- * This instance is created lazily on first access.
244
- */
245
- program: Project;
246
236
  /**
247
237
  * A function to perform HTTP fetch requests
248
238
  *
@@ -14,7 +14,6 @@ import { Jiti } from "jiti";
14
14
  import { SourceMap } from "magic-string";
15
15
  import { ParseResult, ParserOptions } from "oxc-parser";
16
16
  import { Range } from "semver";
17
- import { Project } from "ts-morph";
18
17
  import { RequestInfo, Response } from "undici";
19
18
 
20
19
  //#region ../powerlines/src/types/context.d.ts
@@ -234,15 +233,6 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
234
233
  * This includes both the built-in module aliases as well as any custom aliases defined in the build configuration.
235
234
  */
236
235
  alias: Record<string, string>;
237
- /**
238
- * The {@link Project} instance used for type reflection and module manipulation
239
- *
240
- * @see https://ts-morph.com/
241
- *
242
- * @remarks
243
- * This instance is created lazily on first access.
244
- */
245
- program: Project;
246
236
  /**
247
237
  * A function to perform HTTP fetch requests
248
238
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unimport",
3
- "version": "0.1.210",
3
+ "version": "0.1.211",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to add imports to source code automatically via unimport.",
6
6
  "repository": {
@@ -122,13 +122,13 @@
122
122
  "@stryke/path": "^0.26.0",
123
123
  "defu": "^6.1.4",
124
124
  "magic-string": "^0.30.21",
125
- "powerlines": "^0.37.82",
125
+ "powerlines": "^0.37.83",
126
126
  "unimport": "^5.6.0"
127
127
  },
128
128
  "devDependencies": {
129
- "@powerlines/plugin-plugin": "^0.12.160",
129
+ "@powerlines/plugin-plugin": "^0.12.161",
130
130
  "@types/node": "^24.10.9"
131
131
  },
132
132
  "publishConfig": { "access": "public" },
133
- "gitHead": "e4d0cfc5040f75e4a14247997ffa396f58768c49"
133
+ "gitHead": "ac70da24fe65b662e50955545df37beeb8b349d3"
134
134
  }