@stdlib/stats-base-cumin 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
@@ -243,8 +243,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
243
243
  [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-cumin.svg
244
244
  [npm-url]: https://npmjs.org/package/@stdlib/stats-base-cumin
245
245
 
246
- [test-image]: https://github.com/stdlib-js/stats-base-cumin/actions/workflows/test.yml/badge.svg?branch=v0.1.0
247
- [test-url]: https://github.com/stdlib-js/stats-base-cumin/actions/workflows/test.yml?query=branch:v0.1.0
246
+ [test-image]: https://github.com/stdlib-js/stats-base-cumin/actions/workflows/test.yml/badge.svg?branch=v0.1.1
247
+ [test-url]: https://github.com/stdlib-js/stats-base-cumin/actions/workflows/test.yml?query=branch:v0.1.1
248
248
 
249
249
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-cumin/main.svg
250
250
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-cumin?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-base-cumin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Calculate the cumulative minimum of a strided array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -37,18 +37,18 @@
37
37
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@stdlib/math-base-assert-is-nan": "^0.1.0",
41
- "@stdlib/math-base-assert-is-negative-zero": "^0.1.0",
40
+ "@stdlib/math-base-assert-is-nan": "^0.1.1",
41
+ "@stdlib/math-base-assert-is-negative-zero": "^0.1.1",
42
42
  "@stdlib/types": "^0.1.0",
43
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0"
43
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@stdlib/array-float64": "^0.0.6",
46
+ "@stdlib/array-float64": "^0.1.0",
47
47
  "@stdlib/bench": "^0.1.0",
48
- "@stdlib/math-base-special-floor": "^0.0.8",
49
- "@stdlib/math-base-special-pow": "^0.0.7",
48
+ "@stdlib/math-base-special-floor": "^0.1.0",
49
+ "@stdlib/math-base-special-pow": "^0.1.0",
50
50
  "@stdlib/math-base-special-round": "^0.1.0",
51
- "@stdlib/random-base-randu": "^0.0.8",
51
+ "@stdlib/random-base-randu": "^0.1.0",
52
52
  "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
53
53
  "istanbul": "^0.4.1",
54
54
  "tap-min": "git+https://github.com/Planeshifter/tap-min.git"