From 3c25d1da0afecc69853072db5a9f0892320ee710 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 04:32:41 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 14 +++++++------- test/dist/test.js | 16 ++++++++-------- 3 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 811b876..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T02:18:23.187Z diff --git a/package.json b/package.json index a4bae42..adc3068 100644 --- a/package.json +++ b/package.json @@ -42,18 +42,18 @@ "dependencies": { "@stdlib/math-base-napi-unary": "^0.1.0", "@stdlib/math-base-special-sqrt": "^0.1.0", - "@stdlib/utils-library-manifest": "^0.1.0" + "@stdlib/utils-library-manifest": "^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/math-base-assert-is-nan": "^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-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-abs": "^0.1.0", - "@stdlib/math-base-special-round": "^0.1.0", + "@stdlib/math-base-special-round": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0", - "@stdlib/utils-try-require": "^0.1.0", + "@stdlib/utils-try-require": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git" diff --git a/test/dist/test.js b/test/dist/test.js index 5130b90..e86fca4 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -31,14 +31,14 @@ var rsqrt = require( './../../dist' ); // FIXTURES // -var hugePositive = require( './../..xtures/julia/huge_positive.json' ); -var veryLargePositive = require( './../..xtures/julia/very_large_positive.json' ); -var largePositive = require( './../..xtures/julia/large_positive.json' ); -var mediumPositive = require( './../..xtures/julia/medium_positive.json' ); -var smallPositive = require( './../..xtures/julia/small_positive.json' ); -var smaller = require( './../..xtures/julia/smaller.json' ); -var tinyPositive = require( './../..xtures/julia/tiny_positive.json' ); -var subnormal = require( './../..xtures/julia/subnormal.json' ); +var hugePositive = require( './../fixtures/julia/huge_positive.json' ); +var veryLargePositive = require( './../fixtures/julia/very_large_positive.json' ); +var largePositive = require( './../fixtures/julia/large_positive.json' ); +var mediumPositive = require( './../fixtures/julia/medium_positive.json' ); +var smallPositive = require( './../fixtures/julia/small_positive.json' ); +var smaller = require( './../fixtures/julia/smaller.json' ); +var tinyPositive = require( './../fixtures/julia/tiny_positive.json' ); +var subnormal = require( './../fixtures/julia/subnormal.json' ); // TESTS //