Comparing version 5.0.0-beta.0 to 5.0.0-beta.1
export { or, and, text } from "./queries"; | ||
export { Api } from "./api"; | ||
export { WsClient } from "./wsclient"; | ||
export { News, Filter, TextOptions, EndpointDescription, WebsocketResponse, WebsocketRequest, WebsocketErrorResponse } from "./types"; | ||
export { News, Filter, TextOptions, EndpointDescription, WebsocketResponse, WebsocketRequest, WebsocketErrorResponse, Query } from "./types"; | ||
export { Source, WebsocketMethod, WebsocketResponseType, QueryType, Endpoint } from "./enums"; |
{ | ||
"name": "newsware", | ||
"version": "5.0.0-beta.0", | ||
"version": "5.0.0-beta.1", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -5,4 +5,4 @@ export {or, and, text} from "./queries"; | ||
export { | ||
News, Filter, TextOptions, EndpointDescription, WebsocketResponse, WebsocketRequest, WebsocketErrorResponse | ||
News, Filter, TextOptions, EndpointDescription, WebsocketResponse, WebsocketRequest, WebsocketErrorResponse, Query | ||
} from "./types" | ||
export {Source, WebsocketMethod, WebsocketResponseType, QueryType, Endpoint} from "./enums" |
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
52082