@aryth/bound-vector
Advanced tools
Comparing version 0.6.9 to 0.7.0
{ | ||
"name": "@aryth/bound-vector", | ||
"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,8 +13,3 @@ "dist" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
}, | ||
"dependencies": { | ||
"@aryth/util-bound": "^0.6.9", | ||
"@ject/oneself": "^0.0.17", | ||
@@ -27,3 +19,5 @@ "@texting/string-value": "^0.1.13", | ||
"@typen/literal": "^0.1.19", | ||
"@typen/numeral": "^0.1.19" | ||
"@typen/numeral": "^0.1.19", | ||
"@vect/vector-mapper": "^0.8.0", | ||
"@aryth/util-bound": "^0.7.0" | ||
}, | ||
@@ -45,3 +39,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/bound-vector |
Sorry, the diff of this file is not supported yet
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
Yes
7306
7
4
109
1
+ Added@vect/vector-mapper@^0.8.0
+ Added@aryth/util-bound@0.7.3(transitive)
+ Added@typen/enum-check-levels@0.2.0(transitive)
+ Added@typen/enum-data-types@0.2.0(transitive)
+ Added@typen/num-loose@0.2.0(transitive)
+ Added@typen/num-strict@0.2.0(transitive)
+ Added@typen/typ@0.2.0(transitive)
+ Added@vect/vector-mapper@0.8.0(transitive)
- Removed@aryth/util-bound@0.6.9(transitive)
- Removed@typen/num-loose@0.1.19(transitive)
- Removed@typen/num-strict@0.1.19(transitive)
Updated@aryth/util-bound@^0.7.0