dependabot[bot]
ce8f298016
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 10:01:20 +00:00
dependabot[bot]
ff58dd36f8
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-21 13:03:26 +02:00
Michael Fabian 'Xaymar' Dirks
9ae45f51ce
Publish v0.3.0
...
- RateLimiter is no longer the default export, breaks normal JavaScript.
- Code is now somewhat properly tested, to ensure that at least basic functionality is there.
v0.3.0
2023-03-19 02:14:40 +01:00
Michael Fabian 'Xaymar' Dirks
90426607a4
Add a way to print messages, and add a proper test for rate limiting
2023-03-19 02:13:44 +01:00
Michael Fabian 'Xaymar' Dirks
28c96ba9b9
Add some basic tests
...
Not much else can be tested here. This checks that things are being run, and that their return values are being returned. Not sure how we would verify that the rate limit is being enforced yet.
2023-03-19 01:51:44 +01:00
Michael Fabian 'Xaymar' Dirks
4db9ab23eb
Revert default export
...
TypeScript does not automatically assign the only default export to exports, or at least not with my configuration. Not worth testing around, and this also makes it easier to use for normal JavaScript.
2023-03-19 01:50:58 +01:00
Michael Fabian 'Xaymar' Dirks
3483a6c60e
Add important comments to document functionality
v0.2.1
2023-03-19 00:41:06 +01:00
Michael Fabian 'Xaymar' Dirks
ea5d7239dd
Publish v0.2.0
...
- Make RateLimiter the default export
v0.2.0
2023-03-19 00:27:48 +01:00
Michael Fabian 'Xaymar' Dirks
1cf89ebcf6
Make RateLimiter the default export
2023-03-19 00:24:07 +01:00
Michael Fabian 'Xaymar' Dirks
54a14456e1
Add README
2023-03-19 00:21:20 +01:00
Michael Fabian 'Xaymar' Dirks
173aa63be5
Add Code files
v0.1.0
2023-03-18 23:49:33 +01:00
Michael Fabian 'Xaymar' Dirks
e02cd32e52
Initial files
2023-03-18 23:31:44 +01:00