Skip to content

Commit 468740d

Browse files
committed
Auto-generated commit
1 parent 5504a00 commit 468740d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ for ( i = 0; i < dt.length; i++ ) {
249249

250250
## See Also
251251

252+
- <span class="package-name">[`@stdlib/array-filled-by`][@stdlib/array/filled-by]</span><span class="delimiter">: </span><span class="description">create a filled array according to a provided callback function.</span>
252253
- <span class="package-name">[`@stdlib/array-typed`][@stdlib/array/typed]</span><span class="delimiter">: </span><span class="description">create a typed array.</span>
253254

254255
</section>
@@ -332,6 +333,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
332333

333334
<!-- <related-links> -->
334335

336+
[@stdlib/array/filled-by]: https://github.com/stdlib-js/array-filled-by
337+
335338
[@stdlib/array/typed]: https://github.com/stdlib-js/array-typed
336339

337340
<!-- </related-links> -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stdlib/iter-length": "^0.1.1",
5151
"@stdlib/string-format": "^0.1.1",
5252
"@stdlib/symbol-iterator": "^0.1.1",
53-
"@stdlib/types": "^0.1.0"
53+
"@stdlib/types": "^0.2.0"
5454
},
5555
"devDependencies": {
5656
"@stdlib/array-buffer": "^0.1.0",
@@ -70,7 +70,7 @@
7070
"@stdlib/assert-is-array": "^0.1.1",
7171
"@stdlib/assert-is-typed-array": "^0.1.0",
7272
"@stdlib/assert-is-typed-array-like": "^0.1.0",
73-
"@stdlib/bench": "^0.1.0",
73+
"@stdlib/bench": "^0.2.0",
7474
"@stdlib/complex-float32": "^0.1.1",
7575
"@stdlib/complex-float64": "^0.1.1",
7676
"@stdlib/iter-constant": "^0.1.0",

0 commit comments

Comments
 (0)