@app-sh/jira
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,3 @@ import { AppSh, AppShPlugin } from "app-sh"; | ||
export type JiraConfig = { | ||
appSh?: AppSh; | ||
server: string; | ||
@@ -51,3 +52,3 @@ user: string; | ||
private _basicAuthHeader; | ||
constructor(appSh: AppSh, jiraConfig: JiraConfig); | ||
constructor(jiraConfig: JiraConfig); | ||
login(auth?: AuthDetails): Promise<void>; | ||
@@ -54,0 +55,0 @@ logout(): Promise<void>; |
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"name": "@app-sh/jira", | ||
@@ -32,3 +32,3 @@ "description": "App Shell plugin for JIRA", | ||
"dependencies": { | ||
"app-sh": "^1.3.3" | ||
"app-sh": "^1.3.5" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41734
1086
Updatedapp-sh@^1.3.5