From ac1d1c49da1f6a4f1eb734070fc6e59a4acf8328 Mon Sep 17 00:00:00 2001 From: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:41:14 +0530 Subject: [PATCH 1/2] Update manifest.json Signed-off-by: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com> --- .../@stdlib/ndarray/base/napi/manifest.json | 80 +++++++++---------- 1 file changed, 39 insertions(+), 41 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/napi/manifest.json b/lib/node_modules/@stdlib/ndarray/base/napi/manifest.json index 04e35732f65d..399d73ad8543 100644 --- a/lib/node_modules/@stdlib/ndarray/base/napi/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/napi/manifest.json @@ -1,43 +1,41 @@ { - "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": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/base/function-object", - "@stdlib/ndarray/base/unary", - - "@stdlib/ndarray/dtypes", - - "@stdlib/ndarray/base/napi/unary" - ] - } - ] + "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": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/base/function-object", + "@stdlib/ndarray/base/unary", + "@stdlib/ndarray/dtypes", + "@stdlib/ndarray/base/napi/unary" + ] + } + ] } From 2ca38c81cdd66025094b8beb235b9f1ed0247a98 Mon Sep 17 00:00:00 2001 From: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:48:13 +0530 Subject: [PATCH 2/2] Update manifest.json Signed-off-by: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com> --- .../strided/special/deg2rad/manifest.json | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/lib/node_modules/@stdlib/math/strided/special/deg2rad/manifest.json b/lib/node_modules/@stdlib/math/strided/special/deg2rad/manifest.json index 6e25aa512f2b..161cc9d84485 100644 --- a/lib/node_modules/@stdlib/math/strided/special/deg2rad/manifest.json +++ b/lib/node_modules/@stdlib/math/strided/special/deg2rad/manifest.json @@ -1,43 +1,43 @@ { - "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": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/deg2rad", - "@stdlib/math/base/special/deg2radf", - "@stdlib/strided/base/function-object", - "@stdlib/strided/base/unary", - "@stdlib/strided/dtypes", - "@stdlib/strided/napi/unary" - ] - } - ] + "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": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/deg2rad", + "@stdlib/math/base/special/deg2radf", + "@stdlib/strided/base/function-object", + "@stdlib/strided/base/unary", + "@stdlib/strided/dtypes", + "@stdlib/strided/napi/unary" + ] + } + ] }