@sapphire/async-queue 1.5.1-next.22e508d.0 β†’ 1.5.1-next.23b8fea.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.
package/README.md CHANGED
@@ -106,6 +106,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
106
106
  <td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">πŸ’»</a></td>
107
107
  <td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">πŸ’»</a></td>
108
108
  <td align="center"><a href="https://github.com/r-priyam"><img src="https://avatars.githubusercontent.com/u/50884372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Priyam</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=r-priyam" title="Code">πŸ’»</a></td>
109
+ <td align="center"><a href="https://github.com/legendhimslef"><img src="https://avatars.githubusercontent.com/u/69213593?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Voxelli</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=legendhimslef" title="Code">πŸ’»</a></td>
110
+ <td align="center"><a href="https://github.com/CitTheDev"><img src="https://avatars.githubusercontent.com/u/94020875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cit The Dev</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=CitTheDev" title="Code">πŸ’»</a></td>
111
+ </tr>
112
+ <tr>
113
+ <td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">πŸ’»</a></td>
114
+ <td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">πŸ’»</a></td>
115
+ <td align="center"><a href="https://steamcommunity.com/id/06000208"><img src="https://avatars.githubusercontent.com/u/52764066?v=4?s=100" width="100px;" alt=""/><br /><sub><b>amber</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=06000208" title="Code">πŸ’»</a></td>
109
116
  </tr>
110
117
  </table>
111
118
 
@@ -102,9 +102,8 @@ var SapphireAsyncQueue = (function (exports) {
102
102
 
103
103
  exports.AsyncQueue = AsyncQueue;
104
104
 
105
- Object.defineProperty(exports, '__esModule', { value: true });
106
-
107
105
  return exports;
108
106
 
109
107
  })({});
108
+ //# sourceMappingURL=out.js.map
110
109
  //# sourceMappingURL=index.global.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var __defProp = Object.defineProperty;
6
4
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
7
5
  var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
@@ -102,4 +100,5 @@ var AsyncQueue = class {
102
100
  __name(AsyncQueue, "AsyncQueue");
103
101
 
104
102
  exports.AsyncQueue = AsyncQueue;
103
+ //# sourceMappingURL=out.js.map
105
104
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -98,4 +98,5 @@ var AsyncQueue = class {
98
98
  __name(AsyncQueue, "AsyncQueue");
99
99
 
100
100
  export { AsyncQueue };
101
+ //# sourceMappingURL=out.js.map
101
102
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/async-queue",
3
- "version": "1.5.1-next.22e508d.0",
3
+ "version": "1.5.1-next.23b8fea.0",
4
4
  "description": "Sequential asynchronous lock-based queue for promises",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -56,12 +56,12 @@
56
56
  "access": "public"
57
57
  },
58
58
  "devDependencies": {
59
- "@favware/cliff-jumper": "^1.8.8",
60
- "@vitest/coverage-c8": "^0.24.0",
61
- "tsup": "^6.2.3",
62
- "typedoc": "^0.23.15",
63
- "typedoc-json-parser": "^5.2.0",
64
- "typescript": "^4.8.4",
65
- "vitest": "^0.24.0"
59
+ "@favware/cliff-jumper": "^1.9.0",
60
+ "@vitest/coverage-c8": "^0.26.2",
61
+ "tsup": "^6.5.0",
62
+ "typedoc": "^0.23.23",
63
+ "typedoc-json-parser": "^7.0.2",
64
+ "typescript": "^4.9.4",
65
+ "vitest": "^0.26.2"
66
66
  }
67
67
  }