@stdlib/array-base-assert-has-equal-values 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -178,8 +178,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
178
178
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-has-equal-values.svg
179
179
  [npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-has-equal-values
180
180
 
181
- [test-image]: https://github.com/stdlib-js/array-base-assert-has-equal-values/actions/workflows/test.yml/badge.svg?branch=v0.1.0
182
- [test-url]: https://github.com/stdlib-js/array-base-assert-has-equal-values/actions/workflows/test.yml?query=branch:v0.1.0
181
+ [test-image]: https://github.com/stdlib-js/array-base-assert-has-equal-values/actions/workflows/test.yml/badge.svg?branch=v0.1.1
182
+ [test-url]: https://github.com/stdlib-js/array-base-assert-has-equal-values/actions/workflows/test.yml?query=branch:v0.1.1
183
183
 
184
184
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-has-equal-values/main.svg
185
185
  [coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-has-equal-values?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-base-assert-has-equal-values",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Test if two arrays have equal values.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,13 +30,13 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/array-base-arraylike2object": "^0.2.1",
34
- "@stdlib/array-base-assert-is-booleanarray": "^0.0.2",
35
- "@stdlib/array-base-assert-is-complex128array": "^0.2.2",
36
- "@stdlib/array-base-assert-is-complex64array": "^0.2.2",
37
- "@stdlib/strided-base-reinterpret-boolean": "^0.0.2",
38
- "@stdlib/strided-base-reinterpret-complex128": "^0.2.2",
39
- "@stdlib/strided-base-reinterpret-complex64": "^0.2.1"
33
+ "@stdlib/array-base-arraylike2object": "^0.2.2",
34
+ "@stdlib/array-base-assert-is-booleanarray": "^0.0.3",
35
+ "@stdlib/array-base-assert-is-complex128array": "^0.2.3",
36
+ "@stdlib/array-base-assert-is-complex64array": "^0.2.3",
37
+ "@stdlib/strided-base-reinterpret-boolean": "^0.0.3",
38
+ "@stdlib/strided-base-reinterpret-complex128": "^0.2.3",
39
+ "@stdlib/strided-base-reinterpret-complex64": "^0.2.2"
40
40
  },
41
41
  "devDependencies": {},
42
42
  "engines": {