Skip to content

Commit 862cdf3

Browse files
committed
Auto-generated commit
1 parent c73aba3 commit 862cdf3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ A total of 32 issues were closed in this release:
156156

157157
<details>
158158

159+
- [`dfee33b`](https://github.com/stdlib-js/stdlib/commit/dfee33b1f8c6ae3b28465f81a0dafbd50366f9f0) - **refactor:** update paths _(by Neeraj Pathak)_
159160
- [`bfc8c3a`](https://github.com/stdlib-js/stdlib/commit/bfc8c3a7bcebf1a049c9e457ab440f540fd5c7a9) - **chore:** use one asterisk for license comment in TS files _(by Philipp Burckhardt)_
160161
- [`ee1b451`](https://github.com/stdlib-js/stdlib/commit/ee1b4510c3da0bcfa8225cba9c003a128ae4672b) - **bench:** refactor to use string interpolation in `assert/deep-has-property` [(#9532)](https://github.com/stdlib-js/stdlib/pull/9532) _(by Shubham)_
161162
- [`8c61391`](https://github.com/stdlib-js/stdlib/commit/8c613911043f76c6b41f0d3943163cd0237578f3) - **chore:** fix JavaScript lint errors [(#9337)](https://github.com/stdlib-js/stdlib/pull/9337) _(by DivitJain26, Athan Reines)_
@@ -361,7 +362,7 @@ A total of 32 issues were closed in this release:
361362

362363
### Contributors
363364

364-
A total of 30 people contributed to this release. Thank you to the following contributors:
365+
A total of 31 people contributed to this release. Thank you to the following contributors:
365366

366367
- Almunazza
367368
- Aman Singh
@@ -378,6 +379,7 @@ A total of 30 people contributed to this release. Thank you to the following con
378379
- Kate Suraev
379380
- Lalit Narayan Yadav
380381
- Manit Roy
382+
- Neeraj Pathak
381383
- Payal Goswami
382384
- Philipp Burckhardt
383385
- Prajjwal Bajpai

deep-has-own-property/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
253253

254254
- <span class="package-name">[`@stdlib/assert/deep-has-property`][@stdlib/assert/deep-has-property]</span><span class="delimiter">: </span><span class="description">test whether an object contains a nested key path, either own or inherited.</span>
255255
- <span class="package-name">[`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property.</span>
256-
- <span class="package-name">[`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
256+
- <span class="package-name">[`@stdlib/object/deep-get`][@stdlib/object/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
257257
- <span class="package-name">[`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]</span><span class="delimiter">: </span><span class="description">extract a nested property value from each element of an object array.</span>
258258
- <span class="package-name">[`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
259259

@@ -271,7 +271,7 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
271271

272272
[@stdlib/assert/has-own-property]: https://github.com/stdlib-js/assert/tree/main/has-own-property
273273

274-
[@stdlib/utils/deep-get]: https://github.com/stdlib-js/utils-deep-get
274+
[@stdlib/object/deep-get]: https://github.com/stdlib-js/object-deep-get
275275

276276
[@stdlib/utils/deep-pluck]: https://github.com/stdlib-js/utils-deep-pluck
277277

deep-has-property/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
249249

250250
- <span class="package-name">[`@stdlib/assert/deep-has-own-property`][@stdlib/assert/deep-has-own-property]</span><span class="delimiter">: </span><span class="description">test whether an object contains a nested key path.</span>
251251
- <span class="package-name">[`@stdlib/assert/has-own-property`][@stdlib/assert/has-own-property]</span><span class="delimiter">: </span><span class="description">test if an object has a specified property.</span>
252-
- <span class="package-name">[`@stdlib/utils/deep-get`][@stdlib/utils/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
252+
- <span class="package-name">[`@stdlib/object/deep-get`][@stdlib/object/deep-get]</span><span class="delimiter">: </span><span class="description">get a nested property value.</span>
253253
- <span class="package-name">[`@stdlib/utils/deep-pluck`][@stdlib/utils/deep-pluck]</span><span class="delimiter">: </span><span class="description">extract a nested property value from each element of an object array.</span>
254254
- <span class="package-name">[`@stdlib/utils/deep-set`][@stdlib/utils/deep-set]</span><span class="delimiter">: </span><span class="description">set a nested property value.</span>
255255

@@ -267,7 +267,7 @@ bool = has( { 'a': [ { 'b': { 'c': 'd' } } ] } );
267267

268268
[@stdlib/assert/has-own-property]: https://github.com/stdlib-js/assert/tree/main/has-own-property
269269

270-
[@stdlib/utils/deep-get]: https://github.com/stdlib-js/utils-deep-get
270+
[@stdlib/object/deep-get]: https://github.com/stdlib-js/object-deep-get
271271

272272
[@stdlib/utils/deep-pluck]: https://github.com/stdlib-js/utils-deep-pluck
273273

0 commit comments

Comments
 (0)