@aryth/flopper
Advanced tools
Comparing version 0.6.9 to 0.7.0
{ | ||
"name": "@aryth/flopper", | ||
"version": "0.6.9", | ||
"version": "0.7.0", | ||
"description": "A math util library", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
@@ -16,10 +13,6 @@ "dist" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
}, | ||
"dependencies": { | ||
"@aryth/comparer": "^0.6.9", | ||
"@aryth/rand": "^0.6.9", | ||
"@vect/swap": "^0.6.13" | ||
"@vect/swap": "^0.6.13", | ||
"@aryth/comparer": "^0.7.0", | ||
"@aryth/rand": "^0.7.0" | ||
}, | ||
@@ -41,3 +34,7 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "49740b759269644ffd876c03955fd3edcea3d80c" | ||
} | ||
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @aryth/flopper |
Sorry, the diff of this file is not supported yet
Yes
3895
4
14
+ Added@aryth/comparer@0.7.3(transitive)
+ Added@aryth/math@0.7.3(transitive)
+ Added@aryth/rand@0.7.3(transitive)
+ Added@typen/nullish@0.2.0(transitive)
- Removed@aryth/comparer@0.6.9(transitive)
- Removed@aryth/rand@0.6.9(transitive)
- Removed@typen/nullish@0.1.19(transitive)
Updated@aryth/comparer@^0.7.0
Updated@aryth/rand@^0.7.0