|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-assert-is-integerf", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Test if a finite single-precision floating-point number is an integer.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/math-base-special-floorf": "^0.2.2", |
44 | | - "@stdlib/napi-argv": "^0.2.2", |
45 | | - "@stdlib/napi-argv-float": "^0.2.2", |
46 | | - "@stdlib/napi-create-int32": "^0.0.2", |
47 | | - "@stdlib/napi-export": "^0.3.0", |
| 43 | + "@stdlib/math-base-special-floorf": "^0.2.3", |
| 44 | + "@stdlib/napi-argv": "^0.2.3", |
| 45 | + "@stdlib/napi-argv-float": "^0.2.3", |
| 46 | + "@stdlib/napi-create-int32": "^0.0.3", |
| 47 | + "@stdlib/napi-export": "^0.3.1", |
48 | 48 | "@stdlib/number-float64-base-to-float32": "^0.2.2", |
49 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 49 | + "@stdlib/utils-library-manifest": "^0.2.4" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
53 | | - "@stdlib/boolean-ctor": "^0.2.2", |
| 52 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 53 | + "@stdlib/boolean-ctor": "^0.2.3", |
54 | 54 | "@stdlib/constants-float32-ninf": "^0.2.2", |
55 | 55 | "@stdlib/constants-float32-pinf": "^0.2.2", |
56 | | - "@stdlib/math-base-special-truncf": "^0.2.2", |
57 | | - "@stdlib/random-base-randu": "^0.2.1", |
58 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 56 | + "@stdlib/math-base-special-truncf": "^0.2.3", |
| 57 | + "@stdlib/random-base-randu": "^0.2.2", |
| 58 | + "@stdlib/utils-try-require": "^0.2.3", |
59 | 59 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
60 | 60 | "istanbul": "^0.4.1", |
61 | 61 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
62 | | - "@stdlib/bench-harness": "^0.2.2" |
| 62 | + "@stdlib/bench-harness": "^0.2.3" |
63 | 63 | }, |
64 | 64 | "engines": { |
65 | 65 | "node": ">=0.10.0", |
|
0 commit comments