Comparing version 0.0.26 to 1.0.0
@@ -7,3 +7,3 @@ export declare type SequenceFnType<T> = () => IterableIterator<T>; | ||
constructor(seq: SequenceFnType<T>); | ||
[Symbol.iterator](): IterableIterator<T>; | ||
[Symbol.iterator](): Generator<T, void, unknown>; | ||
concat(seq: Iterable<T>): Seq<T>; | ||
@@ -10,0 +10,0 @@ every(fn: PredicateType<T>): boolean; |
{ | ||
"name": "lazily", | ||
"version": "0.0.26", | ||
"version": "1.0.0", | ||
"author": "Jeswin<jeswinpk@agilehead.com>", | ||
@@ -11,11 +11,11 @@ "scripts": { | ||
"dependencies": { | ||
"@types/node": "^10.5.2" | ||
"@types/node": "^13.13.4" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^7.0.2", | ||
"@types/should": "^13.0.0", | ||
"mocha": "5.2.0", | ||
"should": "13.2.1" | ||
"mocha": "^7.1.2", | ||
"should": "^13.2.3" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
20990
9
+ Added@types/node@13.13.52(transitive)
- Removed@types/node@10.17.60(transitive)
Updated@types/node@^13.13.4