You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2023/01/09 10:25:19 UTC

[couchdb-nano] branch fetch updated (aa9506d -> f692e14)

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a change to branch fetch
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


    from aa9506d  nvm use 16.18.1
     add 0951133  Changed datatype of update_seq and pure_seq to be `number | string` (#317)
     add 04eee03  Removing Travis and replacing with GitHub Workflows (#318)
     add e14cf05  Bump json5 from 1.0.1 to 1.0.2 (#319)
     add f692e14  rebase from main

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yaml         | 37 +++++++++++++++++++++++++++++++++++++
 .travis.yml                       | 16 ----------------
 lib/nano.d.ts                     | 10 +++++-----
 package-lock.json                 | 12 ++++++------
 scripts/run_couchdb_on_travis.sh  | 15 ---------------
 scripts/stop_couchdb_on_travis.sh |  7 -------
 6 files changed, 48 insertions(+), 49 deletions(-)
 create mode 100644 .github/workflows/ci.yaml
 delete mode 100644 .travis.yml
 delete mode 100755 scripts/run_couchdb_on_travis.sh
 delete mode 100755 scripts/stop_couchdb_on_travis.sh