graph-data-structure
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "graph-data-structure", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A graph data structure with topological sort.", | ||
@@ -22,3 +22,3 @@ "author": "Curran Kelleher", | ||
"module": "./dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/index.d.cts", | ||
"unpkg": "./dist/index.umd.js", | ||
@@ -52,10 +52,10 @@ "exports": { | ||
"@rollup/plugin-terser": "0.4.4", | ||
"@types/node": "22.7.9", | ||
"@types/node": "22.9.0", | ||
"microbundle": "0.15.1", | ||
"prettier": "3.3.3", | ||
"release-it": "17.10.0", | ||
"rollup": "4.24.0", | ||
"rollup": "4.26.0", | ||
"rollup-plugin-ts": "3.4.5", | ||
"typescript": "5.6.3", | ||
"vitest": "2.1.3" | ||
"vitest": "2.1.5" | ||
}, | ||
@@ -62,0 +62,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55486