diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 85249f4..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:56:59.243Z 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 a6e0c28..2dc180d 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -220,7 +220,7 @@ interface AnyByRightAsync { * * anyByRightAsync( files, predicate, done ); */ - ( collection: Collection, predicate: Predicate, done: Callback ): void; // tslint:disable-line:no-unnecessary-generics + ( collection: Collection, predicate: Predicate, done: Callback ): void; /** * Returns a function for testing whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left. @@ -336,7 +336,7 @@ interface AnyByRightAsync { * // Try to read each element in `files`: * anyByRightAsync( files, done ); */ - factory( predicate: Predicate ): FactoryFunction; // tslint:disable-line:no-unnecessary-generics + factory( predicate: Predicate ): FactoryFunction; } /** diff --git a/package.json b/package.json index 75c1e98..e50941f 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",