@progfay/scrapbox-parser
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -8,4 +8,4 @@ export { parse, getTitle } from './parse'; | ||
export type { Line } from './block/Line'; | ||
export type { Node, QuoteNode, HelpfeelNode, StrongImageNode, StrongIconNode, StrongNode, FormulaNode, DecorationNode, CodeNode, BlankNode, ImageNode, LinkNode, GoogleMapNode, IconNode, HashTagNode, PlainNode } from './block/node/type'; | ||
export type { Node, QuoteNode, HelpfeelNode, StrongImageNode, StrongIconNode, StrongNode, FormulaNode, DecorationNode, CodeNode, CommandLineNode, BlankNode, ImageNode, LinkNode, GoogleMapNode, IconNode, HashTagNode, PlainNode } from './block/node/type'; | ||
export type { Decoration } from './block/node/DecorationNode'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,4 +8,4 @@ export { parse, getTitle } from './parse'; | ||
export type { Line } from './block/Line'; | ||
export type { Node, QuoteNode, HelpfeelNode, StrongImageNode, StrongIconNode, StrongNode, FormulaNode, DecorationNode, CodeNode, BlankNode, ImageNode, LinkNode, GoogleMapNode, IconNode, HashTagNode, PlainNode } from './block/node/type'; | ||
export type { Node, QuoteNode, HelpfeelNode, StrongImageNode, StrongIconNode, StrongNode, FormulaNode, DecorationNode, CodeNode, CommandLineNode, BlankNode, ImageNode, LinkNode, GoogleMapNode, IconNode, HashTagNode, PlainNode } from './block/node/type'; | ||
export type { Decoration } from './block/node/DecorationNode'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@progfay/scrapbox-parser", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "parse Scrapbox notation to JavaScript Object", | ||
@@ -45,7 +45,7 @@ "files": [ | ||
"@types/jest": "26.0.13", | ||
"@types/node": "14.6.4", | ||
"@typescript-eslint/eslint-plugin": "4.1.0", | ||
"@typescript-eslint/parser": "4.1.0", | ||
"@types/node": "14.10.2", | ||
"@typescript-eslint/eslint-plugin": "4.1.1", | ||
"@typescript-eslint/parser": "4.1.1", | ||
"babel-loader": "8.1.0", | ||
"eslint": "7.8.1", | ||
"eslint": "7.9.0", | ||
"eslint-config-prettier": "6.11.0", | ||
@@ -56,3 +56,3 @@ "eslint-config-prettier-standard": "3.0.1", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-jest": "24.0.0", | ||
"eslint-plugin-jest": "24.0.1", | ||
"eslint-plugin-node": "11.1.0", | ||
@@ -64,3 +64,3 @@ "eslint-plugin-prettier": "3.1.4", | ||
"jest-snapshot": "26.4.2", | ||
"prettier": "2.1.1", | ||
"prettier": "2.1.2", | ||
"prettier-config-standard": "1.0.1", | ||
@@ -67,0 +67,0 @@ "rimraf": "3.0.2", |
Sorry, the diff of this file is not supported yet
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
148252
0