@mongodb-js/compass-utils
Advanced tools
Comparing version 0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10 to 0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c
@@ -5,3 +5,6 @@ declare class AbortError extends Error { | ||
} | ||
export declare const throwIfAborted: (signal?: AbortSignal) => void; | ||
export declare const throwIfAborted: (signal?: { | ||
aborted: boolean; | ||
reason?: Error; | ||
}) => void; | ||
export declare const createCancelError: (message?: string) => AbortError; | ||
@@ -8,0 +11,0 @@ export declare function isCancelError(error: any): error is AbortError; |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10", | ||
"version": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c", | ||
"repository": { | ||
@@ -54,6 +54,6 @@ "type": "git", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c", | ||
"@types/chai": "^4.2.21", | ||
@@ -74,5 +74,5 @@ "@types/mocha": "^9.0.0", | ||
"@electron/remote": "^2.1.2", | ||
"electron": "^29.4.5" | ||
"electron": "^30.4.0" | ||
}, | ||
"gitHead": "4da646a12b2e0ba41483ebf5a98cd74907a22e10" | ||
"gitHead": "4eaf0370d44a91ba9c196f41774c1b6b61b5029c" | ||
} |
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
46490
159
+ Addedelectron@30.5.1(transitive)
- Removedelectron@29.4.6(transitive)
Updatedelectron@^30.4.0