Skip to content

Commit 0894e6b

Browse files
committed
Auto-generated commit
1 parent f6b7ea3 commit 0894e6b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ console.log( view );
222222

223223
<section class="related">
224224

225+
* * *
226+
227+
## See Also
228+
229+
- <span class="package-name">[`@stdlib/array-typed`][@stdlib/array/typed]</span><span class="delimiter">: </span><span class="description">create a typed array.</span>
230+
- <span class="package-name">[`@stdlib/array-typed-real`][@stdlib/array/typed-real]</span><span class="delimiter">: </span><span class="description">create a typed array.</span>
231+
225232
</section>
226233

227234
<!-- /.related -->
@@ -297,6 +304,14 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
297304

298305
[mdn-arraybuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
299306

307+
<!-- <related-links> -->
308+
309+
[@stdlib/array/typed]: https://github.com/stdlib-js/array-typed
310+
311+
[@stdlib/array/typed-real]: https://github.com/stdlib-js/array-typed-real
312+
313+
<!-- </related-links> -->
314+
300315
</section>
301316

302317
<!-- /.links -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@stdlib/array-typed-complex-ctors": "^0.1.0",
4141
"@stdlib/assert-is-string": "^0.1.1",
4242
"@stdlib/string-format": "^0.1.1",
43-
"@stdlib/types": "^0.1.0"
43+
"@stdlib/types": "^0.2.0"
4444
},
4545
"devDependencies": {
4646
"@stdlib/array-buffer": "^0.1.0",
@@ -49,7 +49,7 @@
4949
"@stdlib/array-float64": "^0.1.1",
5050
"@stdlib/assert-instance-of": "^0.1.1",
5151
"@stdlib/assert-is-complex-typed-array": "^0.1.0",
52-
"@stdlib/bench": "^0.1.0",
52+
"@stdlib/bench": "^0.2.0",
5353
"@stdlib/blas-ext-base-gfill-by": "^0.1.0",
5454
"@stdlib/complex-float64": "^0.1.1",
5555
"@stdlib/math-base-special-pow": "^0.1.0",

0 commit comments

Comments
 (0)