Skip to content

Commit 8eee9c7

Browse files
committed
Auto-generated commit
1 parent 453e6a5 commit 8eee9c7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

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

149149
- <span class="package-name">[`@stdlib/array-ctors`][@stdlib/array/ctors]</span><span class="delimiter">: </span><span class="description">array constructors.</span>
150150
- <span class="package-name">[`@stdlib/array-typed-ctors`][@stdlib/array/typed-ctors]</span><span class="delimiter">: </span><span class="description">typed array constructors.</span>
151+
- <span class="package-name">[`@stdlib/array-typed-real-ctors`][@stdlib/array/typed-real-ctors]</span><span class="delimiter">: </span><span class="description">typed array constructors.</span>
151152

152153
</section>
153154

@@ -228,6 +229,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
228229

229230
[@stdlib/array/typed-ctors]: https://github.com/stdlib-js/array-typed-ctors
230231

232+
[@stdlib/array/typed-real-ctors]: https://github.com/stdlib-js/array-typed-real-ctors
233+
231234
<!-- </related-links> -->
232235

233236
</section>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@stdlib/array-typed-complex-dtypes": "^0.1.1",
4545
"@stdlib/assert-is-function": "^0.1.1",
46-
"@stdlib/bench": "^0.1.0",
46+
"@stdlib/bench": "^0.2.0",
4747
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4848
"istanbul": "^0.4.1",
4949
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)