Comparing version 10.0.0-beta.16 to 10.0.0-beta.17
@@ -137,2 +137,3 @@ /// <reference types="ws" /> | ||
description: string; | ||
children: CategoryCode[]; | ||
} | ||
@@ -139,0 +140,0 @@ export interface SourceDetails { |
{ | ||
"name": "newsware", | ||
"version": "10.0.0-beta.16", | ||
"version": "10.0.0-beta.17", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -155,2 +155,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
description: string | ||
children: CategoryCode[] | ||
} | ||
@@ -157,0 +158,0 @@ |
95417
1900