@stdlib/assert-is-same-array-like-object 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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -157,8 +157,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
157
157
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-array-like-object.svg
|
|
158
158
|
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-array-like-object
|
|
159
159
|
|
|
160
|
-
[test-image]: https://github.com/stdlib-js/assert-is-same-array-like-object/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
161
|
-
[test-url]: https://github.com/stdlib-js/assert-is-same-array-like-object/actions/workflows/test.yml?query=branch:v0.1.
|
|
160
|
+
[test-image]: https://github.com/stdlib-js/assert-is-same-array-like-object/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
161
|
+
[test-url]: https://github.com/stdlib-js/assert-is-same-array-like-object/actions/workflows/test.yml?query=branch:v0.1.1
|
|
162
162
|
|
|
163
163
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-array-like-object/main.svg
|
|
164
164
|
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-array-like-object?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/assert-is-same-array-like-object",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Test if two arguments are both array-like objects and have the same values.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stdlib/array-base-assert-has-same-values": "^0.3.0",
|
|
34
|
-
"@stdlib/assert-is-array-like-object": "^0.2.
|
|
34
|
+
"@stdlib/assert-is-array-like-object": "^0.2.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {},
|
|
37
37
|
"engines": {
|