File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var arraylike2object = require( '@stdlib/array-base-arraylike2object' );
26
26
var reinterpret = require ( '@stdlib/strided-base-reinterpret-complex' ) ;
27
27
var reinterpretBoolean = require ( '@stdlib/strided-base-reinterpret-boolean' ) ;
28
28
var normalizeIndex = require ( '@stdlib/ndarray-base-normalize-index' ) ;
29
- var format = require ( '@stdlib/string-format ' ) ;
29
+ var format = require ( '@stdlib/error-tools-fmtprodmsg ' ) ;
30
30
31
31
32
32
// FUNCTIONS //
Original file line number Diff line number Diff line change 23
23
var normalizeIndex = require ( '@stdlib/ndarray-base-normalize-index' ) ;
24
24
var zeros = require ( '@stdlib/array-zeros' ) ;
25
25
var dtype = require ( '@stdlib/array-dtype' ) ;
26
- var format = require ( '@stdlib/string-format ' ) ;
26
+ var format = require ( '@stdlib/error-tools-fmtprodmsg ' ) ;
27
27
var assign = require ( './assign.js' ) ;
28
28
29
29
Original file line number Diff line number Diff line change 45
45
"@stdlib/ndarray-base-normalize-index" : " ^0.2.2" ,
46
46
"@stdlib/strided-base-reinterpret-boolean" : " ^0.0.2" ,
47
47
"@stdlib/strided-base-reinterpret-complex" : " ^0.1.2" ,
48
- "@stdlib/string-format " : " ^0.2.2" ,
48
+ "@stdlib/error-tools-fmtprodmsg " : " ^0.2.2" ,
49
49
"@stdlib/types" : " ^0.4.3" ,
50
50
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.2.2" ,
51
51
"@stdlib/error-tools-fmtprodmsg" : " ^0.2.2"
You can’t perform that action at this time.
0 commit comments