From daf8f8f0696dddda85d871dfd2095344ce7599e8 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 1 Mar 2024 01:13:35 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .npmignore | 3 ++- CONTRIBUTORS | 15 +++++++++++++++ package.json | 13 +++++++------ 4 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 00000000..d58d4683 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-03-01T01:13:28.596Z diff --git a/.npmignore b/.npmignore index 5c7f09d7..8eea7dc2 100644 --- a/.npmignore +++ b/.npmignore @@ -29,8 +29,9 @@ branches.md .postinstall.json Makefile -# Ignore `binding.gyp` file to avoid compilation of native addon when installing package: +# Ignore files to avoid compilation of native addon when installing package: binding.gyp +include.gypi # Directories # ############### diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 726c1ec4..6a1c0807 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,17 +2,22 @@ # # Contributors listed in alphabetical order. +Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> +AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines Brendan Graetz Bruno Fenzl +Chinmay J <86140365+JawHawk@users.noreply.github.com> Christopher Dambamuromo Dan Rose Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs +GUNJ JOSHI +Golden <103646877+AuenKr@users.noreply.github.com> Harshita Kalani James Gelok Jaysukh Makvana @@ -21,21 +26,31 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karthik Prakash <116057817+skoriop@users.noreply.github.com> +Khaldon Marcus Fantham Matt Cochrane +Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj Momtchil Momtchev Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami +Praneki <97080887+PraneGIT@users.noreply.github.com> +Pratik <97464067+Pratik772846@users.noreply.github.com> Ricky Reusser Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> +Rutam <138517416+performant23@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Shubham +Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com> +Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> diff --git a/package.json b/package.json index 80680e12..d358e296 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "@stdlib/assert-is-string": "^0.2.1", "@stdlib/cli-ctor": "^0.2.1", "@stdlib/fs-read-file": "^0.2.1", - "@stdlib/string-format": "^0.2.1" + "@stdlib/string-format": "^0.2.1", + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" }, "devDependencies": { "@stdlib/assert-is-browser": "^0.2.1", @@ -55,17 +56,17 @@ "@stdlib/fs-resolve-parent-path": "^0.2.1", "@stdlib/fs-write-file": "^0.2.1", "@stdlib/namespace": "^0.2.1", - "@stdlib/namespace-aliases": "^0.2.0", + "@stdlib/namespace-aliases": "^0.2.1", "@stdlib/namespace-pkg2alias": "^0.2.1", "@stdlib/process-exec-path": "^0.2.1", - "@stdlib/random-base-discrete-uniform": "^0.2.0", + "@stdlib/random-base-discrete-uniform": "^0.2.1", "@stdlib/string-replace": "^0.2.1", - "@stdlib/utils-dirname": "^0.2.0", - "@stdlib/utils-keys": "^0.2.0", + "@stdlib/utils-dirname": "^0.2.1", + "@stdlib/utils-keys": "^0.2.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", - "@stdlib/bench-harness": "^0.2.0" + "@stdlib/bench-harness": "^0.2.1" }, "engines": { "node": ">=0.10.0",