@stdlib/stats-base-cumax 0.0.8 → 0.0.9

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
@@ -232,8 +232,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
232
232
  [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-cumax.svg
233
233
  [npm-url]: https://npmjs.org/package/@stdlib/stats-base-cumax
234
234
 
235
- [test-image]: https://github.com/stdlib-js/stats-base-cumax/actions/workflows/test.yml/badge.svg?branch=v0.0.8
236
- [test-url]: https://github.com/stdlib-js/stats-base-cumax/actions/workflows/test.yml?query=branch:v0.0.8
235
+ [test-image]: https://github.com/stdlib-js/stats-base-cumax/actions/workflows/test.yml/badge.svg?branch=v0.0.9
236
+ [test-url]: https://github.com/stdlib-js/stats-base-cumax/actions/workflows/test.yml?query=branch:v0.0.9
237
237
 
238
238
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-cumax/main.svg
239
239
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-cumax?branch=main
package/lib/index.js CHANGED
@@ -53,3 +53,5 @@ var cumax = require( './main.js' );
53
53
  // EXPORTS //
54
54
 
55
55
  module.exports = cumax;
56
+
57
+ // exports: { "ndarray": "cumax.ndarray" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-base-cumax",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Calculate the cumulative maximum of a strided array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {