From ab9e20962291c0339472ae9e6d22ceec8f8b0c73 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 05:22:10 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 38 +++++++++++++++++++------------------- test/dist/test.js | 2 +- 3 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index d5b708f..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T03:02:07.555Z diff --git a/package.json b/package.json index 86e5db8..abd40ff 100644 --- a/package.json +++ b/package.json @@ -49,37 +49,37 @@ "@stdlib/array-uint32": "^0.1.0", "@stdlib/array-uint8": "^0.1.0", "@stdlib/array-uint8c": "^0.1.0", - "@stdlib/assert-has-own-property": "^0.1.0", - "@stdlib/assert-is-array": "^0.1.0", - "@stdlib/assert-is-buffer": "^0.1.0", - "@stdlib/assert-is-error": "^0.1.0", + "@stdlib/assert-has-own-property": "^0.1.1", + "@stdlib/assert-is-array": "^0.1.1", + "@stdlib/assert-is-buffer": "^0.1.1", + "@stdlib/assert-is-error": "^0.1.1", "@stdlib/assert-is-nonnegative-integer": "^0.1.0", "@stdlib/buffer-from-buffer": "^0.1.0", - "@stdlib/constants-float64-pinf": "^0.1.0", - "@stdlib/string-format": "^0.1.0", - "@stdlib/utils-define-property": "^0.1.0", - "@stdlib/utils-get-prototype-of": "^0.1.0", + "@stdlib/constants-float64-pinf": "^0.1.1", + "@stdlib/string-format": "^0.1.1", + "@stdlib/utils-define-property": "^0.1.1", + "@stdlib/utils-get-prototype-of": "^0.1.1", "@stdlib/utils-index-of": "^0.1.0", "@stdlib/utils-keys": "^0.1.0", - "@stdlib/utils-property-descriptor": "^0.1.0", + "@stdlib/utils-property-descriptor": "^0.1.1", "@stdlib/utils-property-names": "^0.1.0", - "@stdlib/utils-regexp-from-string": "^0.1.0", - "@stdlib/utils-type-of": "^0.1.0" + "@stdlib/utils-regexp-from-string": "^0.1.1", + "@stdlib/utils-type-of": "^0.1.1" }, "devDependencies": { "@stdlib/assert-has-class-support": "^0.1.0", "@stdlib/assert-has-map-support": "^0.1.0", - "@stdlib/assert-has-set-support": "^0.1.0", - "@stdlib/assert-is-node": "^0.1.0", + "@stdlib/assert-has-set-support": "^0.1.1", + "@stdlib/assert-is-node": "^0.1.1", "@stdlib/bench": "^0.1.0", - "@stdlib/boolean-ctor": "^0.1.0", - "@stdlib/buffer-ctor": "^0.1.0", + "@stdlib/boolean-ctor": "^0.1.1", + "@stdlib/buffer-ctor": "^0.1.1", "@stdlib/buffer-from-array": "^0.1.0", - "@stdlib/constants-float64-pi": "^0.1.0", - "@stdlib/number-ctor": "^0.1.0", - "@stdlib/process-env": "^0.1.0", + "@stdlib/constants-float64-pi": "^0.1.1", + "@stdlib/number-ctor": "^0.1.1", + "@stdlib/process-env": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0", - "@stdlib/utils-noop": "^0.1.0", + "@stdlib/utils-noop": "^0.1.1", "chai": "^3.5.0", "semver": "^6.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", diff --git a/test/dist/test.js b/test/dist/test.js index ce54d65..3c33fca 100644 --- a/test/dist/test.js +++ b/test/dist/test.js @@ -24,7 +24,7 @@ var tape = require( 'tape' ); var assert = require( 'chai' ).assert; var PI = require( '@stdlib/constants-float64-pi' ); var copy = require( './../../dist' ); -var fixtures = require( './../..xtures' ); +var fixtures = require( './../fixtures' ); // TESTS //