@stdlib/utils-property-descriptors-in 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +5 -5
  3. package/package.json +8 -8
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -162,7 +162,7 @@ See [LICENSE][stdlib-license].
162
162
 
163
163
  ## Copyright
164
164
 
165
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
165
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
166
166
 
167
167
  </section>
168
168
 
@@ -175,8 +175,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
175
175
  [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-property-descriptors-in.svg
176
176
  [npm-url]: https://npmjs.org/package/@stdlib/utils-property-descriptors-in
177
177
 
178
- [test-image]: https://github.com/stdlib-js/utils-property-descriptors-in/actions/workflows/test.yml/badge.svg?branch=v0.2.1
179
- [test-url]: https://github.com/stdlib-js/utils-property-descriptors-in/actions/workflows/test.yml?query=branch:v0.2.1
178
+ [test-image]: https://github.com/stdlib-js/utils-property-descriptors-in/actions/workflows/test.yml/badge.svg?branch=v0.2.3
179
+ [test-url]: https://github.com/stdlib-js/utils-property-descriptors-in/actions/workflows/test.yml?query=branch:v0.2.3
180
180
 
181
181
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-property-descriptors-in/main.svg
182
182
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-property-descriptors-in?branch=main
@@ -188,8 +188,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
188
188
 
189
189
  -->
190
190
 
191
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
192
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
191
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
192
+ [chat-url]: https://stdlib.zulipchat.com
193
193
 
194
194
  [stdlib]: https://github.com/stdlib-js/stdlib
195
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-property-descriptors-in",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Return an object's own and inherited property descriptors.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,13 +30,13 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/assert-has-own-property": "^0.2.1",
34
- "@stdlib/object-ctor": "^0.2.1",
35
- "@stdlib/utils-define-property": "^0.2.1",
36
- "@stdlib/utils-get-prototype-of": "^0.2.1",
37
- "@stdlib/utils-keys": "^0.2.1",
38
- "@stdlib/utils-property-descriptors": "^0.2.1",
39
- "@stdlib/utils-property-symbols": "^0.2.1"
33
+ "@stdlib/assert-has-own-property": "^0.2.3",
34
+ "@stdlib/object-ctor": "^0.2.2",
35
+ "@stdlib/utils-define-property": "^0.2.5",
36
+ "@stdlib/utils-get-prototype-of": "^0.2.3",
37
+ "@stdlib/utils-keys": "^0.2.3",
38
+ "@stdlib/utils-property-descriptors": "^0.2.3",
39
+ "@stdlib/utils-property-symbols": "^0.2.3"
40
40
  },
41
41
  "devDependencies": {},
42
42
  "engines": {