@stdlib/number-float64-base-assert 0.2.0 → 0.2.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 +7 -23
package/README.md CHANGED
@@ -153,8 +153,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
153
153
  [npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-assert.svg
154
154
  [npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-assert
155
155
 
156
- [test-image]: https://github.com/stdlib-js/number-float64-base-assert/actions/workflows/test.yml/badge.svg?branch=v0.2.0
157
- [test-url]: https://github.com/stdlib-js/number-float64-base-assert/actions/workflows/test.yml?query=branch:v0.2.0
156
+ [test-image]: https://github.com/stdlib-js/number-float64-base-assert/actions/workflows/test.yml/badge.svg?branch=v0.2.1
157
+ [test-url]: https://github.com/stdlib-js/number-float64-base-assert/actions/workflows/test.yml?query=branch:v0.2.1
158
158
 
159
159
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-assert/main.svg
160
160
  [coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-assert?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/number-float64-base-assert",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Base double-precision floating-point number assert functions.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -16,17 +16,11 @@
16
16
  "main": "lib/index.js",
17
17
  "directories": {
18
18
  "doc": "./docs",
19
- "example": "./examples",
20
19
  "lib": "./lib",
21
- "test": "./test"
20
+ "dist": "./dist"
22
21
  },
23
22
  "types": "./docs/types",
24
- "scripts": {
25
- "test": "make test",
26
- "test-cov": "make test-cov",
27
- "examples": "make examples",
28
- "benchmark": "make benchmark"
29
- },
23
+ "scripts": {},
30
24
  "homepage": "https://stdlib.io",
31
25
  "repository": {
32
26
  "type": "git",
@@ -36,21 +30,11 @@
36
30
  "url": "https://github.com/stdlib-js/stdlib/issues"
37
31
  },
38
32
  "dependencies": {
39
- "@stdlib/number-float64-base-assert-is-same-value": "^0.2.0",
40
- "@stdlib/number-float64-base-assert-is-same-value-zero": "^0.2.0",
41
- "@stdlib/utils-define-read-only-property": "^0.2.0"
42
- },
43
- "devDependencies": {
44
- "@stdlib/assert-is-boolean": "^0.1.1",
45
- "@stdlib/boolean-ctor": "^0.1.1",
46
- "@stdlib/utils-keys": "^0.1.0",
47
- "@stdlib/utils-try-require": "^0.2.0",
48
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
49
- "istanbul": "^0.4.1",
50
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
51
- "@stdlib/bench-harness": "^0.1.2",
52
- "@stdlib/bench": "^0.3.1"
33
+ "@stdlib/number-float64-base-assert-is-same-value": "^0.2.1",
34
+ "@stdlib/number-float64-base-assert-is-same-value-zero": "^0.1.1",
35
+ "@stdlib/utils-define-read-only-property": "^0.2.1"
53
36
  },
37
+ "devDependencies": {},
54
38
  "engines": {
55
39
  "node": ">=0.10.0",
56
40
  "npm": ">2.7.0"