clubhouse-lib
Advanced tools
Comparing version 0.9.0-rc.4 to 0.9.0
import { Comment, CreateTaskParams, Epic, EpicChange, File, FileChange, ID, Iteration, IterationChange, Label, LinkedFile, LinkedFileChange, Member, Project, ProjectChange, RequestFactory, RequestPerformer, ResponseParser, Story, StoryChange, StoryLink, StoryLinkChange, StorySearchResult, Task, Team, UpdateTaskParams, Workflow } from './types'; | ||
export * from './types'; | ||
/** */ | ||
@@ -3,0 +4,0 @@ declare type ClientConfig = { |
{ | ||
"name": "clubhouse-lib", | ||
"version": "0.9.0-rc.4", | ||
"version": "0.9.0", | ||
"description": "A Promise based library to the Clubhouse REST API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
56572
1039