@stdlib/array-base-min-signed-integer-dtype 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.
- package/NOTICE +1 -1
- package/README.md +5 -5
- package/package.json +7 -8
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ See [LICENSE][stdlib-license].
|
|
|
170
170
|
|
|
171
171
|
## Copyright
|
|
172
172
|
|
|
173
|
-
Copyright © 2016-
|
|
173
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
174
174
|
|
|
175
175
|
</section>
|
|
176
176
|
|
|
@@ -183,8 +183,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
183
183
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-min-signed-integer-dtype.svg
|
|
184
184
|
[npm-url]: https://npmjs.org/package/@stdlib/array-base-min-signed-integer-dtype
|
|
185
185
|
|
|
186
|
-
[test-image]: https://github.com/stdlib-js/array-base-min-signed-integer-dtype/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
187
|
-
[test-url]: https://github.com/stdlib-js/array-base-min-signed-integer-dtype/actions/workflows/test.yml?query=branch:v0.2.
|
|
186
|
+
[test-image]: https://github.com/stdlib-js/array-base-min-signed-integer-dtype/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
187
|
+
[test-url]: https://github.com/stdlib-js/array-base-min-signed-integer-dtype/actions/workflows/test.yml?query=branch:v0.2.3
|
|
188
188
|
|
|
189
189
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-min-signed-integer-dtype/main.svg
|
|
190
190
|
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-min-signed-integer-dtype?branch=main
|
|
@@ -196,8 +196,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
196
196
|
|
|
197
197
|
-->
|
|
198
198
|
|
|
199
|
-
[chat-image]: https://img.shields.io/
|
|
200
|
-
[chat-url]: https://
|
|
199
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
200
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
201
201
|
|
|
202
202
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
203
203
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-base-min-signed-integer-dtype",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Determine the minimum array data type for storing a provided signed integer value.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/constants-int16-max": "^0.2.
|
|
34
|
-
"@stdlib/constants-int16-min": "^0.2.
|
|
35
|
-
"@stdlib/constants-int32-max": "^0.
|
|
36
|
-
"@stdlib/constants-int32-min": "^0.2.
|
|
37
|
-
"@stdlib/constants-int8-max": "^0.2.
|
|
38
|
-
"@stdlib/constants-int8-min": "^0.2.
|
|
33
|
+
"@stdlib/constants-int16-max": "^0.2.3",
|
|
34
|
+
"@stdlib/constants-int16-min": "^0.2.3",
|
|
35
|
+
"@stdlib/constants-int32-max": "^0.3.1",
|
|
36
|
+
"@stdlib/constants-int32-min": "^0.2.3",
|
|
37
|
+
"@stdlib/constants-int8-max": "^0.2.3",
|
|
38
|
+
"@stdlib/constants-int8-min": "^0.2.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {},
|
|
41
41
|
"engines": {
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"utils",
|
|
73
73
|
"util"
|
|
74
74
|
],
|
|
75
|
-
"__stdlib__": {},
|
|
76
75
|
"funding": {
|
|
77
76
|
"type": "opencollective",
|
|
78
77
|
"url": "https://opencollective.com/stdlib"
|