Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 8564d08

Browse files
authored
Merge pull request #417 from cloudant/pin-nano-8.1
Pin Nano to ~8.1.0 to prevent ts API breakage from 8.2.0
2 parents 07b7fa2 + ab34027 commit 8564d08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Unreleased
2+
- [FIXED] Pinned Nano to version 8.1 to resolve issue with extending upstream
3+
TypeScript changes in Nano version 8.2.0.
4+
15
# 4.2.3 (2019-12-05)
26
- [FIXED] Expose BasePlugin.
37
- [FIXED] Prevent double encoding of credentials passed in URL user information

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cookie": "^0.4.0",
3030
"debug": "^3.1.0",
3131
"lockfile": "1.0.3",
32-
"nano": "^8.1.0",
32+
"nano": "~8.1.0",
3333
"request": "^2.81.0",
3434
"tmp": "0.0.33"
3535
},

0 commit comments

Comments
 (0)