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 Jul 27, 2024
1 parent d968b87 commit e4ef28f
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 19 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

> Package changelog.
<section class="release" id="unreleased">

## Unreleased (2024-07-27)

<section class="commits">

### Commits

<details>

- [`70eb789`](https://github.com/stdlib-js/stdlib/commit/70eb789d85da0d8470a61b28ed0a80ee1009d179) - **docs:** update REPL namespace documentation [(#2682)](https://github.com/stdlib-js/stdlib/pull/2682) _(by stdlib-bot, Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

<section class="release" id="v0.3.0">

## 0.3.0 (2024-07-27)
Expand Down
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 &copy; 2016-2024. 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.3.0
[test-url]: https://github.com/stdlib-js/repl-typed-signature/actions/workflows/test.yml?query=branch:v0.3.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
2 changes: 1 addition & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ base.truncateMiddle,"base.truncateMiddle( str:string, len:integer, seq:string )"
base.truncb,"base.truncb( x:number, n:integer, b:integer )"
base.truncf,"base.truncf( x:number )"
base.truncn,"base.truncn( x:number, n:integer )"
base.truncsd,"base.truncsd( x:number, n:integer[, b:integer] )"
base.truncsd,"base.truncsd( x:number, n:integer, b:integer )"
base.uint32ToInt32,"base.uint32ToInt32( x:integer )"
base.umul,"base.umul( a:integer, b:integer )"
base.umuldw,"base.umuldw( a:integer, b:integer )"
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.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-string": "^0.2.1",
"@stdlib/cli-ctor": "^0.2.1",
"@stdlib/fs-read-file": "^0.2.1",
"@stdlib/assert-is-string": "^0.2.2",
"@stdlib/cli-ctor": "^0.2.2",
"@stdlib/fs-read-file": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {
"@stdlib/assert-contains": "^0.2.1",
"@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.1",
"@stdlib/process-exec-path": "^0.2.1",
"@stdlib/assert-is-browser": "^0.2.2",
"@stdlib/assert-is-string-array": "^0.2.2",
"@stdlib/assert-is-windows": "^0.2.2",
"@stdlib/fs-write-file": "^0.2.2",
"@stdlib/namespace-aliases": "^0.3.0",
"@stdlib/process-exec-path": "^0.2.2",
"@stdlib/random-base-discrete-uniform": "^0.2.1",
"@stdlib/repl-help": "^0.2.1",
"@stdlib/string-replace": "^0.2.1",
"@stdlib/utils-pluck": "^0.2.1",
"@stdlib/repl-help": "^0.3.0",
"@stdlib/string-replace": "^0.2.2",
"@stdlib/utils-pluck": "^0.2.2",
"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 e4ef28f

Please sign in to comment.