uniorg-slug
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "uniorg-slug", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -13,3 +13,3 @@ "description": "uniorg plugin to add `id` attributes to headlines", | ||
], | ||
"author": "Alexey Shmalko <rasen.dubi@gmail.com>", | ||
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>", | ||
"homepage": "https://github.com/rasendubi/uniorg", | ||
@@ -30,9 +30,2 @@ "license": "GPL-3.0-or-later", | ||
}, | ||
"scripts": { | ||
"build": "rm -rf ./lib && tsc -p tsconfig.build.json", | ||
"clean": "rm -rf ./lib", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest" | ||
}, | ||
"bugs": { | ||
@@ -42,21 +35,25 @@ "url": "https://github.com/rasendubi/uniorg/issues" | ||
"dependencies": { | ||
"github-slugger": "^1.3.0", | ||
"orgast-util-to-string": "^1.0.0", | ||
"unist-util-visit": "4.1.0" | ||
"github-slugger": "^2.0.0", | ||
"orgast-util-to-string": "^1.0.1", | ||
"unist-util-visit": "5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/github-slugger": "^1.3.0", | ||
"@types/jest": "27.4.1", | ||
"@types/unist": "2.0.6", | ||
"jest": "27.5.1", | ||
"rehype-stringify": "9.0.3", | ||
"typescript": "4.6.3", | ||
"unified": "10.1.2", | ||
"uniorg": "^1.0.0", | ||
"uniorg-parse": "^1.0.0", | ||
"uniorg-rehype": "^1.0.0", | ||
"unist-util-find": "^1.0.2", | ||
"vfile": "5.3.2" | ||
"@types/jest": "29.5.8", | ||
"@types/unist": "3.0.2", | ||
"jest": "29.7.0", | ||
"rehype-stringify": "10.0.0", | ||
"typescript": "5.2.2", | ||
"unified": "^11.0.4", | ||
"uniorg": "^1.1.1", | ||
"uniorg-parse": "^2.1.1", | ||
"uniorg-rehype": "^1.1.1", | ||
"unist-util-find": "^3.0.0", | ||
"vfile": "^6.0.1" | ||
}, | ||
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9" | ||
} | ||
"scripts": { | ||
"build": "rm -rf ./lib && tsc -p tsconfig.build.json", | ||
"clean": "rm -rf ./lib", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"test": "jest" | ||
} | ||
} |
11
39907
+ Added@types/unist@3.0.3(transitive)
+ Addedgithub-slugger@2.0.0(transitive)
+ Addedunist-util-is@6.0.0(transitive)
+ Addedunist-util-visit@5.0.0(transitive)
+ Addedunist-util-visit-parents@6.0.1(transitive)
- Removed@types/unist@2.0.11(transitive)
- Removedgithub-slugger@1.5.0(transitive)
- Removedunist-util-is@5.2.1(transitive)
- Removedunist-util-visit@4.1.0(transitive)
- Removedunist-util-visit-parents@5.1.3(transitive)
Updatedgithub-slugger@^2.0.0
Updatedorgast-util-to-string@^1.0.1
Updatedunist-util-visit@5.0.0