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 Feb 1, 2024
1 parent 105d9ea commit 6932424
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-01-01T01:43:57.609Z
2024-02-01T01:59:44.005Z
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2016-2023 The Stdlib Authors.
Copyright (c) 2016-2024 The Stdlib Authors.
11 changes: 7 additions & 4 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]).

The following diagram illustrates the relationships among the above branches:

Expand All @@ -49,5 +49,8 @@ C -->|bundle| F[umd];
[stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/napi/argv-strided-int16array
[production-url]: https://github.com/stdlib-js/napi-argv-strided-int16array/tree/production
[deno-url]: https://github.com/stdlib-js/napi-argv-strided-int16array/tree/deno
[deno-readme]: https://github.com/stdlib-js/napi-argv-strided-int16array/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/napi-argv-strided-int16array/tree/umd
[esm-url]: https://github.com/stdlib-js/napi-argv-strided-int16array/tree/esm
[umd-readme]: https://github.com/stdlib-js/napi-argv-strided-int16array/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/napi-argv-strided-int16array/tree/esm
[esm-readme]: https://github.com/stdlib-js/napi-argv-strided-int16array/blob/esm/README.md

0 comments on commit 6932424

Please sign in to comment.