@types/pouchdb-replication
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -116,4 +116,4 @@ // Type definitions for pouchdb-replication v6.1.2 | ||
interface SyncOptions extends ReplicateOptions { | ||
push?: boolean; | ||
pull?: boolean; | ||
push?: ReplicateOptions; | ||
pull?: ReplicateOptions; | ||
} | ||
@@ -120,0 +120,0 @@ |
{ | ||
"name": "@types/pouchdb-replication", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "TypeScript definitions for pouchdb-replication", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "83a5cd495bbe7a9b8007c108881e1dde8909358a3499734747ff86ade7808e16", | ||
"typesPublisherContentHash": "7349a15140aa610e66ce67ad5793510b98dde55aad4f90b326017beb1b947c79", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Last updated: Thu, 18 May 2017 23:36:00 GMT | ||
* Dependencies: pouchdb-core | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
12618