From 0e878f81a4a982e2dd99ef292d3cc0cd0f18bbdf Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Feb 2024 06:05:24 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- NOTICE | 2 +- branches.md | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/.keepalive b/.github/.keepalive index ac9ad5d..a420787 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-01-01T05:14:47.181Z +2024-02-01T06:05:20.925Z diff --git a/NOTICE b/NOTICE index f7aca1b..e6e7482 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1 @@ -Copyright (c) 2016-2023 The Stdlib Authors. +Copyright (c) 2016-2024 The Stdlib Authors. diff --git a/branches.md b/branches.md index ee8660c..3aff573 100644 --- a/branches.md +++ b/branches.md @@ -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: @@ -49,5 +49,8 @@ C -->|bundle| F[umd]; [stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/strided/napi/nullary [production-url]: https://github.com/stdlib-js/strided-napi-nullary/tree/production [deno-url]: https://github.com/stdlib-js/strided-napi-nullary/tree/deno +[deno-readme]: https://github.com/stdlib-js/strided-napi-nullary/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/strided-napi-nullary/tree/umd -[esm-url]: https://github.com/stdlib-js/strided-napi-nullary/tree/esm \ No newline at end of file +[umd-readme]: https://github.com/stdlib-js/strided-napi-nullary/blob/umd/README.md +[esm-url]: https://github.com/stdlib-js/strided-napi-nullary/tree/esm +[esm-readme]: https://github.com/stdlib-js/strided-napi-nullary/blob/esm/README.md \ No newline at end of file