@stdlib/complex-float32-base-assert-is-not-equal 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 +3 -3
package/README.md CHANGED
@@ -274,8 +274,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
274
274
  [npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-base-assert-is-not-equal.svg
275
275
  [npm-url]: https://npmjs.org/package/@stdlib/complex-float32-base-assert-is-not-equal
276
276
 
277
- [test-image]: https://github.com/stdlib-js/complex-float32-base-assert-is-not-equal/actions/workflows/test.yml/badge.svg?branch=v0.1.0
278
- [test-url]: https://github.com/stdlib-js/complex-float32-base-assert-is-not-equal/actions/workflows/test.yml?query=branch:v0.1.0
277
+ [test-image]: https://github.com/stdlib-js/complex-float32-base-assert-is-not-equal/actions/workflows/test.yml/badge.svg?branch=v0.1.1
278
+ [test-url]: https://github.com/stdlib-js/complex-float32-base-assert-is-not-equal/actions/workflows/test.yml?query=branch:v0.1.1
279
279
 
280
280
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-assert-is-not-equal/main.svg
281
281
  [coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-base-assert-is-not-equal?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/complex-float32-base-assert-is-not-equal",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Test whether two single-precision complex floating-point numbers are not equal.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -32,8 +32,8 @@
32
32
  "url": "https://github.com/stdlib-js/stdlib/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@stdlib/complex-float32-ctor": "^0.0.1",
36
- "@stdlib/complex-float32-reim": "github:stdlib-js/complex-float32-reim#main"
35
+ "@stdlib/complex-float32-ctor": "^0.0.2",
36
+ "@stdlib/complex-float32-reim": "^0.1.2"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "engines": {