@powerlines/plugin-marked 0.1.568 → 0.1.570
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig } from "./types/plugin.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA0BY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA0BY;IACR,SAAS;;;;;;;;;;;;;;cAeA,SACX,iBAAiB,sBAAsB,qBAEvC,UAAS,wBACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig } from "./types/plugin.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
2
2
|
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type MarkedPluginOptions = MarkedOptions & MarkedExtension;
|
|
6
5
|
type MarkedPluginUserConfig = UserConfig & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;KAqBY,sBAAsB,gBAAgB;KAEtC,yBAAyB;EACnC,SAAS;;KAGC,6BAA6B;EACvC,QAAQ;;KAGE,oBACV,wBAAwB,6BACtB,8BACA,cAAc;EAChB;IACE,QAAQ,aAAa,WAAW,QAAQ,mBAAmB;IAC3D,YAAY,OAAO"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MarkedExtension, MarkedOptions, marked } from "marked";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
|
-
|
|
4
3
|
//#region src/types/plugin.d.ts
|
|
5
4
|
type MarkedPluginOptions = MarkedOptions & MarkedExtension;
|
|
6
5
|
type MarkedPluginUserConfig = UserConfig & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-marked",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.570",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to use the Marked markdown compiler to generate HTML.",
|
|
6
6
|
"keywords": ["marked", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -94,15 +94,15 @@
|
|
|
94
94
|
"@stryke/path": "^0.29.22",
|
|
95
95
|
"@stryke/types": "^0.12.23",
|
|
96
96
|
"defu": "^6.1.7",
|
|
97
|
-
"powerlines": "0.47.
|
|
97
|
+
"powerlines": "^0.47.144"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
101
|
-
"@types/node": "^25.9.
|
|
100
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
101
|
+
"@types/node": "^25.9.5",
|
|
102
102
|
"marked": "^17.0.6"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": { "marked": ">=17.0.4" },
|
|
105
105
|
"peerDependenciesMeta": { "marked": { "optional": false } },
|
|
106
106
|
"publishConfig": { "access": "public" },
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
108
108
|
}
|