@algorithm.ts/bellman-ford
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0
{ | ||
"name": "@algorithm.ts/bellman-ford", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0", | ||
"description": "Bellman-ford algorithm.", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"lib/", | ||
"src/", | ||
"!lib/**/*.map", | ||
"package.json", | ||
@@ -50,12 +50,13 @@ "CHANGELOG.md", | ||
"dependencies": { | ||
"@algorithm.ts/constant": "^3.0.0-alpha.8", | ||
"@algorithm.ts/queue": "^3.0.0-alpha.8", | ||
"@algorithm.ts/types": "^3.0.0-alpha.8" | ||
"@algorithm.ts/constant": "^3.0.0", | ||
"@algorithm.ts/queue": "^3.0.0", | ||
"@algorithm.ts/types": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^4.4.0", | ||
"rollup": "^3.19.1" | ||
"jest": "^29.5.0", | ||
"rimraf": "^4.4.1", | ||
"rollup": "^3.20.2" | ||
}, | ||
"gitHead": "104385f40c0be99b843e3342e85b618761047b69" | ||
"gitHead": "9bb1f3515444890907c8e811b989f17073f39591" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
19671
4
7
323
Updated@algorithm.ts/queue@^3.0.0
Updated@algorithm.ts/types@^3.0.0