@stdlib/array-typed-float-ctors 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 +5 -6
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
@@ -166,7 +166,7 @@ See [LICENSE][stdlib-license].
166
166
 
167
167
  ## Copyright
168
168
 
169
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
169
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
170
170
 
171
171
  </section>
172
172
 
@@ -179,8 +179,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
179
179
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-typed-float-ctors.svg
180
180
  [npm-url]: https://npmjs.org/package/@stdlib/array-typed-float-ctors
181
181
 
182
- [test-image]: https://github.com/stdlib-js/array-typed-float-ctors/actions/workflows/test.yml/badge.svg?branch=v0.2.1
183
- [test-url]: https://github.com/stdlib-js/array-typed-float-ctors/actions/workflows/test.yml?query=branch:v0.2.1
182
+ [test-image]: https://github.com/stdlib-js/array-typed-float-ctors/actions/workflows/test.yml/badge.svg?branch=v0.2.3
183
+ [test-url]: https://github.com/stdlib-js/array-typed-float-ctors/actions/workflows/test.yml?query=branch:v0.2.3
184
184
 
185
185
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-typed-float-ctors/main.svg
186
186
  [coverage-url]: https://codecov.io/github/stdlib-js/array-typed-float-ctors?branch=main
@@ -192,8 +192,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
192
192
 
193
193
  -->
194
194
 
195
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
196
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
195
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
196
+ [chat-url]: https://stdlib.zulipchat.com
197
197
 
198
198
  [stdlib]: https://github.com/stdlib-js/stdlib
199
199
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-typed-float-ctors",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Floating-point typed array constructors.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,10 +30,10 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/array-complex128": "^0.2.1",
34
- "@stdlib/array-complex64": "^0.2.1",
35
- "@stdlib/array-float32": "^0.2.1",
36
- "@stdlib/array-float64": "^0.2.1"
33
+ "@stdlib/array-complex128": "^0.3.1",
34
+ "@stdlib/array-complex64": "^0.3.1",
35
+ "@stdlib/array-float32": "^0.2.3",
36
+ "@stdlib/array-float64": "^0.2.3"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "engines": {
@@ -73,7 +73,6 @@
73
73
  "utils",
74
74
  "util"
75
75
  ],
76
- "__stdlib__": {},
77
76
  "funding": {
78
77
  "type": "opencollective",
79
78
  "url": "https://opencollective.com/stdlib"