From 6bb1d1324f7b32b990f77dc203f62b3254a2a0b0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 28 Nov 2024 03:53:26 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 16 ++++++++++++++-- CONTRIBUTORS | 8 +++++--- docs/types/index.d.ts | 6 ++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4470f88..3bb03bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-11-21) +## Unreleased (2024-11-28)
@@ -16,6 +16,16 @@
+
+ +##### Features + +- [`9818fa6`](https://github.com/stdlib-js/stdlib/commit/9818fa6dd8c90e045a147bfd1ba83cb1f693d17b) - update namespace TypeScript declarations [(#3259)](https://github.com/stdlib-js/stdlib/pull/3259) + +
+ + +
##### Bug Fixes @@ -40,9 +50,10 @@ ### Contributors -A total of 1 person contributed to this release. Thank you to this contributor: +A total of 2 people contributed to this release. Thank you to the following contributors: - Athan Reines +- Philipp Burckhardt
@@ -54,6 +65,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
+- [`9818fa6`](https://github.com/stdlib-js/stdlib/commit/9818fa6dd8c90e045a147bfd1ba83cb1f693d17b) - **feat:** update namespace TypeScript declarations [(#3259)](https://github.com/stdlib-js/stdlib/pull/3259) _(by stdlib-bot, Philipp Burckhardt)_ - [`eeb9d6f`](https://github.com/stdlib-js/stdlib/commit/eeb9d6fdc2e3faa3116c84f276e88737ba11196f) - **fix:** remove unused imports _(by Athan Reines)_
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f09b30e..a8d0bb6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ # Contributors listed in alphabetical order. Aayush Khanna -AbhijitRaut04 <121740684+AbhijitRaut04@users.noreply.github.com> +Abhijit Raut Adarsh Palaskar Aditya Sapra AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> @@ -44,18 +44,18 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison -Kaif Mohd Karthik Prakash <116057817+skoriop@users.noreply.github.com> Khaldon Kohantika Nath <145763549+kohantikanath@users.noreply.github.com> Krishnendu Das <86651039+itskdhere@users.noreply.github.com> +Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com> Lovelin <100030865+lovelindhoni@users.noreply.github.com> Manik Sharma Marcus Fantham Matt Cochrane Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj -Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> +Mohammad Kaif Momtchil Momtchev Muhammad Haris Naresh Jagadeesan @@ -83,6 +83,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Rutam <138517416+performant23@users.noreply.github.com> Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com> Ryan Seal +Rylan Yang <137365285+rylany27@users.noreply.github.com> Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com> SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com> Saurabh Singh @@ -106,6 +107,7 @@ Utkarsh Raj UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com> Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta +Vinit Pandit <106718914+MeastroZI@users.noreply.github.com> Xiaochuan Ye Yernar Yergaziyev naveen diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index bb59948..1a54b6b 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -18,14 +18,12 @@ // TypeScript Version: 4.1 -/* eslint-disable max-lines */ +/* eslint-disable max-lines, @typescript-eslint/no-empty-interface */ /** * Interface describing the `base` namespace. */ -interface Namespace { - -} +interface Namespace {} /** * Standard base utilities for working with data formatted as delimiter-separated values (DSV).