revbot.js 0.1.7 → 0.1.8
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/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3199,7 +3199,7 @@ import { EventEmitter } from "node:events";
|
|
|
3199
3199
|
import { AxiosError } from "axios";
|
|
3200
3200
|
|
|
3201
3201
|
// package.json
|
|
3202
|
-
var version = "0.1.
|
|
3202
|
+
var version = "0.1.8";
|
|
3203
3203
|
|
|
3204
3204
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3205
3205
|
import axios3 from "axios";
|