@stdlib/blas-base-wasm-sasum 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 +13 -13
package/README.md
CHANGED
|
@@ -342,8 +342,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
342
342
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-wasm-sasum.svg
|
|
343
343
|
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-wasm-sasum
|
|
344
344
|
|
|
345
|
-
[test-image]: https://github.com/stdlib-js/blas-base-wasm-sasum/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
346
|
-
[test-url]: https://github.com/stdlib-js/blas-base-wasm-sasum/actions/workflows/test.yml?query=branch:v0.1.
|
|
345
|
+
[test-image]: https://github.com/stdlib-js/blas-base-wasm-sasum/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
346
|
+
[test-url]: https://github.com/stdlib-js/blas-base-wasm-sasum/actions/workflows/test.yml?query=branch:v0.1.1
|
|
347
347
|
|
|
348
348
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-wasm-sasum/main.svg
|
|
349
349
|
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-wasm-sasum?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/blas-base-wasm-sasum",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Compute the sum of absolute values.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@stdlib/assert-is-wasm-memory": "^0.1.
|
|
39
|
-
"@stdlib/blas-base-sasum": "^0.3.
|
|
40
|
-
"@stdlib/fs-read-wasm": "^0.2.
|
|
41
|
-
"@stdlib/strided-base-stride2offset": "^0.1.
|
|
42
|
-
"@stdlib/string-format": "^0.2.
|
|
43
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
44
|
-
"@stdlib/utils-inherit": "^0.2.
|
|
45
|
-
"@stdlib/wasm-base-arrays2ptrs": "
|
|
46
|
-
"@stdlib/wasm-base-strided2object": "
|
|
47
|
-
"@stdlib/wasm-memory": "^0.1.
|
|
48
|
-
"@stdlib/wasm-module-wrapper": "
|
|
49
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.2.
|
|
38
|
+
"@stdlib/assert-is-wasm-memory": "^0.1.1",
|
|
39
|
+
"@stdlib/blas-base-sasum": "^0.3.1",
|
|
40
|
+
"@stdlib/fs-read-wasm": "^0.2.3",
|
|
41
|
+
"@stdlib/strided-base-stride2offset": "^0.1.1",
|
|
42
|
+
"@stdlib/string-format": "^0.2.3",
|
|
43
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
|
|
44
|
+
"@stdlib/utils-inherit": "^0.2.3",
|
|
45
|
+
"@stdlib/wasm-base-arrays2ptrs": "^0.1.1",
|
|
46
|
+
"@stdlib/wasm-base-strided2object": "^0.1.1",
|
|
47
|
+
"@stdlib/wasm-memory": "^0.1.1",
|
|
48
|
+
"@stdlib/wasm-module-wrapper": "^0.1.0",
|
|
49
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {},
|
|
52
52
|
"engines": {
|