Skip to content

Commit 09aa138

Browse files
committed
Auto-generated commit
1 parent 9c815ab commit 09aa138

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
357357

358358
<details>
359359

360+
- [`c1d3885`](https://github.com/stdlib-js/stdlib/commit/c1d3885204c3351bc3298b2f7c18b4003ae060df) - **refactor:** update paths _(by Aayush Khanna)_
360361
- [`ac97159`](https://github.com/stdlib-js/stdlib/commit/ac97159d577a2aa1550daf19dfb7c146dfd7bcef) - **refactor:** update paths _(by Aayush Khanna)_
361362
- [`3c365a3`](https://github.com/stdlib-js/stdlib/commit/3c365a32a445435156730a7c7dd0c1d3b879f810) - **refactor:** update paths _(by Aayush Khanna)_
362363
- [`7018b9f`](https://github.com/stdlib-js/stdlib/commit/7018b9f18a5bd95edf2deb1db33ca68c9075d421) - **refactor:** update paths _(by Aayush Khanna)_

lib/namespace/base/strided/d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ ns.push({
686686
'@stdlib/stats/base/dnanmidrange',
687687
'@stdlib/stats/strided/drange',
688688
'@stdlib/stats/base/midrange',
689-
'@stdlib/stats/base/smidrange'
689+
'@stdlib/stats/strided/smidrange'
690690
]
691691
});
692692

lib/namespace/base/strided/s.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ ns.push({
760760

761761
ns.push({
762762
'alias': 'base.strided.smidrange',
763-
'path': '@stdlib/stats/base/smidrange',
764-
'value': require( '@stdlib/stats/base/smidrange' ),
763+
'path': '@stdlib/stats/strided/smidrange',
764+
'value': require( '@stdlib/stats/strided/smidrange' ),
765765
'type': 'Function',
766766
'related': [
767767
'@stdlib/stats/strided/dmidrange',

0 commit comments

Comments
 (0)