Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 4, 2023
1 parent b889a0b commit 95b199b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/repl-signature.svg
[npm-url]: https://npmjs.org/package/@stdlib/repl-signature

[test-image]: https://github.com/stdlib-js/repl-signature/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/repl-signature/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/repl-signature/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/repl-signature/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/repl-signature/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/repl-signature?branch=main
Expand Down
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,7 @@ binomialTest,"binomialTest( x[, n][, options] )"
Boolean,"Boolean( value )"
Boolean.prototype.toString,"Boolean.prototype.toString()"
Boolean.prototype.valueOf,"Boolean.prototype.valueOf()"
broadcastArray,"broadcastArray( x, shape )"
Buffer,"Buffer"
Buffer,"Buffer( size )"
Buffer,"Buffer( buffer )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@stdlib/string-format": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-string-array": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/assert-is-string-array": "^0.1.1",
"@stdlib/assert-is-windows": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/fs-write-file": "^0.1.0",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/namespace-aliases": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.1",
"@stdlib/random-base-discrete-uniform": "^0.1.0",
"@stdlib/repl-help": "^0.1.0",
"@stdlib/string-replace": "^0.1.0",
"@stdlib/repl-help": "^0.1.1",
"@stdlib/string-replace": "^0.1.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down

0 comments on commit 95b199b

Please sign in to comment.