|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-strided-special-floor", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Round each element in a strided array toward negative infinity.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | "url": "https://github.com/stdlib-js/stdlib/issues" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
45 | | - "@stdlib/math-base-special-floorf": "^0.2.2", |
46 | | - "@stdlib/number-float64-base-identity": "^0.1.0", |
47 | | - "@stdlib/strided-base-dtype-resolve-enum": "^0.2.2", |
48 | | - "@stdlib/strided-base-function-object": "^0.2.3", |
49 | | - "@stdlib/strided-base-meta-data-props": "^0.2.2", |
50 | | - "@stdlib/strided-base-unary": "^0.3.0", |
51 | | - "@stdlib/strided-dispatch": "^0.2.2", |
52 | | - "@stdlib/strided-dtypes": "^0.3.0", |
53 | | - "@stdlib/strided-napi-unary": "^0.2.2", |
| 44 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 45 | + "@stdlib/math-base-special-floorf": "^0.2.3", |
| 46 | + "@stdlib/number-float64-base-identity": "^0.1.1", |
| 47 | + "@stdlib/strided-base-dtype-resolve-enum": "^0.2.3", |
| 48 | + "@stdlib/strided-base-function-object": "^0.2.4", |
| 49 | + "@stdlib/strided-base-meta-data-props": "^0.2.3", |
| 50 | + "@stdlib/strided-base-unary": "^0.3.1", |
| 51 | + "@stdlib/strided-dispatch": "^0.2.3", |
| 52 | + "@stdlib/strided-dtypes": "^0.3.1", |
| 53 | + "@stdlib/strided-napi-unary": "^0.2.3", |
54 | 54 | "@stdlib/types": "^0.4.3", |
55 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
56 | | - "@stdlib/utils-library-manifest": "^0.2.3", |
57 | | - "@stdlib/utils-try-require": "^0.2.2" |
| 55 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 56 | + "@stdlib/utils-library-manifest": "^0.2.4", |
| 57 | + "@stdlib/utils-try-require": "^0.2.3" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@stdlib/array-filled": "^0.2.1", |
61 | | - "@stdlib/array-filled-by": "^0.2.1", |
62 | | - "@stdlib/array-float64": "^0.2.2", |
63 | | - "@stdlib/array-typed-real-float-dtypes": "^0.2.2", |
64 | | - "@stdlib/array-uint8": "^0.2.2", |
65 | | - "@stdlib/assert-is-browser": "^0.2.2", |
66 | | - "@stdlib/fs-write-file": "^0.2.2", |
67 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
68 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
69 | | - "@stdlib/ndarray-base-dtypes2signatures": "^0.2.2", |
70 | | - "@stdlib/random-base-uniform": "^0.2.1", |
71 | | - "@stdlib/strided-base-dtype-enum2str": "^0.2.2", |
72 | | - "@stdlib/strided-base-unary-addon-dispatch": "^0.3.0", |
| 60 | + "@stdlib/array-filled": "^0.3.0", |
| 61 | + "@stdlib/array-filled-by": "^0.3.0", |
| 62 | + "@stdlib/array-float64": "^0.2.3", |
| 63 | + "@stdlib/array-typed-real-float-dtypes": "^0.2.3", |
| 64 | + "@stdlib/array-uint8": "^0.2.3", |
| 65 | + "@stdlib/assert-is-browser": "^0.2.3", |
| 66 | + "@stdlib/fs-write-file": "^0.2.3", |
| 67 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 68 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 69 | + "@stdlib/ndarray-base-dtypes2signatures": "^0.2.3", |
| 70 | + "@stdlib/random-base-uniform": "^0.2.2", |
| 71 | + "@stdlib/strided-base-dtype-enum2str": "^0.2.3", |
| 72 | + "@stdlib/strided-base-unary-addon-dispatch": "^0.3.1", |
73 | 73 | "proxyquire": "^2.0.0", |
74 | 74 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
75 | 75 | "istanbul": "^0.4.1", |
76 | 76 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
77 | | - "@stdlib/bench-harness": "^0.2.2" |
| 77 | + "@stdlib/bench-harness": "^0.2.3" |
78 | 78 | }, |
79 | 79 | "engines": { |
80 | 80 | "node": ">=0.10.0", |
|
0 commit comments