@vect/vector-select
Advanced tools
Comparing version 0.7.20 to 0.8.0
{ | ||
"name": "@vect/vector-select", | ||
"version": "0.7.20", | ||
"version": "0.8.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": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"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/vector-index": "^0.7.20", | ||
"@vect/vector-update": "^0.7.20" | ||
"@vect/vector-index": "^0.8.0", | ||
"@vect/vector-update": "^0.8.0" | ||
}, | ||
@@ -41,3 +37,7 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "39cc7c7be5473d9e97f84745c3aec790cd7d4199" | ||
} | ||
"gitHead": "ea88f6e34b2ef185010319c87355672d59ed3b35", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @vect/vector-select |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
5646
4
58
1
+ Added@vect/vector-index@0.8.0(transitive)
+ Added@vect/vector-mapper@0.8.0(transitive)
+ Added@vect/vector-update@0.8.0(transitive)
- Removed@vect/vector-index@0.7.20(transitive)
- Removed@vect/vector-mapper@0.7.20(transitive)
- Removed@vect/vector-update@0.7.20(transitive)
Updated@vect/vector-index@^0.8.0
Updated@vect/vector-update@^0.8.0