@ktarmyshov/digraph-js
Advanced tools
+4
-4
| { | ||
| "name": "@ktarmyshov/digraph-js", | ||
| "description": "[yet another] A dependency free library to create and traverse directed graphs", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "license": "MIT", | ||
@@ -51,3 +51,3 @@ "author": { | ||
| "coverage": "vitest run --coverage", | ||
| "changeset:version": "changeset version && git add --all", | ||
| "changeset:version": "changeset version && npm install && git add --all", | ||
| "changeset:publish": "changeset publish" | ||
@@ -65,4 +65,4 @@ }, | ||
| "@changesets/cli": "^2.28.1", | ||
| "@eslint/compat": "^1.2.7", | ||
| "@types/node": "^24.0.1", | ||
| "@eslint/compat": "^2.0.0", | ||
| "@types/node": "^25.0.2", | ||
| "@vitest/coverage-istanbul": "^4.0.3", | ||
@@ -69,0 +69,0 @@ "@vitest/coverage-v8": "^4.0.3", |
40248
0.04%