@sapphire/async-queue
Advanced tools
Comparing version 1.5.4-next.4a46e518 to 1.5.4-next.4a5bf954
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.5.4-next.4a46e518", | ||
"version": "1.5.4-next.4a5bf954", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
@@ -34,3 +34,3 @@ "author": "@sapphire", | ||
"check-update": "cliff-jumper --dry-run", | ||
"gen-index": "tsx ../../scripts/gen-index.cts -w async-queue" | ||
"gen-index": "tsx ../../scripts/gen-index.cts async-queue --write" | ||
}, | ||
@@ -66,6 +66,6 @@ "repository": { | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^4.0.3", | ||
"@favware/cliff-jumper": "^4.1.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"tsup": "^8.2.4", | ||
"tsx": "^4.17.0", | ||
"tsx": "^4.19.0", | ||
"typedoc": "^0.25.13", | ||
@@ -72,0 +72,0 @@ "typedoc-json-parser": "^10.0.0", |
@@ -10,3 +10,2 @@ <div align="center"> | ||
[![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md) | ||
[![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/async-queue?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/async-queue) | ||
@@ -13,0 +12,0 @@ [![npm](https://img.shields.io/npm/v/@sapphire/async-queue?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/async-queue) |
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
58575
97