@sapphire/async-queue
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,25 +6,31 @@ # Change Log | ||
## [1.0.6](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.5...@sapphire/async-queue@1.0.6) (2021-04-03) | ||
## [1.0.7](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.6...@sapphire/async-queue@1.0.7) (2021-04-19) | ||
### Bug Fixes | ||
- change all Sapphire URLs from "project"->"community" & use our domain where applicable ๐จโ๐พ๐ ([#102](https://github.com/sapphire-community/utilities/issues/102)) ([835b408](https://github.com/sapphire-community/utilities/commit/835b408e8e57130c3787aca2e32613346ff23e4d)) | ||
## [1.0.6](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.5...@sapphire/async-queue@1.0.6) (2021-04-03) | ||
**Note:** Version bump only for package @sapphire/async-queue | ||
## [1.0.5](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.4...@sapphire/async-queue@1.0.5) (2021-03-16) | ||
## [1.0.5](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.4...@sapphire/async-queue@1.0.5) (2021-03-16) | ||
### Bug Fixes | ||
- remove terser from all packages ([#79](https://github.com/sapphire-project/utilities/issues/79)) ([1cfe4e7](https://github.com/sapphire-project/utilities/commit/1cfe4e7c804e62c142495686d2b83b81d0026c02)) | ||
- remove terser from all packages ([#79](https://github.com/sapphire-community/utilities/issues/79)) ([1cfe4e7](https://github.com/sapphire-community/utilities/commit/1cfe4e7c804e62c142495686d2b83b81d0026c02)) | ||
## [1.0.4](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.3...@sapphire/async-queue@1.0.4) (2021-02-16) | ||
## [1.0.4](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.3...@sapphire/async-queue@1.0.4) (2021-02-16) | ||
**Note:** Version bump only for package @sapphire/async-queue | ||
## [1.0.3](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.2...@sapphire/async-queue@1.0.3) (2021-02-13) | ||
## [1.0.3](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.2...@sapphire/async-queue@1.0.3) (2021-02-13) | ||
**Note:** Version bump only for package @sapphire/async-queue | ||
## [1.0.2](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.1...@sapphire/async-queue@1.0.2) (2021-01-25) | ||
## [1.0.2](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.1...@sapphire/async-queue@1.0.2) (2021-01-25) | ||
**Note:** Version bump only for package @sapphire/async-queue | ||
## [1.0.1](https://github.com/sapphire-project/utilities/compare/@sapphire/async-queue@1.0.0...@sapphire/async-queue@1.0.1) (2021-01-16) | ||
## [1.0.1](https://github.com/sapphire-community/utilities/compare/@sapphire/async-queue@1.0.0...@sapphire/async-queue@1.0.1) (2021-01-16) | ||
@@ -37,2 +43,2 @@ **Note:** Version bump only for package @sapphire/async-queue | ||
- **async-queue:** add async-queue package ([#56](https://github.com/sapphire-project/utilities/issues/56)) ([ba81832](https://github.com/sapphire-project/utilities/commit/ba8183287dbbc3f3d7d79af6d5a2d3dd8d62f63e)) | ||
- **async-queue:** add async-queue package ([#56](https://github.com/sapphire-community/utilities/issues/56)) ([ba81832](https://github.com/sapphire-community/utilities/commit/ba8183287dbbc3f3d7d79af6d5a2d3dd8d62f63e)) |
# The MIT License (MIT) | ||
Copyright ยฉ `2020` `The Sapphire Project and its contributors` | ||
Copyright ยฉ `2020` `The Sapphire Community and its contributors` | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person |
{ | ||
"name": "@sapphire/async-queue", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Sequential asynchronous lock-based queue for promises", | ||
@@ -16,3 +16,3 @@ "author": "@sapphire", | ||
}, | ||
"homepage": "https://github.com/sapphire-project/utilities/tree/main/packages/async-queue", | ||
"homepage": "https://github.com/sapphire-community/utilities/tree/main/packages/async-queue", | ||
"scripts": { | ||
@@ -27,3 +27,3 @@ "test": "jest", | ||
"type": "git", | ||
"url": "git+https://github.com/sapphire-project/utilities.git", | ||
"url": "git+https://github.com/sapphire-community/utilities.git", | ||
"directory": "packages/async-queue" | ||
@@ -50,3 +50,3 @@ }, | ||
"bugs": { | ||
"url": "https://github.com/sapphire-project/utilities/issues" | ||
"url": "https://github.com/sapphire-community/utilities/issues" | ||
}, | ||
@@ -56,3 +56,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "16d5e0f01f4def82eadc9fcd8bff5576ca3509ea" | ||
"gitHead": "5f43927a1bf27b9d1c13a637bf246ea36407a111" | ||
} |
<div align="center"> | ||
![Sapphire Logo](https://cdn.skyra.pw/gh-assets/sapphire.png) | ||
![Sapphire Logo](https://cdn.skyra.pw/gh-assets/sapphire-banner.png) | ||
@@ -9,9 +9,9 @@ # @sapphire/async-queue | ||
[![GitHub](https://img.shields.io/github/license/sapphire-project/utilities)](https://github.com/sapphire-project/utilities/blob/main/LICENSE.md) | ||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/sapphire-project/utilities.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sapphire-project/utilities/alerts/) | ||
[![Language grade: JavaScript/TypeScript](https://img.shields.io/lgtm/grade/javascript/g/sapphire-project/utilities.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sapphire-project/utilities/context:javascript) | ||
[![Coverage Status](https://coveralls.io/repos/github/sapphire-project/utilities/badge.svg?branch=main)](https://coveralls.io/github/sapphire-project/utilities?branch=main) | ||
[![GitHub](https://img.shields.io/github/license/sapphire-community/utilities)](https://github.com/sapphire-community/utilities/blob/main/LICENSE.md) | ||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/sapphire-community/utilities.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sapphire-community/utilities/alerts/) | ||
[![Language grade: JavaScript/TypeScript](https://img.shields.io/lgtm/grade/javascript/g/sapphire-community/utilities.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sapphire-community/utilities/context:javascript) | ||
[![Coverage Status](https://coveralls.io/repos/github/sapphire-community/utilities/badge.svg?branch=main)](https://coveralls.io/github/sapphire-community/utilities?branch=main) | ||
[![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) | ||
[![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) | ||
[![Depfu](https://badges.depfu.com/badges/ec42ff3d6bae55eee1de4749960852b3/count.svg)](https://depfu.com/github/sapphire-project/utilities?project_id=15195) | ||
[![Depfu](https://badges.depfu.com/badges/ec42ff3d6bae55eee1de4749960852b3/count.svg)](https://depfu.com/github/sapphire-community/utilities?project_id=15195) | ||
@@ -42,16 +42,16 @@ </div> | ||
For the full API documentation please refer to the TypeDoc generated [documentation](https://sapphire-project.github.io/utilities/modules/_sapphire_async_queue.html). | ||
For the full API documentation please refer to the TypeDoc generated [documentation](https://sapphire-community.github.io/utilities/modules/_sapphire_async_queue.html). | ||
## Buy us some doughnuts | ||
Sapphire Project is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance! | ||
Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance! | ||
We accept donations through Open Collective, Ko-fi, PayPal, Patreon and GitHub Sponsorships. You can use the buttons below to donate through your method of choice. | ||
| Donate With | Address | | ||
| :-------------: | :----------------------------------------------------------------------------------------------: | | ||
| Open Collective | [Click Here](https://opencollective.com/sapphire-project) | | ||
| Ko-fi | [Click Here](https://ko-fi.com/sapphireproject) | | ||
| Patreon | [Click Here](https://www.patreon.com/sapphire_project) | | ||
| PayPal | [Click Here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SP738BQTQQYZY) | | ||
| Donate With | Address | | ||
| :-------------: | :-------------------------------------------------: | | ||
| Open Collective | [Click Here](https://sapphirejs.com/opencollective) | | ||
| Ko-fi | [Click Here](https://sapphirejs.com/kofi) | | ||
| Patreon | [Click Here](https://sapphirejs.com/patreon) | | ||
| PayPal | [Click Here](https://sapphirejs.com/paypal) | | ||
@@ -67,19 +67,22 @@ ## Contributors โจ | ||
<tr> | ||
<td align="center"><a href="https://favware.tech/"><img src="https://avatars3.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Favna" title="Code">๐ป</a> <a href="#infra-Favna" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="#projectManagement-Favna" title="Project Management">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=Favna" title="Documentation">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=Favna" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/kyranet"><img src="https://avatars0.githubusercontent.com/u/24852502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Antonio Romรกn</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=kyranet" title="Code">๐ป</a> <a href="#projectManagement-kyranet" title="Project Management">๐</a> <a href="https://github.com/sapphire-project/utilities/pulls?q=is%3Apr+reviewed-by%3Akyranet" title="Reviewed Pull Requests">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=kyranet" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/PyroTechniac"><img src="https://avatars2.githubusercontent.com/u/39341355?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gryffon Bellish</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=PyroTechniac" title="Code">๐ป</a> <a href="https://github.com/sapphire-project/utilities/pulls?q=is%3Apr+reviewed-by%3APyroTechniac" title="Reviewed Pull Requests">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=PyroTechniac" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/vladfrangu"><img src="https://avatars3.githubusercontent.com/u/17960496?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vlad Frangu</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=vladfrangu" title="Code">๐ป</a> <a href="https://github.com/sapphire-project/utilities/issues?q=author%3Avladfrangu" title="Bug reports">๐</a> <a href="https://github.com/sapphire-project/utilities/pulls?q=is%3Apr+reviewed-by%3Avladfrangu" title="Reviewed Pull Requests">๐</a> <a href="#userTesting-vladfrangu" title="User Testing">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=vladfrangu" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/Soumil07"><img src="https://avatars0.githubusercontent.com/u/29275227?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Soumil07</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Soumil07" title="Code">๐ป</a> <a href="#projectManagement-Soumil07" title="Project Management">๐</a> <a href="https://github.com/sapphire-project/utilities/commits?author=Soumil07" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://favware.tech/"><img src="https://avatars3.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Favna" title="Code">๐ป</a> <a href="#infra-Favna" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="#projectManagement-Favna" title="Project Management">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=Favna" title="Documentation">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=Favna" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/kyranet"><img src="https://avatars0.githubusercontent.com/u/24852502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Antonio Romรกn</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=kyranet" title="Code">๐ป</a> <a href="#projectManagement-kyranet" title="Project Management">๐</a> <a href="https://github.com/sapphire-community/utilities/pulls?q=is%3Apr+reviewed-by%3Akyranet" title="Reviewed Pull Requests">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=kyranet" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/PyroTechniac"><img src="https://avatars2.githubusercontent.com/u/39341355?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gryffon Bellish</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=PyroTechniac" title="Code">๐ป</a> <a href="https://github.com/sapphire-community/utilities/pulls?q=is%3Apr+reviewed-by%3APyroTechniac" title="Reviewed Pull Requests">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=PyroTechniac" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/vladfrangu"><img src="https://avatars3.githubusercontent.com/u/17960496?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vlad Frangu</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=vladfrangu" title="Code">๐ป</a> <a href="https://github.com/sapphire-community/utilities/issues?q=author%3Avladfrangu" title="Bug reports">๐</a> <a href="https://github.com/sapphire-community/utilities/pulls?q=is%3Apr+reviewed-by%3Avladfrangu" title="Reviewed Pull Requests">๐</a> <a href="#userTesting-vladfrangu" title="User Testing">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=vladfrangu" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/Soumil07"><img src="https://avatars0.githubusercontent.com/u/29275227?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Soumil07</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Soumil07" title="Code">๐ป</a> <a href="#projectManagement-Soumil07" title="Project Management">๐</a> <a href="https://github.com/sapphire-community/utilities/commits?author=Soumil07" title="Tests">โ ๏ธ</a></td> | ||
<td align="center"><a href="https://github.com/apps/depfu"><img src="https://avatars3.githubusercontent.com/in/715?v=4?s=100" width="100px;" alt=""/><br /><sub><b>depfu[bot]</b></sub></a><br /><a href="#maintenance-depfu[bot]" title="Maintenance">๐ง</a></td> | ||
<td align="center"><a href="https://github.com/apps/allcontributors"><img src="https://avatars0.githubusercontent.com/in/23186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>allcontributors[bot]</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=allcontributors[bot]" title="Documentation">๐</a></td> | ||
<td align="center"><a href="https://github.com/apps/allcontributors"><img src="https://avatars0.githubusercontent.com/in/23186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>allcontributors[bot]</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=allcontributors[bot]" title="Documentation">๐</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center"><a href="https://github.com/Nytelife26"><img src="https://avatars1.githubusercontent.com/u/22531310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler J Russell</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Nytelife26" title="Documentation">๐</a></td> | ||
<td align="center"><a href="https://github.com/Alcremie"><img src="https://avatars0.githubusercontent.com/u/54785334?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivan Lieder</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Alcremie" title="Code">๐ป</a> <a href="https://github.com/sapphire-project/utilities/issues?q=author%3AAlcremie" title="Bug reports">๐</a></td> | ||
<td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=RealShadowNova" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Stitch07"><img src="https://avatars.githubusercontent.com/u/29275227?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stitch07</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Stitch07" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Vetlix"><img src="https://avatars.githubusercontent.com/u/31412314?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vetlix</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=Vetlix" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/ethamitc"><img src="https://avatars.githubusercontent.com/u/27776796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ethan Mitchell</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=ethamitc" title="Documentation">๐</a></td> | ||
<td align="center"><a href="https://github.com/noftaly"><img src="https://avatars.githubusercontent.com/u/34779161?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elliot</b></sub></a><br /><a href="https://github.com/sapphire-project/utilities/commits?author=noftaly" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Nytelife26"><img src="https://avatars1.githubusercontent.com/u/22531310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler J Russell</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Nytelife26" title="Documentation">๐</a></td> | ||
<td align="center"><a href="https://github.com/Alcremie"><img src="https://avatars0.githubusercontent.com/u/54785334?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivan Lieder</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Alcremie" title="Code">๐ป</a> <a href="https://github.com/sapphire-community/utilities/issues?q=author%3AAlcremie" title="Bug reports">๐</a></td> | ||
<td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=RealShadowNova" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Stitch07"><img src="https://avatars.githubusercontent.com/u/29275227?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stitch07</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Stitch07" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Vetlix"><img src="https://avatars.githubusercontent.com/u/31412314?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vetlix</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=Vetlix" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/ethamitc"><img src="https://avatars.githubusercontent.com/u/27776796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ethan Mitchell</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=ethamitc" title="Documentation">๐</a></td> | ||
<td align="center"><a href="https://github.com/noftaly"><img src="https://avatars.githubusercontent.com/u/34779161?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elliot</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=noftaly" title="Code">๐ป</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center"><a href="https://jurien.dev"><img src="https://avatars.githubusercontent.com/u/5418114?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jurien Hamaker</b></sub></a><br /><a href="https://github.com/sapphire-community/utilities/commits?author=jurienhamaker" title="Code">๐ป</a></td> | ||
</tr> | ||
</table> | ||
@@ -86,0 +89,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
29849
93
27
251