@sapphire/async-queue 1.1.8-next.d0b50e6d.0 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -34,10 +34,6 @@ npm install @sapphire/async-queue
34
34
 
35
35
  ---
36
36
 
37
- ## API Documentation
38
-
39
- For the full API documentation please refer to the TypeDoc generated [documentation](https://sapphiredev.github.io/utilities/modules/_sapphire_async_queue.html).
40
-
41
37
  ## Buy us some doughnuts
42
38
 
43
39
  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!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/async-queue",
3
- "version": "1.1.8-next.d0b50e6d.0",
3
+ "version": "1.1.9",
4
4
  "description": "Sequential asynchronous lock-based queue for promises",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "d0b50e6db1095ad32469d5b3e235caa2b3a3e365"
55
+ "gitHead": "4889ea35a0b081021981ff3d73e5005dd1e922ce"
56
56
  }