@aryth/util-bound
Advanced tools
Comparing version 0.3.26 to 0.4.2
{ | ||
"name": "@aryth/util-bound", | ||
"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": [ | ||
@@ -38,3 +40,3 @@ "dist" | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "b7de340c642c466d516656b056b8c1d8ec0a2427" | ||
"gitHead": "e1f1a83d7859a85c10378d7aa4eab0d075315286" | ||
} |
6040