revbot.js 0.0.12 → 0.0.13
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3235,7 +3235,7 @@ var import_node_events = require("events");
|
|
|
3235
3235
|
var import_axios4 = require("axios");
|
|
3236
3236
|
|
|
3237
3237
|
// package.json
|
|
3238
|
-
var version = "0.0.
|
|
3238
|
+
var version = "0.0.13";
|
|
3239
3239
|
|
|
3240
3240
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3241
3241
|
var import_axios3 = __toESM(require("axios"));
|
package/dist/index.mjs
CHANGED
|
@@ -3161,7 +3161,7 @@ import { EventEmitter } from "node:events";
|
|
|
3161
3161
|
import { AxiosError } from "axios";
|
|
3162
3162
|
|
|
3163
3163
|
// package.json
|
|
3164
|
-
var version = "0.0.
|
|
3164
|
+
var version = "0.0.13";
|
|
3165
3165
|
|
|
3166
3166
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3167
3167
|
import axios3 from "axios";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "revbot.js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "A Revolt bot client used to interact with the revolt api for Node.js, written in TypeScript.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
12
|
+
"node": ">=21.0.0"
|
|
13
13
|
},
|
|
14
14
|
"repository": "https://github.com/Jade3375/revbot.js",
|
|
15
15
|
"keywords": [
|