Comparing version 5.0.0 to 5.0.1
@@ -13,3 +13,4 @@ import { EndpointDescription } from "./types"; | ||
BusinessWire = "BW", | ||
SEC = "SEC" | ||
SEC = "SEC", | ||
Hammerstone = "HS" | ||
} | ||
@@ -16,0 +17,0 @@ export declare enum WebsocketMethod { |
@@ -18,2 +18,3 @@ "use strict"; | ||
Source["SEC"] = "SEC"; | ||
Source["Hammerstone"] = "HS"; | ||
})(Source || (exports.Source = Source = {})); | ||
@@ -20,0 +21,0 @@ var WebsocketMethod; |
{ | ||
"name": "newsware", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -15,3 +15,4 @@ import {EndpointDescription} from "./types"; | ||
BusinessWire = "BW", | ||
SEC = "SEC" | ||
SEC = "SEC", | ||
Hammerstone = "HS" | ||
} | ||
@@ -18,0 +19,0 @@ |
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
60676
1231