Skip to content

Commit d08ce03

Browse files
committed
Auto-generated commit
1 parent 4e40292 commit d08ce03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Ognjen Jevremović <[email protected]>
2929
Philipp Burckhardt <[email protected]>
3030
Pranav Goswami <[email protected]>
3131
Ricky Reusser <[email protected]>
32+
Robert Gislason <[email protected]>
3233
Roman Stetsyk <[email protected]>
3334
Ryan Seal <[email protected]>
3435
Seyyed Parsa Neshaei <[email protected]>
@@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <[email protected]>
3738
Yernar Yergaziyev <[email protected]>
3839
orimiles5 <[email protected]>
3940
40-
Robert Gislason <[email protected]>

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function accessorArray(): AccessorArrayLike<number> {
3737
'3': 4,
3838
'length': 4,
3939
'get': ( idx: number ): number => {
40-
return arr[ idx ]; // tslint:disable-line:no-unsafe-any
40+
return arr[ idx ];
4141
},
4242
'set': ( value: number, idx: number ): void => {
4343
arr[ idx ] = value;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-accessors": "^0.1.0",
41-
"@stdlib/types": "^0.1.0"
41+
"@stdlib/types": "^0.2.0"
4242
},
4343
"devDependencies": {
4444
"@stdlib/array-base-zeros": "^0.1.1",
4545
"@stdlib/array-complex64": "^0.1.0",
4646
"@stdlib/array-float64": "^0.1.1",
4747
"@stdlib/assert-is-collection": "^0.1.0",
48-
"@stdlib/bench": "^0.1.0",
48+
"@stdlib/bench": "^0.2.0",
4949
"@stdlib/complex-float32": "^0.1.1",
5050
"@stdlib/complex-imagf": "^0.1.1",
5151
"@stdlib/complex-realf": "^0.1.1",

0 commit comments

Comments
 (0)