real-cancellable-promise
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
@@ -0,1 +1,5 @@ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
/** | ||
@@ -261,2 +265,6 @@ * If canceled, a [[`CancellablePromise`]] should throw an `Cancellation` object. | ||
export { CancellablePromise, Cancellation, buildCancellablePromise, isPromiseWithCancel, pseudoCancellable }; | ||
exports.CancellablePromise = CancellablePromise; | ||
exports.Cancellation = Cancellation; | ||
exports.buildCancellablePromise = buildCancellablePromise; | ||
exports.isPromiseWithCancel = isPromiseWithCancel; | ||
exports.pseudoCancellable = pseudoCancellable; |
{ | ||
"name": "real-cancellable-promise", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "A simple cancellable promise implementation that cancels the underlying HTTP call.", | ||
@@ -18,4 +18,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
@@ -22,0 +22,0 @@ "scripts": { |
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