@stdlib/array-base-mskreject-map 0.0.1 → 0.0.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 +6 -6
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -214,7 +214,7 @@ See [LICENSE][stdlib-license].
|
|
|
214
214
|
|
|
215
215
|
## Copyright
|
|
216
216
|
|
|
217
|
-
Copyright © 2016-
|
|
217
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
218
218
|
|
|
219
219
|
</section>
|
|
220
220
|
|
|
@@ -227,8 +227,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
227
227
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskreject-map.svg
|
|
228
228
|
[npm-url]: https://npmjs.org/package/@stdlib/array-base-mskreject-map
|
|
229
229
|
|
|
230
|
-
[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=v0.0.
|
|
231
|
-
[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:v0.0.
|
|
230
|
+
[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=v0.0.3
|
|
231
|
+
[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:v0.0.3
|
|
232
232
|
|
|
233
233
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskreject-map/main.svg
|
|
234
234
|
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskreject-map?branch=main
|
|
@@ -240,8 +240,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
240
240
|
|
|
241
241
|
-->
|
|
242
242
|
|
|
243
|
-
[chat-image]: https://img.shields.io/
|
|
244
|
-
[chat-url]: https://
|
|
243
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
244
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
245
245
|
|
|
246
246
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
247
247
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/array-base-mskreject-map",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Apply a mask to a provided input array and map the unmasked values according to a callback function.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/array-base-arraylike2object": "^0.2.
|
|
34
|
-
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.
|
|
35
|
-
"@stdlib/array-base-resolve-getter": "^0.2.
|
|
36
|
-
"@stdlib/strided-base-reinterpret-complex": "^0.1.
|
|
37
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
33
|
+
"@stdlib/array-base-arraylike2object": "^0.2.2",
|
|
34
|
+
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.2",
|
|
35
|
+
"@stdlib/array-base-resolve-getter": "^0.2.3",
|
|
36
|
+
"@stdlib/strided-base-reinterpret-complex": "^0.1.3",
|
|
37
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"engines": {
|