Comparing version 10.0.0-beta.20 to 10.0.0-beta.21
@@ -9,2 +9,3 @@ /// <reference types="ws" /> | ||
cursor: (string | number)[]; | ||
total?: number; | ||
}; | ||
@@ -17,2 +18,3 @@ }; | ||
cursor: (string | number)[]; | ||
total?: number; | ||
}; | ||
@@ -19,0 +21,0 @@ }; |
{ | ||
"name": "newsware", | ||
"version": "10.0.0-beta.20", | ||
"version": "10.0.0-beta.21", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -10,2 +10,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
cursor: (string | number)[] | ||
total?: number | ||
} | ||
@@ -19,2 +20,3 @@ } | ||
cursor: (string | number)[] | ||
total?: number | ||
} | ||
@@ -21,0 +23,0 @@ } |
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
99769
1978