From 30848460b23dd369e835993ac263cc6a145a4cec Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 12 Nov 2023 15:36:21 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CONTRIBUTORS | 2 +- docs/types/index.d.ts | 4 ++-- package.json | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index dd9f7af..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:55:40.059Z diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dae4fe..3bc3576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ Ognjen Jevremović Philipp Burckhardt Pranav Goswami Ricky Reusser +Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu -Robert Gislason diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 2653fcd..aca0fe2 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -226,7 +226,7 @@ interface SomeByRightAsync { * * someByRightAsync( files, 2, predicate, done ); */ - ( collection: Collection, n: number, predicate: Predicate, done: Callback ): void; // tslint:disable-line:no-unnecessary-generics + ( collection: Collection, n: number, predicate: Predicate, done: Callback ): void; /** * Returns a function for testing whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left. @@ -348,7 +348,7 @@ interface SomeByRightAsync { * // Try to read each element in `files`: * someByRightAsync( files, 2, done ); */ - factory( predicate: Predicate ): FactoryFunction; // tslint:disable-line:no-unnecessary-generics + factory( predicate: Predicate ): FactoryFunction; } /** diff --git a/package.json b/package.json index 3274a6b..a253738 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "@stdlib/assert-is-positive-integer": "^0.1.0", "@stdlib/constants-float64-pinf": "^0.1.1", "@stdlib/string-format": "^0.1.1", - "@stdlib/types": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", "debug": "^2.6.9" }, "devDependencies": { - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/fs-read-file": "^0.1.1", "@stdlib/utils-noop": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",