|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/utils-native-class",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Determine the specification defined classification of an object.",
|
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.1.0", |
41 |
| - "@stdlib/assert-has-tostringtag-support": "^0.1.0", |
42 |
| - "@stdlib/symbol-ctor": "^0.1.0" |
| 40 | + "@stdlib/assert-has-own-property": "^0.1.1", |
| 41 | + "@stdlib/assert-has-tostringtag-support": "^0.1.1", |
| 42 | + "@stdlib/symbol-ctor": "^0.1.1" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@stdlib/array-buffer": "^0.1.0",
|
|
53 | 53 | "@stdlib/array-uint8": "^0.1.0",
|
54 | 54 | "@stdlib/array-uint8c": "^0.1.0",
|
55 | 55 | "@stdlib/assert-has-map-support": "^0.1.0",
|
56 |
| - "@stdlib/assert-has-set-support": "^0.1.0", |
| 56 | + "@stdlib/assert-has-set-support": "^0.1.1", |
57 | 57 | "@stdlib/assert-has-symbol-support": "^0.1.0",
|
58 |
| - "@stdlib/assert-has-weakmap-support": "^0.1.0", |
59 |
| - "@stdlib/assert-has-weakset-support": "^0.1.0", |
| 58 | + "@stdlib/assert-has-weakmap-support": "^0.1.1", |
| 59 | + "@stdlib/assert-has-weakset-support": "^0.1.1", |
60 | 60 | "@stdlib/assert-is-string": "^0.1.0",
|
61 | 61 | "@stdlib/bench": "^0.1.0",
|
62 | 62 | "@stdlib/boolean-ctor": "^0.1.0",
|
63 | 63 | "@stdlib/number-ctor": "^0.1.0",
|
64 |
| - "@stdlib/utils-define-read-only-property": "^0.1.0", |
| 64 | + "@stdlib/utils-define-read-only-property": "^0.1.1", |
65 | 65 | "proxyquire": "^2.0.0",
|
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
67 | 67 | "istanbul": "^0.4.1",
|
|
0 commit comments