@types/pouchdb-replication
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "@types/pouchdb-replication", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "TypeScript definitions for pouchdb-replication v5.4.4", | ||
@@ -13,4 +13,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "pouchdb-replication.d.ts" | ||
"dependencies": { | ||
"@types/pouchdb-core": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ff207b7dabff378c382bc798ba089c5d9597ead79a8557b4466fdb0187bc5458" | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:09 GMT | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: OldUMD | ||
* Library Dependencies: none | ||
* Library Dependencies: pouchdb-core | ||
* Module Dependencies: none | ||
@@ -16,0 +16,0 @@ * Global values: none |
{ | ||
"authors": "Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>", | ||
"definitionFilename": "pouchdb-replication.d.ts", | ||
"libraryDependencies": [], | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"pouchdb-core" | ||
], | ||
"moduleDependencies": [], | ||
@@ -19,6 +21,6 @@ "libraryMajorVersion": "5", | ||
"files": [ | ||
"pouchdb-replication.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "3d2d06ff32b5c31db170807d50bf5d37b42c6e872146714a5fb43de3350b44d1" | ||
"contentHash": "ff207b7dabff378c382bc798ba089c5d9597ead79a8557b4466fdb0187bc5458" | ||
} |
2960
44
1
+ Added@types/pouchdb-core@*
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@2.1.0(transitive)
+ Added@types/pouchdb-core@7.0.15(transitive)
+ Added@types/pouchdb-find@7.3.3(transitive)