@stdlib/stats-base-cumaxabs 0.0.7 → 0.0.8

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