@sapphire/async-queue
Advanced tools
Comparing version 1.5.3-next.caf83f1f.0 to 1.5.3-next.d4ebe803.0
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.5.3-next.caf83f1f.0", | ||
"version": "1.5.3-next.d4ebe803.0", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
@@ -30,3 +30,3 @@ "author": "@sapphire", | ||
"build": "tsup && yarn build:rename-cjs-index", | ||
"build:rename-cjs-index": "node ../../scripts/rename-cjs-index.mjs", | ||
"build:rename-cjs-index": "tsx --tsconfig ../../scripts/tsconfig.json ../../scripts/rename-cjs-index.cts", | ||
"prepack": "yarn build", | ||
@@ -65,10 +65,11 @@ "bump": "cliff-jumper", | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^2.2.3", | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"tsup": "^8.0.1", | ||
"typedoc": "^0.25.7", | ||
"typedoc-json-parser": "^9.0.1", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.2" | ||
"@favware/cliff-jumper": "^3.0.3", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"tsup": "^8.0.2", | ||
"tsx": "^4.10.5", | ||
"typedoc": "^0.25.13", | ||
"typedoc-json-parser": "^10.0.0", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
} | ||
} |
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
52605
8