Comparing version 5.0.0-beta.7 to 5.0.0-beta.8
@@ -27,4 +27,3 @@ "use strict"; | ||
searchHeadline: true, | ||
exactMatch: false | ||
}; | ||
//# sourceMappingURL=queries.js.map |
@@ -40,3 +40,2 @@ /// <reference types="ws" /> | ||
ignore?: boolean; | ||
exactMatch?: boolean; | ||
} | ||
@@ -43,0 +42,0 @@ export declare enum QueryType { |
{ | ||
"name": "newsware", | ||
"version": "5.0.0-beta.7", | ||
"version": "5.0.0-beta.8", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -30,3 +30,2 @@ import {Query, QueryType, TextOptions} from "./types"; | ||
searchHeadline: true, | ||
exactMatch: false | ||
} |
@@ -46,3 +46,2 @@ import {CloseEvent} from "isomorphic-ws"; | ||
ignore?: boolean // defaults to false | ||
exactMatch?: boolean // defaults to false | ||
} | ||
@@ -49,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
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
60504
1228