@powerlines/plugin-marked 0.1.3 → 0.1.4
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-DEYt4few.d.cts → index-BI0yTBoB.d.cts} +1 -1
- package/dist/{index-DEYt4few.d.ts → index-BI0yTBoB.d.ts} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1435,7 +1435,7 @@ type PluginHooks<TContext extends PluginContext = PluginContext> = {
|
|
|
1435
1435
|
type PluginBuildPlugins<TContext extends PluginContext = PluginContext> = {
|
|
1436
1436
|
[TBuildVariant in UnpluginBuildVariant]?: BuildPlugin<TContext, TBuildVariant>;
|
|
1437
1437
|
};
|
|
1438
|
-
interface Plugin<
|
|
1438
|
+
interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
|
|
1439
1439
|
/**
|
|
1440
1440
|
* The name of the plugin, for use in deduplication, error messages and logs.
|
|
1441
1441
|
*/
|
|
@@ -1435,7 +1435,7 @@ type PluginHooks<TContext extends PluginContext = PluginContext> = {
|
|
|
1435
1435
|
type PluginBuildPlugins<TContext extends PluginContext = PluginContext> = {
|
|
1436
1436
|
[TBuildVariant in UnpluginBuildVariant]?: BuildPlugin<TContext, TBuildVariant>;
|
|
1437
1437
|
};
|
|
1438
|
-
interface Plugin<
|
|
1438
|
+
interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<ResolvedConfig>> extends Partial<PluginHooks<TContext>>, PluginBuildPlugins<TContext> {
|
|
1439
1439
|
/**
|
|
1440
1440
|
* The name of the plugin, for use in deduplication, error messages and logs.
|
|
1441
1441
|
*/
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MarkedPluginContext, a as MarkedPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from './index-
|
|
1
|
+
import { M as MarkedPluginContext, a as MarkedPluginOptions, P as Plugin } from './index-BI0yTBoB.cjs';
|
|
2
|
+
export { c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from './index-BI0yTBoB.cjs';
|
|
3
3
|
import 'marked';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MarkedPluginContext, a as MarkedPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from './index-
|
|
1
|
+
import { M as MarkedPluginContext, a as MarkedPluginOptions, P as Plugin } from './index-BI0yTBoB.js';
|
|
2
|
+
export { c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from './index-BI0yTBoB.js';
|
|
3
3
|
import 'marked';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-
|
|
1
|
+
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-BI0yTBoB.cjs';
|
|
2
2
|
import 'marked';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-
|
|
1
|
+
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-BI0yTBoB.js';
|
|
2
2
|
import 'marked';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'marked';
|
|
2
|
-
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-
|
|
2
|
+
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-BI0yTBoB.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'marked';
|
|
2
|
-
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-
|
|
2
|
+
export { M as MarkedPluginContext, a as MarkedPluginOptions, c as MarkedPluginResolvedConfig, b as MarkedPluginUserConfig } from '../index-BI0yTBoB.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-marked",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use the Marked markdown compiler to generate HTML.",
|
|
6
6
|
"repository": {
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"@stryke/path": "^0.21.2",
|
|
104
104
|
"@stryke/types": "^0.10.8",
|
|
105
105
|
"defu": "^6.1.4",
|
|
106
|
-
"powerlines": "^0.25.
|
|
106
|
+
"powerlines": "^0.25.2"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@powerlines/nx": "^0.10.
|
|
110
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
109
|
+
"@powerlines/nx": "^0.10.40",
|
|
110
|
+
"@powerlines/plugin-plugin": "^0.11.48",
|
|
111
111
|
"@types/node": "^24.10.1",
|
|
112
112
|
"marked": "^17.0.1"
|
|
113
113
|
},
|
|
114
114
|
"publishConfig": { "access": "public" },
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "e5c7481779e32bd9810613c299e775bc033c9eac"
|
|
116
116
|
}
|