@sapphire/ratelimits 2.4.6-next.4c349bf.0 β†’ 2.4.6-next.4e4c8d3.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
@@ -167,6 +167,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
167
167
  <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>
168
168
  <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>
169
169
  <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>
170
+ <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>
171
+ <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>
172
+ </tr>
173
+ <tr>
174
+ <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>
175
+ <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>
176
+ <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>
170
177
  </tr>
171
178
  </table>
172
179
 
@@ -132,9 +132,8 @@ var SapphireRatelimits = (function (exports) {
132
132
  exports.RateLimit = RateLimit;
133
133
  exports.RateLimitManager = RateLimitManager;
134
134
 
135
- Object.defineProperty(exports, '__esModule', { value: true });
136
-
137
135
  return exports;
138
136
 
139
137
  })({});
138
+ //# sourceMappingURL=out.js.map
140
139
  //# 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 timerManager = require('@sapphire/timer-manager');
6
4
 
7
5
  var __defProp = Object.defineProperty;
@@ -89,4 +87,5 @@ __publicField(RateLimitManager, "sweepIntervalDuration", 3e4);
89
87
 
90
88
  exports.RateLimit = RateLimit;
91
89
  exports.RateLimitManager = RateLimitManager;
90
+ //# sourceMappingURL=out.js.map
92
91
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -84,4 +84,5 @@ __name(RateLimitManager, "RateLimitManager");
84
84
  __publicField(RateLimitManager, "sweepIntervalDuration", 3e4);
85
85
 
86
86
  export { RateLimit, RateLimitManager };
87
+ //# sourceMappingURL=out.js.map
87
88
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ratelimits",
3
- "version": "2.4.6-next.4c349bf.0",
3
+ "version": "2.4.6-next.4e4c8d3.0",
4
4
  "description": "Bucket implementation for Ratelimits.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -59,12 +59,12 @@
59
59
  "@sapphire/timer-manager": "^1.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@favware/cliff-jumper": "^1.8.8",
63
- "@vitest/coverage-c8": "^0.24.0",
64
- "tsup": "^6.2.3",
65
- "typedoc": "^0.23.15",
66
- "typedoc-json-parser": "^5.2.0",
67
- "typescript": "^4.8.4",
68
- "vitest": "^0.24.0"
62
+ "@favware/cliff-jumper": "^1.9.0",
63
+ "@vitest/coverage-c8": "^0.25.8",
64
+ "tsup": "^6.5.0",
65
+ "typedoc": "^0.23.23",
66
+ "typedoc-json-parser": "^7.0.2",
67
+ "typescript": "^4.9.4",
68
+ "vitest": "^0.25.8"
69
69
  }
70
70
  }