@sapphire/async-queue
Advanced tools
Comparing version 1.5.4-next.74c9ef24 to 1.5.4-next.78b93032
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.5.4-next.74c9ef24", | ||
"version": "1.5.4-next.78b93032", | ||
"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.1.1", | ||
"tsup": "^8.3.0", | ||
"tsx": "^4.19.1", | ||
"@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", | ||
"typedoc-json-parser": "^10.1.6", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.1.1" | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57663