@types/pouchdb-adapter-node-websql
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "@types/pouchdb-adapter-node-websql", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "TypeScript definitions for pouchdb-adapter-node-websql v5.4.4", | ||
@@ -13,4 +13,8 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "pouchdb-adapter-node-websql.d.ts" | ||
"dependencies": { | ||
"@types/pouchdb-adapter-websql": "*", | ||
"@types/pouchdb-core": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "02905fe64d2862c2cbe36613218785a776820f6649d710fde2eb3e2fa97ae46b" | ||
} |
@@ -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: DeclareModule | ||
* Library Dependencies: none | ||
* Library Dependencies: pouchdb-adapter-websql, 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-adapter-node-websql.d.ts", | ||
"libraryDependencies": [], | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"pouchdb-adapter-websql", | ||
"pouchdb-core" | ||
], | ||
"moduleDependencies": [], | ||
@@ -19,6 +22,6 @@ "libraryMajorVersion": "5", | ||
"files": [ | ||
"pouchdb-adapter-node-websql.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "93b8389ef37887213d7ac657b40835d6b3e5f3b70c3e28b4093056329d59f2a9" | ||
"contentHash": "02905fe64d2862c2cbe36613218785a776820f6649d710fde2eb3e2fa97ae46b" | ||
} |
2895
35
2
+ Added@types/pouchdb-core@*
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@2.1.0(transitive)
+ Added@types/pouchdb-adapter-websql@6.1.7(transitive)
+ Added@types/pouchdb-core@7.0.15(transitive)
+ Added@types/pouchdb-find@7.3.3(transitive)