revbot.js 0.0.14 → 0.0.15-build-test-1
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.cjs +2 -1
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -0
- package/package.json +14 -4
package/dist/index.cjs
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.15-build-test";
|
|
3239
3239
|
|
|
3240
3240
|
// src/rest/restUtils/rateLimitQueue.ts
|
|
3241
3241
|
var import_axios3 = __toESM(require("axios"), 1);
|
|
@@ -4579,3 +4579,4 @@ var client2 = class extends BaseClient {
|
|
|
4579
4579
|
client,
|
|
4580
4580
|
wsUrl
|
|
4581
4581
|
});
|
|
4582
|
+
//# sourceMappingURL=index.cjs.map
|