File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,7 @@ A total of 15 issues were closed in this release:
404
404
405
405
<details >
406
406
407
+ - [ ` a8d1b40 ` ] ( https://github.com/stdlib-js/stdlib/commit/a8d1b40510aee43e3ce0e6e663ee79f149429390 ) - ** test:** fix require path _ (by Athan Reines)_
407
408
- [ ` d002f3a ` ] ( https://github.com/stdlib-js/stdlib/commit/d002f3ae7d4f785a0d0d8c4c9f3b383776deea15 ) - ** bench:** fix condition _ (by Athan Reines)_
408
409
- [ ` 468d6f7 ` ] ( https://github.com/stdlib-js/stdlib/commit/468d6f7247367a32f73738a0cf7dfda28126eac2 ) - ** bench:** fix assertion _ (by Athan Reines)_
409
410
- [ ` 54dc71e ` ] ( https://github.com/stdlib-js/stdlib/commit/54dc71e0ff4a2b5661d48a1bdee584507f66373f ) - ** feat:** add ` every ` and ` includes ` to namespace _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var isndarrayLikeWithDataType = require( '@stdlib/assert/is-ndarray-like-with-da
27
27
var isEqualBooleanArray = require ( '@stdlib/assert/is-equal-booleanarray' ) ;
28
28
var isReadOnly = require ( './../../../base/assert/is-read-only' ) ;
29
29
var ArrayBuffer = require ( '@stdlib/array/buffer' ) ;
30
- var Uint8Array = require ( '@stdlib/array/float64 ' ) ;
30
+ var Uint8Array = require ( '@stdlib/array/uint8 ' ) ;
31
31
var BooleanArray = require ( '@stdlib/array/bool' ) ;
32
32
var getData = require ( './../../../data-buffer' ) ;
33
33
var array2buffer = require ( '@stdlib/buffer/from-array' ) ;
You can’t perform that action at this time.
0 commit comments