Comparing version 10.0.0-beta.24 to 10.0.1
@@ -21,3 +21,3 @@ /// <reference types="ws" /> | ||
export interface RestError { | ||
code: number; | ||
code: string; | ||
message: string; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "newsware", | ||
"version": "10.0.0-beta.24", | ||
"version": "10.0.1", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -24,3 +24,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
export interface RestError { | ||
code: number | ||
code: string | ||
message: string | ||
@@ -27,0 +27,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
102541