@sapphire/ratelimits 2.1.12-next.ba37bca.0 → 2.2.0-next.53d1f86.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 +5 -1
- package/dist/index.global.js +1055 -0
- package/dist/index.global.js.map +1 -0
- package/dist/index.js +115 -175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +86 -172
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -7
- package/dist/index.umd.js +0 -185
- package/dist/index.umd.js.map +0 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ There is often a need to apply ratelimits to protect a network from excessive tr
|
|
|
31
31
|
## Features
|
|
32
32
|
|
|
33
33
|
- Written in TypeScript
|
|
34
|
-
- Bundled with
|
|
34
|
+
- Bundled with esbuild so it can be used in NodeJS and browsers
|
|
35
35
|
- Offers CommonJS, ESM and UMD bundles
|
|
36
36
|
- Fully tested
|
|
37
37
|
|
|
@@ -147,6 +147,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
147
147
|
<td align="center"><a href="https://gitlab.com/DavidPH/"><img src="https://avatars.githubusercontent.com/u/44669930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=DavidPHH" title="Code">💻</a></td>
|
|
148
148
|
<td align="center"><a href="https://github.com/apps/renovate"><img src="https://avatars.githubusercontent.com/in/2740?v=4?s=100" width="100px;" alt=""/><br /><sub><b>renovate[bot]</b></sub></a><br /><a href="#maintenance-renovate[bot]" title="Maintenance">🚧</a></td>
|
|
149
149
|
<td align="center"><a href="https://renovate.whitesourcesoftware.com/"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt=""/><br /><sub><b>WhiteSource Renovate</b></sub></a><br /><a href="#maintenance-renovate-bot" title="Maintenance">🚧</a></td>
|
|
150
|
+
<td align="center"><a href="https://fc5570.me/"><img src="https://avatars.githubusercontent.com/u/68158483?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FC</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=FC5570" title="Code">💻</a></td>
|
|
151
|
+
<td align="center"><a href="https://github.com/Tokipudi"><img src="https://avatars.githubusercontent.com/u/29551076?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jérémy de Saint Denis</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Tokipudi" title="Code">💻</a></td>
|
|
152
|
+
<td align="center"><a href="https://github.com/ItsMrCube"><img src="https://avatars.githubusercontent.com/u/25201357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MrCube</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ItsMrCube" title="Code">💻</a></td>
|
|
153
|
+
<td align="center"><a href="https://github.com/bitomic"><img src="https://avatars.githubusercontent.com/u/35199700?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bitomic</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=bitomic" title="Code">💻</a></td>
|
|
150
154
|
</tr>
|
|
151
155
|
</table>
|
|
152
156
|
|