@tyriar/fibonacci-heap
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@tyriar/fibonacci-heap", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "An implementation of the Fibonacci heap data structure", | ||
@@ -10,3 +10,4 @@ "scripts": { | ||
"watch": "tsc -w", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -41,3 +42,9 @@ "repository": { | ||
"typescript": "^2.6.2" | ||
} | ||
}, | ||
"files": [ | ||
"lib/*.js", | ||
"lib/*.js.map", | ||
"lib/**/*.js", | ||
"lib/**/*.js.map" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25302
11
359
1