This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a change to branch esm
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
discard 7823b45 build: build distributable artifacts for ESM and CJS targets
discard 7574ab7 core: convert core nano code to module format
discard 501eaea tests: convert automated tests to module format
add 53dea92 always return a Buffer from attachment.get. Fixes issue #373
(#374)
add cb9d300 tests: convert automated tests to module format
add 74406ff core: convert core nano code to module format
add 9d2b5fe build: build distributable artifacts for ESM and CJS targets
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7823b45)
\
N -- N -- N refs/heads/esm (9d2b5fe)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
lib/nano.mjs | 3 +-
package-lock.json | 144 ++++++++++++++++++++++++-------------------
test/attachment.get.test.mjs | 15 +++++
3 files changed, 97 insertions(+), 65 deletions(-)