From 3da9884174fe2ff3f0d57f68b5629e5b5c56dd26 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 06:39:46 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 481763d..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T04:09:14.821Z diff --git a/package.json b/package.json index 774fa0f..8e44ac7 100644 --- a/package.json +++ b/package.json @@ -37,17 +37,17 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-ln": "^0.1.0", "@stdlib/stats-base-dists-normal-cdf": "^0.1.0", - "@stdlib/utils-constant-function": "^0.1.0", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" + "@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-ninf": "^0.1.0", - "@stdlib/constants-float64-pinf": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.1", + "@stdlib/constants-float64-ninf": "^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",