@powerlines/plugin-marked 0.1.92 → 0.1.94
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.cjs +3 -3
- package/dist/index.d.mts +1 -2
- package/dist/index.mjs +3 -3
- package/dist/node_modules/.pnpm/marked@17.0.1/node_modules/marked/lib/marked.esm.cjs +1482 -0
- package/dist/node_modules/.pnpm/marked@17.0.1/node_modules/marked/lib/marked.esm.mjs +1481 -0
- package/dist/types/plugin.d.mts +3 -3
- package/package.json +4 -5
- /package/dist/{powerlines → packages/powerlines}/src/internal/helpers/hooks.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/api.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/build.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/commands.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/config.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/context.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/fs.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/hooks.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/plugin.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/resolved.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/tsconfig.d.mts +0 -0
- /package/dist/{powerlines → packages/powerlines}/src/types/unplugin.d.mts +0 -0
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "../powerlines/src/types/config.mjs";
|
|
2
|
-
import { ResolvedConfig } from "../powerlines/src/types/resolved.mjs";
|
|
3
|
-
import { PluginContext } from "../powerlines/src/types/context.mjs";
|
|
1
|
+
import { UserConfig } from "../packages/powerlines/src/types/config.mjs";
|
|
2
|
+
import { ResolvedConfig } from "../packages/powerlines/src/types/resolved.mjs";
|
|
3
|
+
import { PluginContext } from "../packages/powerlines/src/types/context.mjs";
|
|
4
4
|
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-marked",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.94",
|
|
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,13 @@
|
|
|
121
121
|
"@stryke/path": "^0.24.1",
|
|
122
122
|
"@stryke/types": "^0.10.29",
|
|
123
123
|
"defu": "^6.1.4",
|
|
124
|
-
"powerlines": "^0.37.
|
|
124
|
+
"powerlines": "^0.37.3"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@powerlines/
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.79",
|
|
127
|
+
"@powerlines/plugin-plugin": "^0.12.81",
|
|
129
128
|
"@types/node": "^24.10.4",
|
|
130
129
|
"marked": "^17.0.1"
|
|
131
130
|
},
|
|
132
131
|
"publishConfig": { "access": "public" },
|
|
133
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "ae9a5afaa497538477b63988242f433b60974623"
|
|
134
133
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|