@stdlib/assert-napi-equal-types
Advanced tools
+34
-34
| { | ||
| "options": {}, | ||
| "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": [ | ||
| { | ||
| "src": [ | ||
| "options": {}, | ||
| "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": [ | ||
| { | ||
| "src": [ | ||
| "./src/main.c" | ||
| ], | ||
| "include": [ | ||
| "./include" | ||
| ], | ||
| "libraries": [], | ||
| "libpath": [], | ||
| "dependencies": [ | ||
| "include": [ | ||
| "./include" | ||
| ], | ||
| "libraries": [], | ||
| "libpath": [], | ||
| "dependencies": [ | ||
| "@stdlib/assert-napi-status-ok" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+3
-8
| { | ||
| "name": "@stdlib/assert-napi-equal-types", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Assert that two Node-API data types are equal.", | ||
@@ -37,4 +37,4 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-napi-status-ok": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| "@stdlib/assert-napi-status-ok": "^0.2.2", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
| }, | ||
@@ -67,7 +67,2 @@ "devDependencies": {}, | ||
| ], | ||
| "__stdlib__": { | ||
| "envs": { | ||
| "browser": false | ||
| } | ||
| }, | ||
| "funding": { | ||
@@ -74,0 +69,0 @@ "type": "opencollective", |
+5
-5
@@ -239,3 +239,3 @@ <!-- | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -253,4 +253,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/assert-napi-equal-types/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/assert-napi-equal-types/actions/workflows/test.yml?query=branch:v0.2.2 | ||
| [test-image]: https://github.com/stdlib-js/assert-napi-equal-types/actions/workflows/test.yml/badge.svg?branch=v0.2.3 | ||
| [test-url]: https://github.com/stdlib-js/assert-napi-equal-types/actions/workflows/test.yml?query=branch:v0.2.3 | ||
@@ -267,4 +267,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-equal-types/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 | ||
@@ -271,0 +271,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
32639
-0.02%