diff --git a/lib/node_modules/@stdlib/_tools/github/subscriptions/lib/defaults.json b/lib/node_modules/@stdlib/_tools/github/subscriptions/lib/defaults.json index 23ab609ab10f..b5faf6bc2185 100644 --- a/lib/node_modules/@stdlib/_tools/github/subscriptions/lib/defaults.json +++ b/lib/node_modules/@stdlib/_tools/github/subscriptions/lib/defaults.json @@ -1,12 +1,12 @@ { - "protocol": "https", - "hostname": "api.github.com", - "port": 443, - "pathname": "/", - "page": 1, - "last_page": "last", - "per_page": 100, - "method": "GET", - "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/subscriptions", - "accept": "application/vnd.github.v3.star+json" + "protocol": "https", + "hostname": "api.github.com", + "port": 443, + "pathname": "/", + "page": 1, + "last_page": "last", + "per_page": 100, + "method": "GET", + "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/subscriptions", + "accept": "application/vnd.github.v3.star+json" } diff --git a/lib/node_modules/@stdlib/fs/read-dir/test/test.cli.js b/lib/node_modules/@stdlib/fs/read-dir/test/test.cli.js index 2f6c3502253c..21da353c1915 100644 --- a/lib/node_modules/@stdlib/fs/read-dir/test/test.cli.js +++ b/lib/node_modules/@stdlib/fs/read-dir/test/test.cli.js @@ -156,7 +156,7 @@ tape( 'the command-line interface reads the entire contents of a directory', opt t.fail( error.message ); } else { str = stdout.toString(); - t.strictEqual( str, 'index.js\n', 'prints directory contents to `stdout`' ); + t.strictEqual( str, 'index.js\nindex.mjs\n', 'prints directory contents to `stdout`' ); t.strictEqual( stderr.toString(), '', 'does not print to `stderr`' ); } t.end(); diff --git a/lib/node_modules/@stdlib/math/strided/special/dinv/manifest.json b/lib/node_modules/@stdlib/math/strided/special/dinv/manifest.json index b664e6a5ef61..16a786499491 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dinv/manifest.json +++ b/lib/node_modules/@stdlib/math/strided/special/dinv/manifest.json @@ -1,75 +1,75 @@ { - "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 - } - ], - "confs": [ - { - "task": "build", - "src": [ - "./src/dinv.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/inv", - "@stdlib/strided/base/dmap", - "@stdlib/strided/napi/dmap" - ] - }, - { - "task": "examples", - "src": [ - "./src/dinv.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/inv", - "@stdlib/strided/base/dmap" - ] - }, - { - "task": "benchmark", - "src": [ - "./src/dinv.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/inv", - "@stdlib/strided/base/dmap" - ] - } - ] + "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 + } + ], + "confs": [ + { + "task": "build", + "src": [ + "./src/dinv.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/inv", + "@stdlib/strided/base/dmap", + "@stdlib/strided/napi/dmap" + ] + }, + { + "task": "examples", + "src": [ + "./src/dinv.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/inv", + "@stdlib/strided/base/dmap" + ] + }, + { + "task": "benchmark", + "src": [ + "./src/dinv.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/inv", + "@stdlib/strided/base/dmap" + ] + } + ] } diff --git a/lib/node_modules/@stdlib/number/float32/base/significand/manifest.json b/lib/node_modules/@stdlib/number/float32/base/significand/manifest.json index e5e1e36109ba..e8b29f794bdc 100644 --- a/lib/node_modules/@stdlib/number/float32/base/significand/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/significand/manifest.json @@ -22,7 +22,7 @@ "relative": false } ], - "confs": [ + "confs": [ { "src": [ "./src/main.c"