From fd2f0385f78c775a637d023633fc7e09a79c77f4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 18 Aug 2024 18:07:40 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 2 ++ base/special/binomcoef/manifest.json | 6 +++--- package.json | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2c87638..d10ace2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -909,6 +909,7 @@ This release closes the following issue: ##### Bug Fixes +- [`abcf36e`](https://github.com/stdlib-js/stdlib/commit/abcf36e4c2ff11c808a22217d4d6ebb506f0df1d) - remove extra slash from dependency in `manifest.json` - [`6125c3c`](https://github.com/stdlib-js/stdlib/commit/6125c3c1f8b8e2902f505844ce5e83ba7c745f9c) - leverage symmetry to avoid infinite recursion @@ -5973,6 +5974,7 @@ A total of 24 people contributed to this release. Thank you to the following con
+- [`abcf36e`](https://github.com/stdlib-js/stdlib/commit/abcf36e4c2ff11c808a22217d4d6ebb506f0df1d) - **fix:** remove extra slash from dependency in `manifest.json` _(by Philipp Burckhardt)_ - [`588c4b4`](https://github.com/stdlib-js/stdlib/commit/588c4b4156c4efee6a90b34b329c39f3c8f4a9d6) - **docs:** update function description in `math/base/special/log` _(by Gunj Joshi, Philipp Burckhardt)_ - [`09853ce`](https://github.com/stdlib-js/stdlib/commit/09853ce60a535feb4a8f45620dc557cddda38fba) - **chore:** update package meta data [(#2807)](https://github.com/stdlib-js/stdlib/pull/2807) _(by stdlib-bot, Athan Reines)_ - [`6a3b3d7`](https://github.com/stdlib-js/stdlib/commit/6a3b3d731ca697a62e3d58900e1b6cb06e7667dd) - **chore:** update directories meta data _(by Athan Reines)_ diff --git a/base/special/binomcoef/manifest.json b/base/special/binomcoef/manifest.json index 35256c729..cb16c422f 100644 --- a/base/special/binomcoef/manifest.json +++ b/base/special/binomcoef/manifest.json @@ -42,7 +42,7 @@ "@stdlib/math/base/special/floor", "@stdlib/math/base/special/gcd", "@stdlib/constants/float64/pinf", - "@stdlib//constants/float64/max-safe-integer" + "@stdlib/constants/float64/max-safe-integer" ] }, { @@ -61,7 +61,7 @@ "@stdlib/math/base/special/floor", "@stdlib/math/base/special/gcd", "@stdlib/constants/float64/pinf", - "@stdlib//constants/float64/max-safe-integer" + "@stdlib/constants/float64/max-safe-integer" ] }, { @@ -80,7 +80,7 @@ "@stdlib/math/base/special/floor", "@stdlib/math/base/special/gcd", "@stdlib/constants/float64/pinf", - "@stdlib//constants/float64/max-safe-integer" + "@stdlib/constants/float64/max-safe-integer" ] } ] diff --git a/package.json b/package.json index 0f108454c..7a870fbd4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/": "github:stdlib-js/#main", "@stdlib/array": "github:stdlib-js/array#main", "@stdlib/assert": "github:stdlib-js/assert#main", "@stdlib/complex": "github:stdlib-js/complex#main",