@stdlib/number-float64-base-assert-is-same-value
Advanced tools
+23
-23
| { | ||
| "options": { | ||
| "options": { | ||
| "task": "build" | ||
| }, | ||
| "fields": [ | ||
| { | ||
| "field": "src", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "include", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "libraries", | ||
| "resolve": false, | ||
| "relative": false | ||
| }, | ||
| { | ||
| "field": "libpath", | ||
| "resolve": true, | ||
| "relative": false | ||
| } | ||
| ], | ||
| "fields": [ | ||
| { | ||
| "field": "src", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "include", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "libraries", | ||
| "resolve": false, | ||
| "relative": false | ||
| }, | ||
| { | ||
| "field": "libpath", | ||
| "resolve": true, | ||
| "relative": false | ||
| } | ||
| ], | ||
| "confs": [ | ||
@@ -28,0 +28,0 @@ { |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+4
-4
| { | ||
| "name": "@stdlib/number-float64-base-assert-is-same-value", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Test if two double-precision floating-point numbers are the same value.", | ||
@@ -36,6 +36,6 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/napi-argv": "^0.2.1", | ||
| "@stdlib/napi-argv": "^0.2.2", | ||
| "@stdlib/napi-argv-double": "^0.2.1", | ||
| "@stdlib/napi-export": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| "@stdlib/napi-export": "^0.3.0", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
| }, | ||
@@ -42,0 +42,0 @@ "devDependencies": {}, |
+5
-5
@@ -266,3 +266,3 @@ <!-- | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -280,4 +280,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -294,4 +294,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-assert-is-same-value/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -298,0 +298,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
+0
-1
@@ -29,3 +29,2 @@ /** | ||
| * | ||
| * @private | ||
| * @param env environment under which the function is invoked | ||
@@ -32,0 +31,0 @@ * @param info callback data |
Sorry, the diff of this file is not supported yet
35806
-5.72%16
-5.88%+ Added
- Removed
Updated
Updated