@stdlib/math-base-special-truncf 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 +12 -12
package/README.md CHANGED
@@ -247,8 +247,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
247
247
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-truncf.svg
248
248
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-truncf
249
249
 
250
- [test-image]: https://github.com/stdlib-js/math-base-special-truncf/actions/workflows/test.yml/badge.svg?branch=v0.1.0
251
- [test-url]: https://github.com/stdlib-js/math-base-special-truncf/actions/workflows/test.yml?query=branch:v0.1.0
250
+ [test-image]: https://github.com/stdlib-js/math-base-special-truncf/actions/workflows/test.yml/badge.svg?branch=v0.1.1
251
+ [test-url]: https://github.com/stdlib-js/math-base-special-truncf/actions/workflows/test.yml?query=branch:v0.1.1
252
252
 
253
253
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-truncf/main.svg
254
254
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-truncf?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-special-truncf",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Round a single-precision floating-point number toward zero.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -40,20 +40,20 @@
40
40
  "url": "https://github.com/stdlib-js/stdlib/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@stdlib/math-base-napi-unary": "^0.1.0",
44
- "@stdlib/math-base-special-ceilf": "^0.1.0",
45
- "@stdlib/math-base-special-floorf": "^0.1.0",
46
- "@stdlib/utils-library-manifest": "^0.1.0"
43
+ "@stdlib/math-base-napi-unary": "^0.1.1",
44
+ "@stdlib/math-base-special-ceilf": "^0.1.1",
45
+ "@stdlib/math-base-special-floorf": "^0.1.1",
46
+ "@stdlib/utils-library-manifest": "^0.1.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@stdlib/bench": "^0.1.0",
50
- "@stdlib/constants-float32-ninf": "^0.1.0",
51
- "@stdlib/constants-float32-pinf": "^0.1.0",
52
- "@stdlib/math-base-assert-is-nanf": "^0.1.0",
53
- "@stdlib/math-base-assert-is-negative-zerof": "^0.1.0",
54
- "@stdlib/math-base-assert-is-positive-zerof": "^0.1.0",
55
- "@stdlib/random-base-randu": "^0.0.8",
56
- "@stdlib/utils-try-require": "^0.1.0",
50
+ "@stdlib/constants-float32-ninf": "^0.1.1",
51
+ "@stdlib/constants-float32-pinf": "^0.1.1",
52
+ "@stdlib/math-base-assert-is-nanf": "^0.1.1",
53
+ "@stdlib/math-base-assert-is-negative-zerof": "^0.1.1",
54
+ "@stdlib/math-base-assert-is-positive-zerof": "^0.1.1",
55
+ "@stdlib/random-base-randu": "^0.1.0",
56
+ "@stdlib/utils-try-require": "^0.1.1",
57
57
  "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
58
58
  "istanbul": "^0.4.1",
59
59
  "tap-min": "git+https://github.com/Planeshifter/tap-min.git"