Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyeungw committed Jul 21, 2022
1 parent 12bf1c2 commit ef5a084
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.6.4",
"version": "0.6.5",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/bound-matrix/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/bound-matrix",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,8 +18,8 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/bound-vector": "^0.6.4",
"@aryth/util-bound": "^0.6.4",
"@aryth/bound-vector": "^0.6.5",
"@aryth/util-bound": "^0.6.5",
"@ject/oneself": "^0.0.17",
"@texting/string-value": "^0.1.7",
"@typen/enum-check-levels": "^0.1.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/bound-vector/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/bound-vector",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/util-bound": "^0.6.4",
"@aryth/util-bound": "^0.6.5",
"@ject/oneself": "^0.0.17",
"@texting/string-value": "^0.1.7",
"@typen/enum-check-levels": "^0.1.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/bound/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/bound",
"version": "0.6.4",
"version": "0.6.5",
"description": "A library to calculate { max, min } of 1d or 2d array ",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,9 +18,9 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/bound-matrix": "^0.6.4",
"@aryth/bound-vector": "^0.6.4",
"@aryth/math": "^0.6.4"
"@aryth/bound-matrix": "^0.6.5",
"@aryth/bound-vector": "^0.6.5",
"@aryth/math": "^0.6.5"
},
"devDependencies": {
"@palett/color-space": "^0.9.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/calculator",
"version": "0.6.4",
"version": "0.6.5",
"description": "A simple math calculator",
"main": "./dist/index.cjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/comparer/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/comparer",
"version": "0.6.4",
"version": "0.6.5",
"description": "Comparer collections for sort and rank",
"main": "./dist/index.cjs",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distinct-column/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/distinct-column",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/util-distinct": "^0.6.4",
"@aryth/util-distinct": "^0.6.5",
"@vect/column-mapper": "^0.7.14"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distinct-entries/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/distinct-entries",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/util-distinct": "^0.6.4",
"@aryth/util-distinct": "^0.6.5",
"@vect/column-mapper": "^0.7.14"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distinct-matrix/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/distinct-matrix",
"version": "0.6.4",
"version": "0.6.5",
"description": "Return ranks of each element in a 2-d array",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/distinct-matrix.test.js"
},
"dependencies": {
"@aryth/util-distinct": "^0.6.4",
"@aryth/util-distinct": "^0.6.5",
"@vect/matrix-mapper": "^0.7.14"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distinct-vector/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/distinct-vector",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/util-distinct": "^0.6.4",
"@aryth/util-distinct": "^0.6.5",
"@vect/vector-mapper": "^0.7.14"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/flopper/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/flopper",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,8 +18,8 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/rand": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@aryth/rand": "^0.6.5",
"@vect/swap": "^0.6.13"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/histo/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/histo",
"version": "0.6.4",
"version": "0.6.5",
"description": "A statistic distribution tool.",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,9 +18,9 @@
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"@aryth/bound-vector": "^0.6.4",
"@aryth/math": "^0.6.4",
"@aryth/nice-scale": "^0.6.4",
"@aryth/bound-vector": "^0.6.5",
"@aryth/math": "^0.6.5",
"@aryth/nice-scale": "^0.6.5",
"@spare/lange": "^0.14.10",
"@spare/pad-string": "^0.9.9",
"@typen/enum-data-types": "^0.1.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/math",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nice-scale/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/nice-scale",
"version": "0.6.4",
"version": "0.6.5",
"description": "Nice scale algorithm",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"@aryth/math": "^0.6.4",
"@aryth/math": "^0.6.5",
"@typen/enum-object-types": "^0.1.19"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/polar/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/polar",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -11,7 +11,7 @@
"dist"
],
"dependencies": {
"@aryth/flopper": "^0.6.4"
"@aryth/flopper": "^0.6.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/project-vector/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/project-vector",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,8 +18,8 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/projector": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@aryth/projector": "^0.6.5",
"@typen/literal": "^0.1.19",
"@typen/num-loose": "^0.1.19",
"@vect/vector-algebra": "^0.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/projector/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/projector",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@typen/literal": "^0.1.19",
"@typen/num-loose": "^0.1.19",
"@vect/vector-algebra": "^0.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/rand/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/rand",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@typen/nullish": "^0.1.19",
"@vect/swap": "^0.6.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rank-column/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/rank-column",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rank-matrix/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/rank-matrix",
"version": "0.6.4",
"version": "0.6.5",
"description": "Return ranks of each element in a 2-d array",
"main": "./dist/index.cjs",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rank-vector/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/rank-vector",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@typen/literal": "^0.1.19",
"@typen/num-loose": "^0.1.19",
"@vect/vector-algebra": "^0.7.14",
Expand Down
10 changes: 5 additions & 5 deletions packages/rank/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/rank",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,10 +18,10 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/rank-column": "^0.6.4",
"@aryth/rank-matrix": "^0.6.4",
"@aryth/rank-vector": "^0.6.4"
"@aryth/comparer": "^0.6.5",
"@aryth/rank-column": "^0.6.5",
"@aryth/rank-matrix": "^0.6.5",
"@aryth/rank-vector": "^0.6.5"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/roman/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/roman",
"version": "0.6.4",
"version": "0.6.5",
"description": "Parse roman numerals to decimal numbers",
"main": "./dist/index.cjs",
"exports": {
Expand All @@ -18,7 +18,7 @@
"test": "node -r @babel/register test/rank.test.js"
},
"dependencies": {
"@aryth/comparer": "^0.6.4",
"@aryth/comparer": "^0.6.5",
"@vect/swap": "^0.6.13"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subset/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/subset",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util-bound/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/util-bound",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util-distinct/package.json
@@ -1,6 +1,6 @@
{
"name": "@aryth/util-distinct",
"version": "0.6.4",
"version": "0.6.5",
"description": "A math util library",
"main": "./dist/index.cjs",
"exports": {
Expand Down

0 comments on commit ef5a084

Please sign in to comment.