@stdlib/array-base-last-index-of-same-value 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 +11 -11
package/README.md CHANGED
@@ -206,8 +206,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
206
206
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-last-index-of-same-value.svg
207
207
  [npm-url]: https://npmjs.org/package/@stdlib/array-base-last-index-of-same-value
208
208
 
209
- [test-image]: https://github.com/stdlib-js/array-base-last-index-of-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0
210
- [test-url]: https://github.com/stdlib-js/array-base-last-index-of-same-value/actions/workflows/test.yml?query=branch:v0.1.0
209
+ [test-image]: https://github.com/stdlib-js/array-base-last-index-of-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.1
210
+ [test-url]: https://github.com/stdlib-js/array-base-last-index-of-same-value/actions/workflows/test.yml?query=branch:v0.1.1
211
211
 
212
212
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-last-index-of-same-value/main.svg
213
213
  [coverage-url]: https://codecov.io/github/stdlib-js/array-base-last-index-of-same-value?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-base-last-index-of-same-value",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Return the index of the last element which equals a provided search element according to the same value algorithm.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,17 +30,17 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/array-base-assert-is-booleanarray": "^0.0.2",
34
- "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.2",
33
+ "@stdlib/array-base-assert-is-booleanarray": "^0.0.3",
34
+ "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.3",
35
35
  "@stdlib/array-base-resolve-getter": "^0.2.2",
36
- "@stdlib/assert-is-accessor-array": "^0.2.2",
37
- "@stdlib/assert-is-boolean": "^0.2.2",
38
- "@stdlib/assert-is-complex-like": "^0.2.2",
39
- "@stdlib/assert-is-same-value": "^0.2.2",
40
- "@stdlib/complex-float64-imag": "^0.1.1",
41
- "@stdlib/complex-float64-real": "^0.1.1",
42
- "@stdlib/strided-base-reinterpret-boolean": "^0.0.2",
43
- "@stdlib/strided-base-reinterpret-complex": "^0.1.2"
36
+ "@stdlib/assert-is-accessor-array": "^0.2.3",
37
+ "@stdlib/assert-is-boolean": "^0.2.3",
38
+ "@stdlib/assert-is-complex-like": "^0.2.4",
39
+ "@stdlib/assert-is-same-value": "^0.2.3",
40
+ "@stdlib/complex-float64-imag": "^0.1.2",
41
+ "@stdlib/complex-float64-real": "^0.1.2",
42
+ "@stdlib/strided-base-reinterpret-boolean": "^0.0.3",
43
+ "@stdlib/strided-base-reinterpret-complex": "^0.1.3"
44
44
  },
45
45
  "devDependencies": {},
46
46
  "engines": {