@azure/abort-controller
Advanced tools
Comparing version 1.0.1-dev.20191204.1 to 1.0.1-dev.20191205.1
@@ -0,1 +1,6 @@ | ||
## 1.0.1 - 2019-12-04 | ||
Fixes the [bug 6271](https://github.com/Azure/azure-sdk-for-js/issues/6271) that can occur with angular prod builds due to triple-slash directives. | ||
([PR 6344](https://github.com/Azure/azure-sdk-for-js/pull/6344)) | ||
## 1.0.0 - 2019-10-29 | ||
@@ -2,0 +7,0 @@ |
@@ -1,2 +0,1 @@ | ||
/// <reference lib="es5" /> | ||
// Changes to Aborter | ||
@@ -3,0 +2,0 @@ // * Rename Aborter to AbortSignal |
{ | ||
"name": "@azure/abort-controller", | ||
"sdk-type": "client", | ||
"version": "1.0.1-dev.20191204.1", | ||
"version": "1.0.1-dev.20191205.1", | ||
"description": "Microsoft Azure SDK for JavaScript - Aborter", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
@@ -102,3 +102,3 @@ # Azure Abort Controller library for JS | ||
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/72bb17fa22d8426555b78e1372dc7ae658ff20a9/CONTRIBUTING.md) to learn more about how to build and test the code. | ||
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/878dfff792a0477b4c07df377ed0389433ff3b57/CONTRIBUTING.md) to learn more about how to build and test the code. | ||
@@ -105,0 +105,0 @@ This project has adopted the Microsoft Open Source Code of Conduct. |
@@ -1,3 +0,1 @@ | ||
/// <reference lib="es5" /> | ||
// Changes to Aborter | ||
@@ -4,0 +2,0 @@ // * Rename Aborter to AbortSignal |
@@ -1,4 +0,3 @@ | ||
/// <reference lib="es5" /> | ||
export { AbortController, AbortError } from "./AbortController"; | ||
export { AbortSignal, AbortSignalLike } from "./AbortSignal"; | ||
//# sourceMappingURL=aborter.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60684
1010