@types/pouchdb
Advanced tools
Comparing version 6.1.1 to 6.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for pouchdb 6.1 | ||
// Type definitions for pouchdb 6.3 | ||
// Project: https://pouchdb.com/ | ||
@@ -27,3 +27,3 @@ // Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao> | ||
const plugin: PouchDB.Static; | ||
export = plugin; | ||
export default plugin; | ||
} |
{ | ||
"name": "@types/pouchdb", | ||
"version": "6.1.1", | ||
"version": "6.3.0", | ||
"description": "TypeScript definitions for pouchdb", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c77eebfd2f28b6964202ed83f1a9a6498c260ffda235e3e3cd0669961711804e", | ||
"typesPublisherContentHash": "062ed33c316aca1b9c1d4f5650bbb83a9e18ee29a6237fe4c37d50f8165ed969", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT | ||
* Last updated: Tue, 01 Aug 2017 14:04:54 GMT | ||
* Dependencies: pouchdb-adapter-fruitdown, pouchdb-adapter-http, pouchdb-adapter-idb, pouchdb-adapter-leveldb, pouchdb-adapter-localstorage, pouchdb-adapter-memory, pouchdb-adapter-node-websql, pouchdb-adapter-websql, pouchdb-browser, pouchdb-core, pouchdb-http, pouchdb-mapreduce, pouchdb-node, pouchdb-replication | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4678