@stdlib/utils-constructor-name 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 +4 -4
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
@@ -343,7 +343,7 @@ See [LICENSE][stdlib-license].
343
343
 
344
344
  ## Copyright
345
345
 
346
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
346
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
347
347
 
348
348
  </section>
349
349
 
@@ -356,8 +356,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
356
356
  [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-constructor-name.svg
357
357
  [npm-url]: https://npmjs.org/package/@stdlib/utils-constructor-name
358
358
 
359
- [test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=v0.2.1
360
- [test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:v0.2.1
359
+ [test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=v0.2.3
360
+ [test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:v0.2.3
361
361
 
362
362
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-constructor-name/main.svg
363
363
  [coverage-url]: https://codecov.io/github/stdlib-js/utils-constructor-name?branch=main
@@ -369,8 +369,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
369
369
 
370
370
  -->
371
371
 
372
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
373
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
372
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
373
+ [chat-url]: https://stdlib.zulipchat.com
374
374
 
375
375
  [stdlib]: https://github.com/stdlib-js/stdlib
376
376
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/utils-constructor-name",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Determine the name of a value's constructor.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,9 +30,9 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/assert-is-buffer": "^0.2.0",
34
- "@stdlib/regexp-function-name": "^0.2.1",
35
- "@stdlib/utils-native-class": "^0.2.1"
33
+ "@stdlib/assert-is-buffer": "^0.2.2",
34
+ "@stdlib/regexp-function-name": "^0.2.3",
35
+ "@stdlib/utils-native-class": "^0.2.2"
36
36
  },
37
37
  "devDependencies": {},
38
38
  "engines": {