|
1 | 1 | { |
2 | 2 | "name": "@stdlib/iter-intersection-by-hash", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Create an iterator which returns the intersection of two or more iterators according to a hash function.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/assert-is-function": "^0.2.2", |
41 | | - "@stdlib/assert-is-iterator-like": "^0.2.2", |
42 | | - "@stdlib/dstructs-linked-list": "github:stdlib-js/dstructs-linked-list#main", |
43 | | - "@stdlib/string-format": "^0.2.2", |
| 40 | + "@stdlib/assert-is-function": "^0.2.3", |
| 41 | + "@stdlib/assert-is-iterator-like": "^0.2.3", |
| 42 | + "@stdlib/dstructs-linked-list": "^0.1.0", |
| 43 | + "@stdlib/string-format": "^0.2.3", |
44 | 44 | "@stdlib/symbol-iterator": "^0.2.2", |
45 | 45 | "@stdlib/types": "^0.4.3", |
46 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
47 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 46 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 47 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@stdlib/array-to-iterator": "^0.2.2", |
51 | 51 | "@stdlib/iter-empty": "^0.2.2", |
52 | 52 | "@stdlib/iter-map": "^0.2.2", |
53 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 53 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
54 | 54 | "@stdlib/random-iter-discrete-uniform": "^0.2.1", |
55 | 55 | "proxyquire": "^2.0.0", |
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
0 commit comments