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 27, 2023
1 parent fd540a5 commit 7ee239c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-log1pmx.svg
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-log1pmx

[test-image]: https://github.com/stdlib-js/math-base-special-log1pmx/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/math-base-special-log1pmx/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/math-base-special-log1pmx/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/math-base-special-log1pmx/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-log1pmx/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-log1pmx?branch=main
Expand Down
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/math-base-napi-unary",
"@stdlib/math-base-special-log1p",
"@stdlib/math-base-special-ln",
"@stdlib/math-base-special-abs",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,20 @@
},
"dependencies": {
"@stdlib/constants-float64-eps": "^0.1.0",
"@stdlib/math-base-napi-unary": "^0.1.0",
"@stdlib/math-base-special-abs": "^0.1.0",
"@stdlib/math-base-special-ln": "^0.1.0",
"@stdlib/math-base-special-log1p": "^0.1.0",
"@stdlib/math-base-tools-sum-series": "^0.1.0",
"@stdlib/utils-library-manifest": "^0.1.0"
},
"devDependencies": {
"@stdlib/array-base-incrspace": "^0.0.2",
"@stdlib/array-linspace": "^0.0.7",
"@stdlib/array-base-incrspace": "^0.1.0",
"@stdlib/array-linspace": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-special-pow": "^0.0.7",
"@stdlib/random-base-randu": "^0.0.8",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/random-base-randu": "^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 7ee239c

Please sign in to comment.