Comparing version 10.0.6 to 10.0.7
@@ -33,3 +33,3 @@ /// <reference types="ws" /> | ||
creationTime: string; | ||
categoryCodes: string; | ||
categoryCodes: string[]; | ||
link?: string; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "newsware", | ||
"version": "10.0.6", | ||
"version": "10.0.7", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -37,3 +37,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
creationTime: string | ||
categoryCodes: string | ||
categoryCodes: string[] | ||
link?: string | ||
@@ -40,0 +40,0 @@ } |
103172