orgast-util-visit-ids
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "orgast-util-visit-ids", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -15,3 +15,3 @@ "description": "orgast (uniorg) utility to visit all nodes with ids", | ||
], | ||
"author": "Alexey Shmalko <rasen.dubi@gmail.com>", | ||
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>", | ||
"homepage": "https://github.com/rasendubi/uniorg", | ||
@@ -31,9 +31,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": { | ||
@@ -43,13 +36,18 @@ "url": "https://github.com/rasendubi/uniorg/issues" | ||
"devDependencies": { | ||
"@types/jest": "27.4.1", | ||
"@types/unist": "2.0.6", | ||
"jest": "27.5.1", | ||
"typescript": "4.6.3", | ||
"uniorg": "^1.0.0", | ||
"uniorg-parse": "^1.0.0" | ||
"@types/jest": "29.5.8", | ||
"@types/unist": "3.0.2", | ||
"jest": "29.7.0", | ||
"typescript": "5.2.2", | ||
"uniorg": "^1.1.1", | ||
"uniorg-parse": "^2.1.1" | ||
}, | ||
"dependencies": { | ||
"unist-util-visit-parents": "5.1.0" | ||
"unist-util-visit-parents": "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" | ||
} | ||
} |
38660
+ Added@types/unist@3.0.3(transitive)
+ Addedunist-util-is@6.0.0(transitive)
+ Addedunist-util-visit-parents@6.0.1(transitive)
- Removed@types/unist@2.0.11(transitive)
- Removedunist-util-is@5.2.1(transitive)
- Removedunist-util-visit-parents@5.1.0(transitive)