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:
404404
405405<details >
406406
407+ - [ ` a8d1b40 ` ] ( https://github.com/stdlib-js/stdlib/commit/a8d1b40510aee43e3ce0e6e663ee79f149429390 ) - ** test:** fix require path _ (by Athan Reines)_
407408- [ ` d002f3a ` ] ( https://github.com/stdlib-js/stdlib/commit/d002f3ae7d4f785a0d0d8c4c9f3b383776deea15 ) - ** bench:** fix condition _ (by Athan Reines)_
408409- [ ` 468d6f7 ` ] ( https://github.com/stdlib-js/stdlib/commit/468d6f7247367a32f73738a0cf7dfda28126eac2 ) - ** bench:** fix assertion _ (by Athan Reines)_
409410- [ ` 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
2727var isEqualBooleanArray = require ( '@stdlib/assert/is-equal-booleanarray' ) ;
2828var isReadOnly = require ( './../../../base/assert/is-read-only' ) ;
2929var ArrayBuffer = require ( '@stdlib/array/buffer' ) ;
30- var Uint8Array = require ( '@stdlib/array/float64 ' ) ;
30+ var Uint8Array = require ( '@stdlib/array/uint8 ' ) ;
3131var BooleanArray = require ( '@stdlib/array/bool' ) ;
3232var getData = require ( './../../../data-buffer' ) ;
3333var array2buffer = require ( '@stdlib/buffer/from-array' ) ;
You can’t perform that action at this time.
0 commit comments