@sapphire/plugin-scheduled-tasks 5.0.2-next.39a8bc2.0 → 5.0.2-next.3a28c2f.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 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -287,6 +287,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
287
287
  <td align="center"><a href="https://github.com/yuansheng1549"><img src="https://avatars.githubusercontent.com/u/75909450?v=4?s=100" width="100px;" alt=""/><br /><sub><b>yuansheng1549</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=yuansheng1549" title="Code">💻</a></td>
288
288
  <td align="center"><a href="https://github.com/BenSegal855"><img src="https://avatars.githubusercontent.com/u/34194692?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ben</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=BenSegal855" title="Code">💻</a></td>
289
289
  <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/plugins/commits?author=r-priyam" title="Code">💻</a></td>
290
+ <td align="center"><a href="https://github.com/Arcadia148"><img src="https://avatars.githubusercontent.com/u/50211159?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Arcadia148</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Arcadia148" title="Code">💻</a></td>
290
291
  </tr>
291
292
  </table>
292
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-scheduled-tasks",
3
- "version": "5.0.2-next.39a8bc2.0",
3
+ "version": "5.0.2-next.3a28c2f.0",
4
4
  "description": "Plugin for @sapphire/framework to have scheduled tasks",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -70,12 +70,12 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@favware/cliff-jumper": "^1.8.8",
73
- "bullmq": "^2.3.1",
73
+ "bullmq": "^2.3.2",
74
74
  "gen-esm-wrapper": "^1.1.3",
75
75
  "sqs-consumer": "^5.7.0",
76
76
  "sqs-producer": "^2.1.0",
77
- "typedoc": "^0.23.16",
78
- "typedoc-json-parser": "^6.0.0",
77
+ "typedoc": "^0.23.17",
78
+ "typedoc-json-parser": "^6.0.2",
79
79
  "typescript": "^4.8.4"
80
80
  },
81
81
  "repository": {