|
1 | 1 | { |
2 | 2 | "name": "@stdlib/assert-is-object-like", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Test if a value is object-like.", |
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-tools-array-function": "^0.1.0", |
41 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" |
| 40 | + "@stdlib/assert-tools-array-function": "^0.1.1", |
| 41 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@stdlib/array-buffer": "^0.1.0", |
|
52 | 52 | "@stdlib/array-uint8": "^0.1.0", |
53 | 53 | "@stdlib/array-uint8c": "^0.1.0", |
54 | 54 | "@stdlib/assert-has-map-support": "^0.1.0", |
55 | | - "@stdlib/assert-has-set-support": "^0.1.0", |
| 55 | + "@stdlib/assert-has-set-support": "^0.1.1", |
56 | 56 | "@stdlib/assert-has-symbol-support": "^0.1.0", |
57 | | - "@stdlib/assert-has-weakmap-support": "^0.1.0", |
58 | | - "@stdlib/assert-has-weakset-support": "^0.1.0", |
| 57 | + "@stdlib/assert-has-weakmap-support": "^0.1.1", |
| 58 | + "@stdlib/assert-has-weakset-support": "^0.1.1", |
59 | 59 | "@stdlib/assert-is-boolean": "^0.1.0", |
60 | 60 | "@stdlib/bench": "^0.1.0", |
61 | 61 | "@stdlib/boolean-ctor": "^0.1.0", |
62 | 62 | "@stdlib/number-ctor": "^0.1.0", |
63 | | - "@stdlib/symbol-ctor": "^0.1.0", |
| 63 | + "@stdlib/symbol-ctor": "^0.1.1", |
64 | 64 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
65 | 65 | "istanbul": "^0.4.1", |
66 | 66 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments