@sapphire/ratelimits 2.1.3 → 2.1.5-next.87268b81.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 +3 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -50,7 +50,7 @@ npm install @sapphire/ratelimits
50
50
 
51
51
  ### Token RateLimitManager
52
52
 
53
- ```ts
53
+ ```typescript
54
54
  // Import the Bucket class
55
55
  const { RateLimitManager } = require('@sapphire/ratelimits');
56
56
 
@@ -73,7 +73,7 @@ ratelimit.consume();
73
73
 
74
74
  ### Leaky RateLimitManager
75
75
 
76
- ```ts
76
+ ```typescript
77
77
  // Import the Bucket class
78
78
  const { RateLimitManager } = require('@sapphire/ratelimits');
79
79
 
@@ -146,6 +146,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
146
146
  <td align="center"><a href="https://github.com/nandhagk"><img src="https://avatars.githubusercontent.com/u/62976649?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nandhagk</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/issues?q=author%3Anandhagk" title="Bug reports">🐛</a></td>
147
147
  <td align="center"><a href="https://megatank58.me/"><img src="https://avatars.githubusercontent.com/u/51410502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Megatank58</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Megatank58" title="Code">💻</a></td>
148
148
  <td align="center"><a href="https://github.com/UndiedGamer"><img src="https://avatars.githubusercontent.com/u/84702365?v=4?s=100" width="100px;" alt=""/><br /><sub><b>UndiedGamer</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=UndiedGamer" title="Code">💻</a></td>
149
+ <td align="center"><a href="https://github.com/Lioness100"><img src="https://avatars.githubusercontent.com/u/65814829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lioness100</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Lioness100" title="Documentation">📖</a></td>
149
150
  </tr>
150
151
  </table>
151
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ratelimits",
3
- "version": "2.1.3",
3
+ "version": "2.1.5-next.87268b81.0",
4
4
  "description": "Bucket implementation for Ratelimits.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  "!dist/*.tsbuildinfo"
34
34
  ],
35
35
  "engines": {
36
- "node": ">=v14.18.0",
37
- "npm": ">=7.24.2"
36
+ "node": ">=v14.0.0",
37
+ "npm": ">=7.0.0"
38
38
  },
39
39
  "keywords": [
40
40
  "@sapphire/ratelimits",
@@ -53,7 +53,7 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@sapphire/time-utilities": "^1.4.3"
56
+ "@sapphire/time-utilities": "^1.4.5-next.87268b81.0"
57
57
  },
58
- "gitHead": "83b2b8d9e073e2718f875a6aad53e87a4d80c7f1"
58
+ "gitHead": "87268b8153e2ec7186d1faea5717c4ee27689eba"
59
59
  }