graph-data-structure
Advanced tools
Comparing version 3.2.0 to 3.3.0
{ | ||
"name": "graph-data-structure", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "A graph data structure with topological sort.", | ||
@@ -13,4 +13,4 @@ "files": [ | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.modern.js" | ||
}, | ||
@@ -56,10 +56,10 @@ "main": "./dist/index.cjs", | ||
"devDependencies": { | ||
"@types/node": "18.14.0", | ||
"@types/node": "18.15.11", | ||
"graph-diagrams": "0.5.0", | ||
"microbundle": "0.15.1", | ||
"mocha": "10.2.0", | ||
"prettier": "2.8.4", | ||
"release-it": "15.6.0", | ||
"typescript": "4.9.5" | ||
"prettier": "2.8.7", | ||
"release-it": "15.10.0", | ||
"typescript": "5.0.3" | ||
} | ||
} |
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
101444