Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 27, 2024
1 parent 97ab2db commit 8a7d003
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ npm install @stdlib/repl-info

Alternatively,

- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url].
- If you are using Deno, visit the [`deno` branch][deno-url].
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]).
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]).
- To use as a general utility for the command line, install the corresponding [CLI package][cli-section] globally.

The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.

To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.

</section>

<section class="usage">
Expand Down Expand Up @@ -284,8 +286,11 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

[deno-url]: https://github.com/stdlib-js/repl-info/tree/deno
[deno-readme]: https://github.com/stdlib-js/repl-info/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/repl-info/tree/umd
[umd-readme]: https://github.com/stdlib-js/repl-info/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/repl-info/tree/esm
[esm-readme]: https://github.com/stdlib-js/repl-info/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/repl-info/blob/main/branches.md

[pddl-1.0]: http://opendatacommons.org/licenses/pddl/1.0/
Expand Down
9 changes: 6 additions & 3 deletions branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This repository has the following branches:

- **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
- **production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
- **deno**: [Deno][deno-url] branch for use in Deno.
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
- **cli**: [CLI][cli-url] branch for use on the command line.

The following diagram illustrates the relationships among the above branches:
Expand All @@ -52,6 +52,9 @@ C -->|extract| G[cli];
[stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/repl/info
[production-url]: https://github.com/stdlib-js/repl-info/tree/production
[deno-url]: https://github.com/stdlib-js/repl-info/tree/deno
[deno-readme]: https://github.com/stdlib-js/repl-info/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/repl-info/tree/umd
[umd-readme]: https://github.com/stdlib-js/repl-info/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/repl-info/tree/esm
[esm-readme]: https://github.com/stdlib-js/repl-info/blob/esm/README.md
[cli-url]: https://github.com/stdlib-js/repl-info/tree/cli
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3288,6 +3288,7 @@ isSafeInteger.isObject,"\nisSafeInteger.isObject( value:any )\n Tests if a va
isSafeIntegerArray,"\nisSafeIntegerArray( value:any )\n Tests if a value is an array-like object containing only safe integers.\n"
isSafeIntegerArray.primitives,"\nisSafeIntegerArray.primitives( value:any )\n Tests if a value is an array-like object containing only primitive safe\n integer values.\n"
isSafeIntegerArray.objects,"\nisSafeIntegerArray.objects( value:any )\n Tests if a value is an array-like object containing only `Number` objects\n having safe integer values.\n"
isSameArray,"\nisSameArray( v1:any, v2:any )\n Tests if two arguments are both generic arrays and have the same values.\n"
isSameComplex64,"\nisSameComplex64( v1:any, v2:any )\n Tests if two arguments are both single-precision complex floating-point\n numbers and have the same value.\n"
isSameComplex64Array,"\nisSameComplex64Array( v1:any, v2:any )\n Tests if two arguments are both Complex64Arrays and have the same values.\n"
isSameComplex128,"\nisSameComplex128( v1:any, v2:any )\n Tests if two arguments are both double-precision complex floating-point\n numbers and have the same value.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 8a7d003

Please sign in to comment.