Comparing version 10.0.0-beta.17 to 10.0.0-beta.18
@@ -141,2 +141,4 @@ /// <reference types="ws" /> | ||
code: string; | ||
name: string; | ||
description: string; | ||
} |
{ | ||
"name": "newsware", | ||
"version": "10.0.0-beta.17", | ||
"version": "10.0.0-beta.18", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -160,2 +160,4 @@ import { CloseEvent } from "isomorphic-ws" | ||
code: string | ||
name: string | ||
description: string | ||
} |
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
95501
1904