@sapphire/async-queue
Advanced tools
Comparing version 1.5.3-next.a2aa8a9f.0 to 1.5.3-next.a3da0ab0
@@ -12,3 +12,3 @@ var SapphireAsyncQueue = (function (exports) { | ||
// src/lib/AsyncQueueEntry.ts | ||
// src/lib/_AsyncQueueEntry.ts | ||
var _AsyncQueueEntry = class _AsyncQueueEntry { | ||
@@ -15,0 +15,0 @@ constructor(queue) { |
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.5.3-next.a2aa8a9f.0", | ||
"version": "1.5.3-next.a3da0ab0", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
@@ -29,7 +29,8 @@ "author": "@sapphire", | ||
"docs": "typedoc-json-parser", | ||
"build": "tsup && yarn build:rename-cjs-index", | ||
"build:rename-cjs-index": "tsx --tsconfig ../../scripts/tsconfig.json ../../scripts/rename-cjs-index.cts", | ||
"build": "yarn gen-index && tsup && yarn build:rename-cjs-index", | ||
"build:rename-cjs-index": "tsx ../../scripts/rename-cjs-index.cts", | ||
"prepack": "yarn build", | ||
"bump": "cliff-jumper", | ||
"check-update": "cliff-jumper --dry-run" | ||
"check-update": "cliff-jumper --dry-run", | ||
"gen-index": "tsx ../../scripts/gen-index.cts -w async-queue" | ||
}, | ||
@@ -65,6 +66,6 @@ "repository": { | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^3.0.3", | ||
"@favware/cliff-jumper": "^4.0.2", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"tsup": "^8.0.2", | ||
"tsx": "^4.10.5", | ||
"tsx": "^4.11.0", | ||
"typedoc": "^0.25.13", | ||
@@ -71,0 +72,0 @@ "typedoc-json-parser": "^10.0.0", |
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
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
52658