@sapphire/async-queue 1.2.0-pr-270.59809ed.0 → 1.3.0-next.9656d2a.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ Ever needed a queue for a set of promises? This is the package for you.
20
20
  ## Features
21
21
 
22
22
  - Written in TypeScript
23
- - Bundled with Rollup so it can be used in NodeJS and browsers
23
+ - Bundled with esbuild so it can be used in NodeJS and browsers
24
24
  - Offers CommonJS, ESM and UMD bundles
25
25
  - Fully tested
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/async-queue",
3
- "version": "1.2.0-pr-270.59809ed.0",
3
+ "version": "1.3.0-next.9656d2a.0",
4
4
  "description": "Sequential asynchronous lock-based queue for promises",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "59809ed6e45eb550428de4779a3959c2563764d3"
54
+ "gitHead": "9656d2a9eef5fcc5391e84ca59fdc72223060ba7"
55
55
  }