@sapphire/async-queue
Advanced tools
Comparing version 1.5.4-next.b97b30cd to 1.5.4-next.bb6c8891
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.5.4-next.b97b30cd", | ||
"version": "1.5.4-next.bb6c8891", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
@@ -13,2 +13,3 @@ "author": "@sapphire", | ||
"exports": { | ||
"browser": "./dist/iife/index.global.js", | ||
"import": { | ||
@@ -21,4 +22,3 @@ "types": "./dist/esm/index.d.mts", | ||
"default": "./dist/cjs/index.cjs" | ||
}, | ||
"browser": "./dist/iife/index.global.js" | ||
} | ||
}, | ||
@@ -67,11 +67,11 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"tsup": "^8.2.4", | ||
"tsx": "^4.19.0", | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"tsup": "^8.3.5", | ||
"tsx": "^4.19.2", | ||
"typedoc": "^0.25.13", | ||
"typedoc-json-parser": "^10.0.0", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.0.5" | ||
"vitest": "^2.1.4" | ||
} | ||
} |
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
57615