@mongodb-js/compass-utils
Advanced tools
Comparing version 0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0 to 0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278
export { AmpersandMethodOptions, promisifyAmpersandMethod, } from './promisify-ampersand-method'; | ||
export { StoragePaths, getStoragePaths } from './get-storage-paths'; | ||
export { raceWithAbort, cancellableWait, createCancelError, isCancelError, } from './cancellable-promise'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getStoragePaths = exports.promisifyAmpersandMethod = void 0; | ||
exports.isCancelError = exports.createCancelError = exports.cancellableWait = exports.raceWithAbort = exports.getStoragePaths = exports.promisifyAmpersandMethod = void 0; | ||
var promisify_ampersand_method_1 = require("./promisify-ampersand-method"); | ||
@@ -8,2 +8,7 @@ Object.defineProperty(exports, "promisifyAmpersandMethod", { enumerable: true, get: function () { return promisify_ampersand_method_1.promisifyAmpersandMethod; } }); | ||
Object.defineProperty(exports, "getStoragePaths", { enumerable: true, get: function () { return get_storage_paths_1.getStoragePaths; } }); | ||
var cancellable_promise_1 = require("./cancellable-promise"); | ||
Object.defineProperty(exports, "raceWithAbort", { enumerable: true, get: function () { return cancellable_promise_1.raceWithAbort; } }); | ||
Object.defineProperty(exports, "cancellableWait", { enumerable: true, get: function () { return cancellable_promise_1.cancellableWait; } }); | ||
Object.defineProperty(exports, "createCancelError", { enumerable: true, get: function () { return cancellable_promise_1.createCancelError; } }); | ||
Object.defineProperty(exports, "isCancelError", { enumerable: true, get: function () { return cancellable_promise_1.isCancelError; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -17,3 +17,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0", | ||
"version": "0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278", | ||
"repository": { | ||
@@ -58,6 +58,6 @@ "type": "git", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-92270b35885e90f6eb7b153275848f7a2be21278", | ||
"@types/chai": "^4.2.21", | ||
@@ -76,3 +76,3 @@ "@types/mocha": "^9.0.0", | ||
}, | ||
"gitHead": "91daa029e219b08cf0b775b6648d35867f2272d0" | ||
"gitHead": "92270b35885e90f6eb7b153275848f7a2be21278" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45338
20
145