|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-iter-sequences-nonpositive-integers", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Create an iterator which generates a nonpositive integer sequence.", |
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-has-own-property": "^0.2.2", |
41 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
42 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
43 | | - "@stdlib/constants-float64-max-safe-integer": "^0.2.2", |
44 | | - "@stdlib/string-format": "^0.2.2", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 41 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.3", |
| 42 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 43 | + "@stdlib/constants-float64-max-safe-integer": "^0.2.3", |
| 44 | + "@stdlib/string-format": "^0.2.3", |
45 | 45 | "@stdlib/symbol-iterator": "^0.2.2", |
46 | 46 | "@stdlib/types": "^0.4.3", |
47 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
48 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 47 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 48 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@stdlib/assert-is-iterator-like": "^0.2.2", |
52 | | - "@stdlib/assert-is-nonpositive-integer": "^0.2.2", |
53 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 51 | + "@stdlib/assert-is-iterator-like": "^0.2.3", |
| 52 | + "@stdlib/assert-is-nonpositive-integer": "^0.2.3", |
| 53 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
54 | 54 | "proxyquire": "^2.0.0", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
|
0 commit comments