markmap-lib
Advanced tools
Comparing version 0.10.3-alpha.5 to 0.10.3-alpha.6
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.10.3-alpha.5+8515829 | MIT License */ | ||
/*! markmap-lib v0.10.3-alpha.6+534a5a1 | MIT License */ | ||
import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common'; | ||
@@ -142,2 +142,7 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
htmltag: new Hook(), | ||
/** | ||
* Indicate that the last transformation is not complete for reasons like | ||
* lack of resources and is called when it is ready for a new transformation. | ||
*/ | ||
retransform: new Hook() | ||
@@ -144,0 +149,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.10.3-alpha.5+8515829 | MIT License */ | ||
/*! markmap-lib v0.10.3-alpha.6+534a5a1 | MIT License */ | ||
'use strict'; | ||
@@ -151,2 +151,7 @@ | ||
htmltag: new markmapCommon.Hook(), | ||
/** | ||
* Indicate that the last transformation is not complete for reasons like | ||
* lack of resources and is called when it is ready for a new transformation. | ||
*/ | ||
retransform: new markmapCommon.Hook() | ||
@@ -153,0 +158,0 @@ }; |
{ | ||
"name": "markmap-lib", | ||
"version": "0.10.3-alpha.5+8515829", | ||
"version": "0.10.3-alpha.6+534a5a1", | ||
"description": "Visualize your Markdown as mindmaps with Markmap", | ||
@@ -51,3 +51,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
}, | ||
"gitHead": "85158292b8c4ec1a0c3e7a05f581c6ff00ecdefb" | ||
"gitHead": "534a5a18990c542a0a5e128de10a749b2ef122cd" | ||
} |
@@ -5,3 +5,7 @@ import { IWrapContext, Hook } from 'markmap-common'; | ||
htmltag: Hook<(ctx: IWrapContext<any>) => void>; | ||
/** | ||
* Indicate that the last transformation is not complete for reasons like | ||
* lack of resources and is called when it is ready for a new transformation. | ||
*/ | ||
retransform: Hook<() => void>; | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
348142
9490