@stdlib/array-mskfilter 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -161,8 +161,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
161
161
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-mskfilter.svg
162
162
  [npm-url]: https://npmjs.org/package/@stdlib/array-mskfilter
163
163
 
164
- [test-image]: https://github.com/stdlib-js/array-mskfilter/actions/workflows/test.yml/badge.svg?branch=v0.1.0
165
- [test-url]: https://github.com/stdlib-js/array-mskfilter/actions/workflows/test.yml?query=branch:v0.1.0
164
+ [test-image]: https://github.com/stdlib-js/array-mskfilter/actions/workflows/test.yml/badge.svg?branch=v0.1.1
165
+ [test-url]: https://github.com/stdlib-js/array-mskfilter/actions/workflows/test.yml?query=branch:v0.1.1
166
166
 
167
167
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-mskfilter/main.svg
168
168
  [coverage-url]: https://codecov.io/github/stdlib-js/array-mskfilter?branch=main
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";var l=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var o=l(function(f,u){
2
- var n=require('@stdlib/assert-is-collection/dist'),a=require('@stdlib/array-base-mskfilter/dist'),s=require('@stdlib/array-base-count-truthy/dist'),v=require('@stdlib/array-zeros/dist'),c=require('@stdlib/array-dtype/dist'),i=require('@stdlib/error-tools-fmtprodmsg/dist');function g(e,r){var t;if(!n(e))throw new TypeError(i('null2O',e));if(!n(r))throw new TypeError(i('null2y',r));if(e.length!==r.length)throw new Error(i("invalid arguments. Must provide equal length array-like objects."));return t=c(e),t==="generic"||t===null?a(e,r):a.assign(e,r,v(s(r),t),1,0)}u.exports=g
2
+ var n=require('@stdlib/assert-is-collection/dist'),a=require('@stdlib/array-base-mskfilter/dist'),s=require('@stdlib/array-base-count-truthy/dist'),v=require('@stdlib/array-zeros/dist'),c=require('@stdlib/array-dtype/dist'),i=require('@stdlib/error-tools-fmtprodmsg/dist');function g(e,r){var t;if(!n(e))throw new TypeError(i('1sD2O',e));if(!n(r))throw new TypeError(i('1sD2y',r));if(e.length!==r.length)throw new Error(i('1sDFd'));return t=c(e),t==="generic"||t===null?a(e,r):a.assign(e,r,v(s(r),t),1,0)}u.exports=g
3
3
  });var q=o();module.exports=q;
4
4
  /** @license Apache-2.0 */
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-mskfilter",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Apply a mask to a provided input array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,12 +30,13 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/array-base-count-truthy": "^0.1.0",
34
- "@stdlib/array-base-mskfilter": "^0.2.0",
35
- "@stdlib/array-dtype": "^0.2.0",
36
- "@stdlib/array-zeros": "^0.2.0",
37
- "@stdlib/assert-is-collection": "^0.2.0",
38
- "@stdlib/string-format": "^0.2.0"
33
+ "@stdlib/array-base-count-truthy": "^0.1.1",
34
+ "@stdlib/array-base-mskfilter": "^0.2.1",
35
+ "@stdlib/array-dtype": "^0.2.1",
36
+ "@stdlib/array-zeros": "^0.2.1",
37
+ "@stdlib/assert-is-collection": "^0.2.1",
38
+ "@stdlib/string-format": "^0.2.1",
39
+ "@stdlib/error-tools-fmtprodmsg": "^0.2.1"
39
40
  },
40
41
  "devDependencies": {},
41
42
  "engines": {