@types/pouchdb-replication
Advanced tools
Comparing version 6.1.4 to 6.4.0
@@ -1,4 +0,4 @@ | ||
// Type definitions for pouchdb-replication 6.1 | ||
// Type definitions for pouchdb-replication 6.4 | ||
// Project: https://pouchdb.com/ | ||
// Definitions by: Jakub Navratil <https://github.com/trubit> | ||
// Definitions by: Jakub Navratil <https://github.com/trubit>, Sebastián Ramírez <https://github.com/tiangolo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -8,2 +8,3 @@ // TypeScript Version: 2.3 | ||
/// <reference types="pouchdb-core" /> | ||
/// <reference types="pouchdb-find" /> | ||
@@ -47,2 +48,7 @@ declare namespace PouchDB { | ||
/** | ||
* Filter using a query/pouchdb-find selector. Note: Selectors are not supported in CouchDB 1.x. | ||
*/ | ||
selector?: Find.Selector; | ||
/** Replicate changes after the given sequence number. */ | ||
@@ -49,0 +55,0 @@ since?: any; |
{ | ||
"name": "@types/pouchdb-replication", | ||
"version": "6.1.4", | ||
"version": "6.4.0", | ||
"description": "TypeScript definitions for pouchdb-replication", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "trubit" | ||
}, | ||
{ | ||
"name": "Sebastián Ramírez", | ||
"url": "https://github.com/tiangolo", | ||
"githubUsername": "tiangolo" | ||
} | ||
@@ -17,10 +22,11 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/pouchdb-core": "*" | ||
"@types/pouchdb-core": "*", | ||
"@types/pouchdb-find": "*" | ||
}, | ||
"typesPublisherContentHash": "92e8270a99a1846c59aa4a3e677ba52ab48ebc6927204678f76c744816957486", | ||
"typesPublisherContentHash": "b7d8850c2dc8b56cceb383ca8a903aad9bd700b78154b78b57eaaff000b345bb", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-replication | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/pouchdb-replication | ||
Additional Details | ||
* Last updated: Thu, 14 Dec 2017 21:33:45 GMT | ||
* Dependencies: pouchdb-core | ||
* Last updated: Tue, 15 May 2018 21:28:51 GMT | ||
* Dependencies: pouchdb-core, pouchdb-find | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jakub Navratil <https://github.com/trubit>. | ||
These definitions were written by Jakub Navratil <https://github.com/trubit>, Sebastián Ramírez <https://github.com/tiangolo>. |
12705
187
2
+ Added@types/pouchdb-find@*