@stdlib/assert-is-almost-same-value 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 +5 -5
package/README.md CHANGED
@@ -215,8 +215,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
215
215
  [npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-almost-same-value.svg
216
216
  [npm-url]: https://npmjs.org/package/@stdlib/assert-is-almost-same-value
217
217
 
218
- [test-image]: https://github.com/stdlib-js/assert-is-almost-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0
219
- [test-url]: https://github.com/stdlib-js/assert-is-almost-same-value/actions/workflows/test.yml?query=branch:v0.1.0
218
+ [test-image]: https://github.com/stdlib-js/assert-is-almost-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.1
219
+ [test-url]: https://github.com/stdlib-js/assert-is-almost-same-value/actions/workflows/test.yml?query=branch:v0.1.1
220
220
 
221
221
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-almost-same-value/main.svg
222
222
  [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-almost-same-value?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/assert-is-almost-same-value",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Test if two arguments are approximately the same value within a specified number of ULPs (units in the last place).",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -30,10 +30,10 @@
30
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@stdlib/assert-is-complex-like": "^0.2.2",
34
- "@stdlib/assert-is-number": "^0.2.2",
35
- "@stdlib/complex-base-assert-is-almost-same-value": "github:stdlib-js/complex-base-assert-is-almost-same-value#main",
36
- "@stdlib/number-float64-base-assert-is-almost-same-value": "^0.1.0"
33
+ "@stdlib/assert-is-complex-like": "^0.2.3",
34
+ "@stdlib/assert-is-number": "^0.2.3",
35
+ "@stdlib/complex-base-assert-is-almost-same-value": "^0.1.0",
36
+ "@stdlib/number-float64-base-assert-is-almost-same-value": "^0.1.1"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "engines": {