@powerlines/plugin-marked 0.1.21 → 0.1.22
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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/{plugin-gnjN43Gs.d.cts → plugin-BOwHYjqj.d.mts} +2 -5
- package/dist/{plugin-tQQUQxGA.d.mts → plugin-CYx5-My-.d.cts} +2 -5
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Plugin, i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "./plugin-
|
|
1
|
+
import { a as Plugin, i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "./plugin-CYx5-My-.cjs";
|
|
2
2
|
import "./index-CEgs-Dz2.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Plugin, i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "./plugin-
|
|
1
|
+
import { a as Plugin, i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "./plugin-BOwHYjqj.mjs";
|
|
2
2
|
import "./index-BgAdqTbb.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
1
2
|
import { ArrayValues } from "@stryke/types/array";
|
|
2
3
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
3
4
|
import { ExternalIdResult, HookFilter, TransformResult, UnpluginBuildContext, UnpluginContext, UnpluginMessage, UnpluginOptions } from "unplugin";
|
|
@@ -19,7 +20,6 @@ import { AssetGlob } from "@stryke/types/file";
|
|
|
19
20
|
import { ResolveOptions } from "@stryke/fs/resolve";
|
|
20
21
|
import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
21
22
|
import ts from "typescript";
|
|
22
|
-
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
23
23
|
|
|
24
24
|
//#region ../powerlines/src/types/build.d.ts
|
|
25
25
|
type UnpluginBuildVariant = "rollup" | "webpack" | "rspack" | "vite" | "esbuild" | "farm" | "unloader" | "rolldown";
|
|
@@ -159,10 +159,7 @@ interface BuildConfig {
|
|
|
159
159
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
160
160
|
//#endregion
|
|
161
161
|
//#region ../powerlines/src/types/fs.d.ts
|
|
162
|
-
|
|
163
|
-
VIRTUAL = "virtual",
|
|
164
|
-
FS = "fs",
|
|
165
|
-
}
|
|
162
|
+
type StoragePreset = "fs" | "virtual";
|
|
166
163
|
/**
|
|
167
164
|
* Interface defining the methods and properties for a storage adapter.
|
|
168
165
|
*/
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
2
1
|
import { ArrayValues } from "@stryke/types/array";
|
|
3
2
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
4
3
|
import { ExternalIdResult, HookFilter, TransformResult, UnpluginBuildContext, UnpluginContext, UnpluginMessage, UnpluginOptions } from "unplugin";
|
|
@@ -20,6 +19,7 @@ import { AssetGlob } from "@stryke/types/file";
|
|
|
20
19
|
import { ResolveOptions } from "@stryke/fs/resolve";
|
|
21
20
|
import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
22
21
|
import ts from "typescript";
|
|
22
|
+
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
23
23
|
|
|
24
24
|
//#region ../powerlines/src/types/build.d.ts
|
|
25
25
|
type UnpluginBuildVariant = "rollup" | "webpack" | "rspack" | "vite" | "esbuild" | "farm" | "unloader" | "rolldown";
|
|
@@ -159,10 +159,7 @@ interface BuildConfig {
|
|
|
159
159
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
160
160
|
//#endregion
|
|
161
161
|
//#region ../powerlines/src/types/fs.d.ts
|
|
162
|
-
|
|
163
|
-
VIRTUAL = "virtual",
|
|
164
|
-
FS = "fs",
|
|
165
|
-
}
|
|
162
|
+
type StoragePreset = "fs" | "virtual";
|
|
166
163
|
/**
|
|
167
164
|
* Interface defining the methods and properties for a storage adapter.
|
|
168
165
|
*/
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-
|
|
1
|
+
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-CYx5-My-.cjs";
|
|
2
2
|
import "../index-CEgs-Dz2.cjs";
|
|
3
3
|
export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-
|
|
1
|
+
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-BOwHYjqj.mjs";
|
|
2
2
|
import "../index-BgAdqTbb.mjs";
|
|
3
3
|
export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-
|
|
1
|
+
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-CYx5-My-.cjs";
|
|
2
2
|
export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-
|
|
1
|
+
import { i as MarkedPluginUserConfig, n as MarkedPluginOptions, r as MarkedPluginResolvedConfig, t as MarkedPluginContext } from "../plugin-BOwHYjqj.mjs";
|
|
2
2
|
export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-marked",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use the Marked markdown compiler to generate HTML.",
|
|
6
6
|
"repository": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"@stryke/path": "^0.22.0",
|
|
122
122
|
"@stryke/types": "^0.10.13",
|
|
123
123
|
"defu": "^6.1.4",
|
|
124
|
-
"powerlines": "^0.30.
|
|
124
|
+
"powerlines": "^0.30.9"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@powerlines/nx": "^0.10.
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
127
|
+
"@powerlines/nx": "^0.10.58",
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.10",
|
|
129
129
|
"@types/node": "^24.10.1",
|
|
130
130
|
"marked": "^17.0.1"
|
|
131
131
|
},
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "00fa339177561d404892937d2c24fe2a5b3df4e7"
|
|
134
134
|
}
|