@powerlines/plugin-satori 0.1.208 → 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.
|
@@ -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-satori",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.210",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
|
|
6
6
|
"repository": {
|
|
@@ -131,16 +131,16 @@
|
|
|
131
131
|
"@stryke/types": "^0.10.34",
|
|
132
132
|
"defu": "^6.1.4",
|
|
133
133
|
"jiti": "^2.6.1",
|
|
134
|
-
"powerlines": "^0.37.
|
|
134
|
+
"powerlines": "^0.37.84",
|
|
135
135
|
"satori": "^0.18.4"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
138
|
+
"@powerlines/plugin-plugin": "^0.12.162",
|
|
139
139
|
"@storm-software/config": "^1.135.1",
|
|
140
140
|
"@types/node": "^24.10.9",
|
|
141
141
|
"@types/react": "^19.2.9",
|
|
142
142
|
"@types/react-dom": "^19.2.3"
|
|
143
143
|
},
|
|
144
144
|
"publishConfig": { "access": "public" },
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "5ab6757f6ed191ccb3b0897d8909f7f35025d58e"
|
|
146
146
|
}
|