@powerlines/plugin-automd 0.1.209 → 0.1.210
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/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +0 -1
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +0 -1
- package/dist/packages/powerlines/src/types/context.d.mts +0 -10
- package/dist/powerlines/src/types/context.d.cts +0 -10
- package/package.json +4 -4
|
@@ -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
|
|
|
19
18
|
//#region ../powerlines/src/types/context.d.ts
|
|
@@ -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
|
*
|
|
@@ -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
|
|
|
19
18
|
//#region ../powerlines/src/types/context.d.ts
|
|
@@ -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-automd",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.210",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
|
|
6
6
|
"repository": {
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"c12": "^3.3.3",
|
|
126
126
|
"defu": "^6.1.4",
|
|
127
127
|
"markdown-toc": "^1.2.0",
|
|
128
|
-
"powerlines": "^0.37.
|
|
128
|
+
"powerlines": "^0.37.83"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
131
|
+
"@powerlines/plugin-plugin": "^0.12.161",
|
|
132
132
|
"@types/node": "^24.10.9",
|
|
133
133
|
"automd": "^0.4.2"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "ac70da24fe65b662e50955545df37beeb8b349d3"
|
|
137
137
|
}
|