markmap-toolbar
Advanced tools
Comparing version 0.14.4 to 0.15.0-alpha.0
{ | ||
"name": "markmap-toolbar", | ||
"version": "0.14.4", | ||
"version": "0.15.0-alpha.0", | ||
"description": "Extensible toolbar for markmap", | ||
@@ -13,6 +13,6 @@ "author": "Gerald <gera2ld@live.com>", | ||
}, | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.umd.min.js", | ||
"jsdelivr": "dist/index.umd.min.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"unpkg": "dist/index.js", | ||
"jsdelivr": "dist/index.js", | ||
"files": [ | ||
@@ -26,5 +26,17 @@ "dist", | ||
}, | ||
"homepage": "https://github.com/markmap/markmap/packages/markmap-toolbar#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/markmap/markmap.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/markmap/markmap/issues" | ||
}, | ||
"typings": "types/index.d.ts", | ||
"peerDependencies": { | ||
"markmap-common": "*" | ||
}, | ||
"devDependencies": { | ||
"markmap-view": "^0.14.4" | ||
"markmap-common": "0.15.0-alpha.0", | ||
"markmap-view": "0.15.0-alpha.0" | ||
}, | ||
@@ -35,3 +47,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "8eb2fa223ab85d1a7699d2c9660fdb5fac24acd1" | ||
"gitHead": "cea14d4791b8483481a99baa5d256017f52f267c" | ||
} |
@@ -26,5 +26,4 @@ import { VChildren } from '@gera2ld/jsx-dom'; | ||
attach(mm: Markmap): void; | ||
handleRecurse(active: boolean, reset: () => void): void; | ||
render(): Node; | ||
} | ||
export {}; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
21051
3
2
8
568
1