@aryth/flopper
Advanced tools
Comparing version 0.3.26 to 0.4.2
{ | ||
"name": "@aryth/flopper", | ||
"version": "0.3.26", | ||
"version": "0.4.2", | ||
"description": "A math util library", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"files": [ | ||
@@ -18,5 +20,5 @@ "dist" | ||
"dependencies": { | ||
"@aryth/comparer": "^0.3.26", | ||
"@aryth/rand": "^0.3.26", | ||
"@vect/swap": "^0.4.4" | ||
"@aryth/comparer": "^0.4.2", | ||
"@aryth/rand": "^0.4.2", | ||
"@vect/swap": "^0.4.10" | ||
}, | ||
@@ -38,3 +40,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "b7de340c642c466d516656b056b8c1d8ec0a2427" | ||
"gitHead": "e1f1a83d7859a85c10378d7aa4eab0d075315286" | ||
} |
4508
+ Added@aryth/comparer@0.4.10(transitive)
+ Added@aryth/rand@0.4.10(transitive)
+ Added@vect/swap@0.5.23(transitive)
- Removed@aryth/comparer@0.3.26(transitive)
- Removed@aryth/rand@0.3.26(transitive)
Updated@aryth/comparer@^0.4.2
Updated@aryth/rand@^0.4.2
Updated@vect/swap@^0.4.10