@stdlib/array-base-mskreject 0.1.0 → 0.2.0

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -157,8 +157,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
157
157
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskreject.svg
158
158
  [npm-url]: https://npmjs.org/package/@stdlib/array-base-mskreject
159
159
 
160
- [test-image]: https://github.com/stdlib-js/array-base-mskreject/actions/workflows/test.yml/badge.svg?branch=v0.1.0
161
- [test-url]: https://github.com/stdlib-js/array-base-mskreject/actions/workflows/test.yml?query=branch:v0.1.0
160
+ [test-image]: https://github.com/stdlib-js/array-base-mskreject/actions/workflows/test.yml/badge.svg?branch=v0.2.0
161
+ [test-url]: https://github.com/stdlib-js/array-base-mskreject/actions/workflows/test.yml?query=branch:v0.2.0
162
162
 
163
163
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskreject/main.svg
164
164
  [coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskreject?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-base-mskreject",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Return a new array by applying a mask to a provided input array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -37,22 +37,22 @@
37
37
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@stdlib/array-base-resolve-getter": "^0.1.0",
41
- "@stdlib/types": "^0.2.0"
40
+ "@stdlib/array-base-resolve-getter": "^0.2.0",
41
+ "@stdlib/types": "^0.3.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@stdlib/array-base-zero-to": "^0.1.0",
45
- "@stdlib/array-base-zeros": "^0.1.1",
45
+ "@stdlib/array-base-zeros": "^0.2.0",
46
46
  "@stdlib/array-complex64": "^0.1.0",
47
- "@stdlib/assert-is-array": "^0.1.1",
48
- "@stdlib/assert-is-same-complex64": "^0.1.0",
49
- "@stdlib/math-base-special-pow": "^0.1.0",
47
+ "@stdlib/assert-is-array": "^0.2.0",
48
+ "@stdlib/assert-is-same-complex64": "^0.2.0",
49
+ "@stdlib/math-base-special-pow": "^0.2.0",
50
50
  "@stdlib/random-array-bernoulli": "^0.1.0",
51
51
  "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
52
52
  "istanbul": "^0.4.1",
53
53
  "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
54
- "@stdlib/bench-harness": "^0.1.2",
55
- "@stdlib/bench": "^0.2.1"
54
+ "@stdlib/bench-harness": "^0.2.0",
55
+ "@stdlib/bench": "^0.3.1"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=0.10.0",