diff --git a/lib/node_modules/@stdlib/_tools/docs/www/readme-database/lib/main.js b/lib/node_modules/@stdlib/_tools/docs/www/readme-database/lib/main.js index f625e53db30b..4c9e9d6143c8 100644 --- a/lib/node_modules/@stdlib/_tools/docs/www/readme-database/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/docs/www/readme-database/lib/main.js @@ -50,7 +50,7 @@ var debug = logger( 'readme-database:async' ); * @param {string} [options.base="/docs/api/develop/"] - base path for internal URLs * @param {Function} clbk - callback * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {TypeError} last argument must be a callback function * diff --git a/lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib/main.js b/lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib/main.js index 7af2d505668d..9b51c1cefcc5 100644 --- a/lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib/main.js @@ -52,7 +52,7 @@ var debug = logger( 'readme-fragment-file-tree:async' ); * @param {Function} clbk - callback * @throws {TypeError} first argument must be a string * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {TypeError} last argument must be a callback function * diff --git a/lib/node_modules/@stdlib/_tools/github/create-issue/lib/main.js b/lib/node_modules/@stdlib/_tools/github/create-issue/lib/main.js index 60fcdbd2b20f..7cbedcc81da0 100644 --- a/lib/node_modules/@stdlib/_tools/github/create-issue/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/github/create-issue/lib/main.js @@ -56,7 +56,7 @@ var DEFAULT_HTTPS_PORT = 443; * @throws {TypeError} first argument must be a string * @throws {TypeError} second argument must be a string * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {TypeError} last argument must be a function * * @example diff --git a/lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib/main.js b/lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib/main.js index 9c54318dbe99..c2aeb8c8003c 100644 --- a/lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib/main.js @@ -54,7 +54,7 @@ var DEFAULT_HTTPS_PORT = 443; * @throws {TypeError} first argument must be a string * @throws {TypeError} second argument must be a string * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {TypeError} last argument must be a function * * @example diff --git a/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/async.js b/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/async.js index b8845e004db3..12e1b8a13893 100644 --- a/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/async.js @@ -49,7 +49,7 @@ var debug = logger( 'lint:pkg-json:async' ); * @param {Callback} clbk - callback to invoke after completion * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/sync.js b/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/sync.js index 8dd2547bed0f..f4d36f907139 100644 --- a/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/sync.js @@ -46,7 +46,7 @@ var debug = logger( 'lint:pkg-json:sync' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {(ObjectArray|null)} lint errors or `null` * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js index c99ab8afe660..255a2a03577b 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' ); * @param {Callback} clbk - callback to invoke after finding add-ons * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/sync.js index 2e8d92d16b2e..78f4e952dc49 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/addons/lib/sync.js @@ -40,7 +40,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of add-ons diff --git a/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/async.js index 35b040051382..1994847b1ae8 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/async.js @@ -48,7 +48,7 @@ var debug = logger( 'browser-compatible:async' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/sync.js index 6d7c87cb7dfe..e62b4528f537 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/browser-compatible/lib/sync.js @@ -44,7 +44,7 @@ var debug = logger( 'browser-compatible:sync' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unexpected error * @returns {StringArray} list of names diff --git a/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/async.js index 43838462e3b8..fb1e8115d993 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/async.js @@ -43,7 +43,7 @@ var readPkgs = require( './read_pkgs.js' ); * @param {Callback} clbk - callback to invoke after finding package CLIs * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/sync.js index e25a5c50670f..e7fc63c6ab65 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/clis/lib/sync.js @@ -43,7 +43,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of command-line interfaces diff --git a/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/async.js index af5c991bf307..b2c158770636 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/async.js @@ -43,7 +43,7 @@ var readPkgs = require( './read_pkgs.js' ); * @param {Callback} clbk - callback to invoke after finding package CLI commands * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/sync.js index 0ba76bf0e693..67eba1b1c75c 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/sync.js @@ -42,7 +42,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of command-line interface commands diff --git a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/main.js b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/main.js index d8fec78f272a..d9fa664933e0 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/main.js @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' ); * @param {Callback} clbk - callback to invoke after finding directories * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/sync.js index 7d89a398db3c..c5dc377bdc70 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/includes/lib/sync.js @@ -40,7 +40,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of directories diff --git a/lib/node_modules/@stdlib/_tools/pkgs/names/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/names/lib/async.js index e5338d9a0bb6..c464bcbe9b6f 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/names/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/names/lib/async.js @@ -42,7 +42,7 @@ var getRoot = require( './root.js' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/names/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/names/lib/sync.js index 5e9cb7dd1dc1..bc241478d83d 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/names/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/names/lib/sync.js @@ -38,7 +38,7 @@ var getRoot = require( './root.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {StringArray} list of names * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/main.js b/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/main.js index e1fb01b2fba7..52367f810f42 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/main.js @@ -44,7 +44,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare * @param {Callback} clbk - callback to invoke after finding namespace package READMEs * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/sync.js index c4efae585de7..f8fd7929db94 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/namespace-readmes/lib/sync.js @@ -41,7 +41,7 @@ var getRoot = require( './root.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {(EmptyArray|StringArray)} list of READMEs * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/async.js index 0eb7ec5e46ec..527232b8a586 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/async.js @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' ); * @param {Callback} clbk - callback to invoke after finding namespaces * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/sync.js index 22d161a0813a..bf99efd73360 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/namespaces/lib/sync.js @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {StringArray} list of names * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/main.js b/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/main.js index 521caec54771..e09138c89a12 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/main.js @@ -43,7 +43,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare * @param {Callback} clbk - callback to invoke after finding package READMEs * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/sync.js index 4e2e6722283f..dbaf2c28d353 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/sync.js @@ -41,7 +41,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {(EmptyArray|StringArray)} list of READMEs * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/main.js b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/main.js index fed10dda525f..985801f60755 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/main.js @@ -44,7 +44,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare * @param {Callback} clbk - callback to invoke after finding package REPL help files * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/sync.js index 99f79793cbab..318b070cb814 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/sync.js @@ -42,7 +42,7 @@ var validate = require( './validate.js' ); * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @param {string} [options.filename='docs/repl.txt'] - REPL help filename * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {(EmptyArray|StringArray)} list of REPL help files * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/async.js index d4a3c6ccd123..8bca1233bb1f 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/async.js @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/sync.js index 0e4549f32797..856e7c2e6a3c 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/standalones/lib/sync.js @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {StringArray} list of names * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/async.js index d1ba956cf4c8..0ab93580c95d 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/async.js @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/sync.js index a3c00038a845..b43756696618 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/sync.js @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {(StringArray|EmptyArray|Error)} list of names or an error * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/async.js index 4d393dbe2d13..5d1f6175d754 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/async.js @@ -41,7 +41,7 @@ var defaults = require( './config.json' ); * @param {Callback} clbk - callback to invoke after generating a tree * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js index 3adc72bdc9bc..91ca31dd6d53 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js @@ -37,7 +37,7 @@ var defaults = require( './config.json' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @returns {Object} tree * diff --git a/lib/node_modules/@stdlib/_tools/pkgs/types/lib/main.js b/lib/node_modules/@stdlib/_tools/pkgs/types/lib/main.js index 5e6b8da3baf8..711f4310a1a5 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/types/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/types/lib/main.js @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/types/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/types/lib/sync.js index 0fe27b23de84..6b0db703dc50 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/types/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/types/lib/sync.js @@ -40,7 +40,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of packages diff --git a/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/async.js b/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/async.js index 2c4286195c27..5a1116174f89 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/async.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/async.js @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' ); * @param {Callback} clbk - callback to invoke after finding packages * @throws {TypeError} callback argument must be a function * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * * @example diff --git a/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js b/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js index b039bfcfd9a2..2bcddde9561f 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js +++ b/lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js @@ -40,7 +40,7 @@ var validate = require( './validate.js' ); * @param {string} [options.pattern='**\/package.json'] - glob pattern * @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches * @throws {TypeError} options argument must be an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @throws {Error} `pattern` option must end with `package.json` * @throws {Error} unable to parse `package.json` as JSON * @returns {(EmptyArray|StringArray)} list of packages diff --git a/lib/node_modules/@stdlib/_tools/scaffold/package-json/lib/main.js b/lib/node_modules/@stdlib/_tools/scaffold/package-json/lib/main.js index 4c87f958a1e4..534db1c3c4d0 100644 --- a/lib/node_modules/@stdlib/_tools/scaffold/package-json/lib/main.js +++ b/lib/node_modules/@stdlib/_tools/scaffold/package-json/lib/main.js @@ -41,7 +41,7 @@ var validate = require( './validate.js' ); * @param {string} [options.cmd] - package command for use as a CLI tool * @param {string} [options.browser] - browser entry point * @throws {TypeError} must provide an object -* @throws {TypeError} must provide valid options +* @throws {Error} must provide valid options * @returns {Object} `package.json` * * @example diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/dasum/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/dasum/README.md index b2ec46e57e3c..fd88aeda96b7 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/dasum/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/dasum/README.md @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as ``` diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/README.md index 47e6b4a7b372..7aa79fc245f3 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/README.md @@ -33,7 +33,7 @@ The [L2-norm][l2-norm] is defined as ``` diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/gasum/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/gasum/README.md index 996940951394..37893f67abae 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/gasum/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/gasum/README.md @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as ``` diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/README.md index a95e2b6cd557..37590c892359 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/README.md @@ -33,7 +33,7 @@ The [L2-norm][l2-norm] is defined as ``` diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/sasum/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/sasum/README.md index 446a0b76d74d..52d3a919a705 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/sasum/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/sasum/README.md @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as ``` diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/snrm2/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/snrm2/README.md index 847e89b13662..ca2331b867f0 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/snrm2/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/snrm2/README.md @@ -33,7 +33,7 @@ The [L2-norm][l2-norm] is defined as ```