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 2020/02/28 09:02:41 UTC

[couchdb-nano] branch axios updated: typescript defs

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

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


The following commit(s) were added to refs/heads/axios by this push:
     new 11ceab0  typescript defs
11ceab0 is described below

commit 11ceab09302a70d3a7b28d5f8560ba42ac3952d8
Author: Glynn Bird <gl...@gmail.com>
AuthorDate: Fri Feb 28 09:02:28 2020 +0000

    typescript defs
---
 package-lock.json | 8 +++++++-
 package.json      | 3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f3f82f7..879a998 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "nano",
-  "version": "8.2.0",
+  "version": "9.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -968,6 +968,12 @@
         "@types/istanbul-lib-report": "*"
       }
     },
+    "@types/node": {
+      "version": "13.7.6",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.6.tgz",
+      "integrity": "sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA==",
+      "dev": true
+    },
     "@types/stack-utils": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
diff --git a/package.json b/package.json
index d5303b9..8031842 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "license": "Apache-2.0",
   "homepage": "http://github.com/apache/couchdb-nano",
   "repository": "http://github.com/apache/couchdb-nano",
-  "version": "8.2.0",
+  "version": "9.0.0",
   "author": "Apache CouchDB <de...@couchdb.apache.org> (http://couchdb.apache.org)",
   "keywords": [
     "couchdb",
@@ -24,6 +24,7 @@
     "qs": "^6.9.1"
   },
   "devDependencies": {
+    "@types/node": "^13.7.6",
     "jest": "^25.1.0",
     "nock": "^12.0.1",
     "standard": "^14.3.1",