diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 6a0d261..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T04:32:01.826Z diff --git a/package.json b/package.json index 1e2aa24..fb79359 100644 --- a/package.json +++ b/package.json @@ -37,19 +37,19 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/constants-float64-ninf": "^0.1.0", - "@stdlib/constants-float64-pi": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/constants-float64-ninf": "^0.1.1", + "@stdlib/constants-float64-pi": "^0.1.1", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-ln": "^0.1.0", "@stdlib/math-base-special-sinpi": "^0.1.0", - "@stdlib/stats-base-dists-degenerate-logcdf": "^0.1.0", - "@stdlib/utils-constant-function": "^0.1.0", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" + "@stdlib/stats-base-dists-degenerate-logcdf": "^0.1.1", + "@stdlib/utils-constant-function": "^0.1.1", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" }, "devDependencies": { "@stdlib/bench": "^0.1.0", - "@stdlib/constants-float64-eps": "^0.1.0", - "@stdlib/constants-float64-pinf": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.1", + "@stdlib/constants-float64-pinf": "^0.1.1", "@stdlib/math-base-special-abs": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",