@avst-api/jira7-server
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@avst-api/jira7-server", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Adaptavist Managed API for Jira Server 7.13.9", | ||
"main": "index.js", | ||
"scripts": { | ||
"tsc": "node ./node_modules/typescript/bin/tsc", | ||
"build": "node ./node_modules/typescript/bin/tsc --outDir dist && cp package.json dist/package.json && cp changelog.md dist/readme.md", | ||
"tsc": "node ./node_modules/typescript/bin/tsc --outDir dist && cp package.json dist/package.json && cp changelog.md dist/readme.md", | ||
"publish": "sh ./publish.sh", | ||
@@ -10,0 +9,0 @@ "lint": "node ./node_modules/eslint/bin/eslint.js --ext ts ./", |
@@ -11,2 +11,6 @@ # 0.1.6 | ||
- Renamed `connection` property to `connectionId` in `raw-api` and `handled-api` layers. | ||
- Removed `AnyError` and `ValidationError` from `TypedPromise` return signature. | ||
- Removed `AnyError` and `ValidationError` from `TypedPromise` return signature. | ||
# 0.1.8 | ||
- Fixed `setGlobalErrorStrategy` method. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1219612
15
20673