@sapphire/ratelimits 2.4.5-next.6b2c3aa.0 → 2.4.5-next.6ecbf3f.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 +10 -8
package/README.md CHANGED
@@ -128,7 +128,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
128
128
  <tr>
129
129
  <td align="center"><a href="https://github.com/Nytelife26"><img src="https://avatars1.githubusercontent.com/u/22531310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tyler J Russell</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Nytelife26" title="Documentation">📖</a></td>
130
130
  <td align="center"><a href="https://github.com/Alcremie"><img src="https://avatars0.githubusercontent.com/u/54785334?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivan Lieder</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Alcremie" title="Code">💻</a> <a href="https://github.com/sapphiredev/utilities/issues?q=author%3AAlcremie" title="Bug reports">🐛</a></td>
131
- <td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=RealShadowNova" title="Code">💻</a></td>
131
+ <td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars3.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=RealShadowNova" title="Code">💻</a> <a href="#tool-RealShadowNova" title="Tools">🔧</a></td>
132
132
  <td align="center"><a href="https://github.com/Vetlix"><img src="https://avatars.githubusercontent.com/u/31412314?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vetlix</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=Vetlix" title="Code">💻</a></td>
133
133
  <td align="center"><a href="https://github.com/ethamitc"><img src="https://avatars.githubusercontent.com/u/27776796?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ethan Mitchell</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=ethamitc" title="Documentation">📖</a></td>
134
134
  <td align="center"><a href="https://github.com/noftaly"><img src="https://avatars.githubusercontent.com/u/34779161?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elliot</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=noftaly" title="Code">💻</a></td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/ratelimits",
3
- "version": "2.4.5-next.6b2c3aa.0",
3
+ "version": "2.4.5-next.6ecbf3f.0",
4
4
  "description": "Bucket implementation for Ratelimits.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -20,6 +20,7 @@
20
20
  "test": "vitest run",
21
21
  "lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
22
22
  "build": "tsup",
23
+ "docs": "typedoc-json-parser",
23
24
  "prepack": "yarn build",
24
25
  "bump": "cliff-jumper",
25
26
  "check-update": "cliff-jumper --dry-run"
@@ -55,14 +56,15 @@
55
56
  "access": "public"
56
57
  },
57
58
  "dependencies": {
58
- "@sapphire/time-utilities": "^1.7.5"
59
+ "@sapphire/time-utilities": "^1.7.6"
59
60
  },
60
61
  "devDependencies": {
61
- "@favware/cliff-jumper": "^1.8.6",
62
- "@vitest/coverage-c8": "^0.22.0",
63
- "c8": "^7.12.0",
64
- "tsup": "^6.2.2",
65
- "typescript": "^4.7.4",
66
- "vitest": "^0.22.0"
62
+ "@favware/cliff-jumper": "^1.8.7",
63
+ "@vitest/coverage-c8": "^0.22.1",
64
+ "tsup": "^6.2.3",
65
+ "typedoc": "^0.23.11",
66
+ "typedoc-json-parser": "^2.3.2",
67
+ "typescript": "^4.8.2",
68
+ "vitest": "^0.22.1"
67
69
  }
68
70
  }