@types/pouchdb
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -1,5 +0,6 @@ | ||
// Type definitions for pouchdb v6.1.2 | ||
// Type definitions for pouchdb 6.1 | ||
// Project: https://pouchdb.com/ | ||
// Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
@@ -21,2 +22,5 @@ /// <reference types='pouchdb-adapter-fruitdown' /> | ||
// TODO: Fixing this lint error will require a large refactor | ||
/* tslint:disable:no-single-declare-module */ | ||
declare module 'pouchdb' { | ||
@@ -23,0 +27,0 @@ const plugin: PouchDB.Static; |
{ | ||
"name": "@types/pouchdb", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "TypeScript definitions for pouchdb", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "32e3a6b7f023c7e14233c601ad842772f32374bc11e1978a7eb3ec630229c89f", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "c77eebfd2f28b6964202ed83f1a9a6498c260ffda235e3e3cd0669961711804e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 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
4623
25