rest-on-couch-client
Advanced tools
Comparing version 3.3.1 to 3.3.2
# Changelog | ||
### [3.3.2](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.1...v3.3.2) (2021-11-02) | ||
### Bug Fixes | ||
* add $kind to Document interface base ([85c73eb](https://www.github.com/cheminfo/rest-on-couch-client/commit/85c73ebf91fec3e73795eec9b819072b53dd38f9)) | ||
* upgrade deps ([0432ca4](https://www.github.com/cheminfo/rest-on-couch-client/commit/0432ca40da14fecafb6d7177a9a6d1053b5efe3d)) | ||
### [3.3.1](https://www.github.com/cheminfo/rest-on-couch-client/compare/v3.3.0...v3.3.1) (2021-09-01) | ||
@@ -4,0 +12,0 @@ |
@@ -26,2 +26,3 @@ /// <reference types="node" /> | ||
$type: 'entry' | 'group'; | ||
$kind: string; | ||
$creationDate: number; | ||
@@ -28,0 +29,0 @@ $lastModification: string; |
{ | ||
"name": "rest-on-couch-client", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "A nodejs / browser client for rest-on-couch backend", | ||
@@ -41,15 +41,15 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.0.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-cheminfo-typescript": "^8.0.9", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"@types/jest": "^27.0.2", | ||
"eslint": "^8.1.0", | ||
"eslint-config-cheminfo-typescript": "^10.2.0", | ||
"jest": "^27.3.1", | ||
"prettier": "^2.4.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.3.5" | ||
"ts-jest": "^27.0.7", | ||
"typescript": "^4.4.4" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^16.7.1", | ||
"axios": "^0.21.1", | ||
"immer": "^9.0.5" | ||
"@types/node": "^16.11.6", | ||
"axios": "^0.24.0", | ||
"immer": "^9.0.6" | ||
}, | ||
@@ -56,0 +56,0 @@ "prettier": { |
226935
5082
+ Addedaxios@0.24.0(transitive)
- Removedaxios@0.21.4(transitive)
Updated@types/node@^16.11.6
Updatedaxios@^0.24.0
Updatedimmer@^9.0.6