@types/jira-client
Advanced tools
Comparing version 6.4.2 to 6.4.3
@@ -80,2 +80,4 @@ // Type definitions for jira-client 6.4 | ||
getIssueWatchers(issueId: string): Promise<JiraApi.JsonResponse[]>; | ||
deleteIssue(issueId: string): Promise<JiraApi.JsonResponse>; | ||
@@ -82,0 +84,0 @@ |
{ | ||
"name": "@types/jira-client", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "TypeScript definitions for jira-client", | ||
@@ -22,3 +22,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/jira-client" | ||
}, | ||
@@ -30,4 +31,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "070057f0eea01fde21cd1d7164890dfc88e146a9e52a2f362fd2d20b8b831d0e", | ||
"typesPublisherContentHash": "d117dcbbb5dc535caef94eebcc690db1f6c8ce2f69ec2eb5e7208a82f0cd8c2b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:42:16 GMT | ||
* Last updated: Wed, 01 May 2019 10:00:12 GMT | ||
* Dependencies: @types/request, @types/node | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13472
263