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 Feb 22, 2024
1 parent 3066370 commit 102cf15
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 @@ -262,8 +262,8 @@ Copyright © 2016-2024. 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.2.1
[test-url]: https://github.com/stdlib-js/repl-signature/actions/workflows/test.yml?query=branch:v0.2.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 @@ -16,6 +16,7 @@ alias2standalone,"alias2standalone( alias )"
aliases,"aliases( [namespace] )"
allocUnsafe,"allocUnsafe( size )"
amskfilter,"amskfilter( x, mask )"
amskreject,"amskreject( x, mask )"
anans,"anans( length[, dtype] )"
anansLike,"anansLike( x[, dtype] )"
anova1,"anova1( x, factor[, options] )"
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,15 +48,15 @@
"@stdlib/string-format": "^0.2.1"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.2.0",
"@stdlib/assert-is-string-array": "^0.2.0",
"@stdlib/assert-is-windows": "^0.2.0",
"@stdlib/fs-write-file": "^0.2.0",
"@stdlib/assert-is-browser": "^0.2.1",
"@stdlib/assert-is-string-array": "^0.2.1",
"@stdlib/assert-is-windows": "^0.2.1",
"@stdlib/fs-write-file": "^0.2.1",
"@stdlib/namespace-aliases": "^0.2.0",
"@stdlib/process-exec-path": "^0.2.0",
"@stdlib/process-exec-path": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.0",
"@stdlib/repl-help": "^0.2.0",
"@stdlib/string-replace": "^0.2.0",
"@stdlib/repl-help": "^0.2.1",
"@stdlib/string-replace": "^0.2.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 102cf15

Please sign in to comment.