@stdlib/complex-float32-base-assert-is-same-value-zero 0.1.1 → 0.1.2

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 +3 -3
package/README.md CHANGED
@@ -298,8 +298,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
298
298
  [npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-base-assert-is-same-value-zero.svg
299
299
  [npm-url]: https://npmjs.org/package/@stdlib/complex-float32-base-assert-is-same-value-zero
300
300
 
301
- [test-image]: https://github.com/stdlib-js/complex-float32-base-assert-is-same-value-zero/actions/workflows/test.yml/badge.svg?branch=v0.1.1
302
- [test-url]: https://github.com/stdlib-js/complex-float32-base-assert-is-same-value-zero/actions/workflows/test.yml?query=branch:v0.1.1
301
+ [test-image]: https://github.com/stdlib-js/complex-float32-base-assert-is-same-value-zero/actions/workflows/test.yml/badge.svg?branch=v0.1.2
302
+ [test-url]: https://github.com/stdlib-js/complex-float32-base-assert-is-same-value-zero/actions/workflows/test.yml?query=branch:v0.1.2
303
303
 
304
304
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-assert-is-same-value-zero/main.svg
305
305
  [coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-base-assert-is-same-value-zero?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/complex-float32-base-assert-is-same-value-zero",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Test whether two single-precision complex floating-point numbers are the same value.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@stdlib/complex-float32-ctor": "^0.1.0",
36
- "@stdlib/complex-float32-reim": "^0.1.2",
37
- "@stdlib/number-float32-base-assert-is-same-value-zero": "^0.2.1"
36
+ "@stdlib/complex-float32-reim": "^0.1.3",
37
+ "@stdlib/number-float32-base-assert-is-same-value-zero": "^0.2.2"
38
38
  },
39
39
  "devDependencies": {},
40
40
  "engines": {