diff --git a/CHANGELOG.md b/CHANGELOG.md index 869b5cd1..ccd2f05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ <section class="release" id="unreleased"> -## Unreleased (2024-11-21) +## Unreleased (2024-11-28) <section class="packages"> @@ -50,6 +50,16 @@ <details> +<section class="features"> + +##### Features + +- [`9818fa6`](https://github.com/stdlib-js/stdlib/commit/9818fa6dd8c90e045a147bfd1ba83cb1f693d17b) - update namespace TypeScript declarations [(#3259)](https://github.com/stdlib-js/stdlib/pull/3259) + +</section> + +<!-- /.features --> + <section class="bug-fixes"> ##### Bug Fixes @@ -101,6 +111,7 @@ A total of 2 people contributed to this release. Thank you to the following cont <details> +- [`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)_ - [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - **feat:** update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190) _(by stdlib-bot, Philipp Burckhardt)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f09b30e6..a8d0bb6e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ # Contributors listed in alphabetical order. Aayush Khanna <aayushiitbhu23@gmail.com> -AbhijitRaut04 <121740684+AbhijitRaut04@users.noreply.github.com> +Abhijit Raut <abhijitmraut8010@gmail.com> Adarsh Palaskar <adarshpalaskar99@gmail.com> Aditya Sapra <adityaework@gmail.com> AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> @@ -44,18 +44,18 @@ Joey Reed <joeyrreed@gmail.com> Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie <joris.labie1@gmail.com> Justin Dennison <justin1dennison@gmail.com> -Kaif Mohd <mdkaifprofession@gmail.com> Karthik Prakash <116057817+skoriop@users.noreply.github.com> Khaldon <kahmd1444@gmail.com> 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 <maniksharma.rke@gmail.com> Marcus Fantham <mfantham@users.noreply.github.com> Matt Cochrane <matthew.cochrane.eng@gmail.com> Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj <rajsite@users.noreply.github.com> -Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> +Mohammad Kaif <mdkaifprofession@gmail.com> Momtchil Momtchev <momtchil@momtchev.com> Muhammad Haris <harriskhan047@outlook.com> Naresh Jagadeesan <naresh.naresh000@gmail.com> @@ -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 <splrk@users.noreply.github.com> +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 <saurabhsraghuvanshi@gmail.com> @@ -106,6 +107,7 @@ Utkarsh Raj <rajutkarsh2505@gmail.com> UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com> Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta <varadgupta21@gmail.com> +Vinit Pandit <106718914+MeastroZI@users.noreply.github.com> Xiaochuan Ye <tap91624@gmail.com> Yernar Yergaziyev <yernar.yergaziyev@erg.kz> naveen <stupiddint@gmail.com> diff --git a/dsv/base/docs/types/index.d.ts b/dsv/base/docs/types/index.d.ts index bb59948c..1a54b6bf 100644 --- a/dsv/base/docs/types/index.d.ts +++ b/dsv/base/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).