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 Sep 23, 2023
1 parent 93f0d4b commit 40cdfdb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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-typed-signature.svg
[npm-url]: https://npmjs.org/package/@stdlib/repl-typed-signature

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/repl-typed-signature/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/repl-typed-signature?branch=main
Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ base.cbrt,"base.cbrt( x:number )"
base.cbrtf,"base.cbrtf( x:number )"
base.cceil,"base.cceil( z:Complex128 )"
base.cceilf,"base.cceilf( z:Complex64 )"
base.cceiln,"base.cceiln( [out:Array|TypedArray|Object,] re:number, im:number, n:integer )"
base.cceiln,"base.cceiln( z:Complex128, n:integer )"
base.ccis,"base.ccis( z:Complex128 )"
base.cdiv,"base.cdiv( z1:Complex128, z2:Complex128 )"
base.ceil,"base.ceil( x:number )"
Expand All @@ -124,7 +124,7 @@ base.cexp,"base.cexp( z:Complex128 )"
base.cflipsign,"base.cflipsign( z:Complex128, y:number )"
base.cflipsignf,"base.cflipsignf( z:Complex64, y:number )"
base.cfloor,"base.cfloor( z:Complex128 )"
base.cfloorn,"base.cfloorn( [out:Array|TypedArray|Object,] re:number, im:number, n:integer )"
base.cfloorn,"base.cfloorn( z:Complex128, n:integer )"
base.cidentity,"base.cidentity( z:Complex128 )"
base.cidentityf,"base.cidentityf( z:Complex64 )"
base.cinv,"base.cinv( z:Complex128 )"
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.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@stdlib/string-format": "^0.1.0"
},
"devDependencies": {
"@stdlib/assert-contains": "^0.0.7",
"@stdlib/assert-is-browser": "^0.0.8",
"@stdlib/assert-is-string-array": "^0.0.9",
"@stdlib/assert-contains": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-string-array": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/fs-write-file": "^0.0.8",
"@stdlib/namespace-aliases": "^0.0.8",
"@stdlib/process-exec-path": "^0.0.7",
"@stdlib/fs-write-file": "^0.1.0",
"@stdlib/namespace-aliases": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/random-base-discrete-uniform": "^0.0.6",
"@stdlib/repl-help": "^0.0.8",
"@stdlib/string-replace": "^0.0.11",
"@stdlib/utils-pluck": "^0.0.14",
"@stdlib/repl-help": "^0.1.0",
"@stdlib/string-replace": "^0.1.0",
"@stdlib/utils-pluck": "^0.1.0",
"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 40cdfdb

Please sign in to comment.