|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/slice-base-shape",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version":
8000
"0.1.0", |
4 | 4 | "description": "Compute the shape of a normalized multi-slice.",
|
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/slice-base-length": "github:stdlib-js/slice-base-length#main", |
41 |
| - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/slice-base-length": "^0.1.0", |
| 41 | + "@stdlib/types": "^0.1.0" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@stdlib/assert-is-nonnegative-integer-array": "^0.0.8", |
45 |
| - "@stdlib/bench": "^0.0.12", |
46 |
| - "@stdlib/slice-base-normalize-multi-slice": "^0.0.1", |
47 |
| - "@stdlib/slice-ctor": "github:stdlib-js/slice-ctor#main", |
48 |
| - "@stdlib/slice-multi": "github:stdlib-js/slice-multi#main", |
| 44 | + "@stdlib/assert-is-nonnegative-integer-array": "^0.1.0", |
| 45 | + "@stdlib/bench": "^0.1.0", |
| 46 | + "@stdlib/slice-base-normalize-multi-slice": "^0.1.0", |
| 47 | + "@stdlib/slice-ctor": "^0.1.0", |
| 48 | + "@stdlib/slice-multi": "^0.1.0", |
49 | 49 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
50 | 50 | "istanbul": "^0.4.1",
|
51 | 51 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments