discordeno 19.0.0 → 20.0.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/dist/cjs/index.cjs +20 -0
  2. package/package.json +9 -9
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ _export_star(require("@discordeno/bot"), exports);
6
+ function _export_star(from, to) {
7
+ Object.keys(from).forEach(function(k) {
8
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
9
+ Object.defineProperty(to, k, {
10
+ enumerable: true,
11
+ get: function() {
12
+ return from[k];
13
+ }
14
+ });
15
+ }
16
+ });
17
+ return from;
18
+ }
19
+
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9pbmRleC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICdAZGlzY29yZGVuby9ib3QnXG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztxQkFBYyJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discordeno",
3
- "version": "19.0.0",
3
+ "version": "20.0.0",
4
4
  "main": "./dist/esm/index.js",
5
5
  "exports": {
6
6
  "import": "./dist/esm/index.js",
@@ -29,19 +29,19 @@
29
29
  "test:test-type": "tsc --project tests/tsconfig.json"
30
30
  },
31
31
  "dependencies": {
32
- "@discordeno/bot": "19.0.0",
33
- "@discordeno/gateway": "19.0.0",
34
- "@discordeno/rest": "19.0.0",
35
- "@discordeno/types": "19.0.0",
36
- "@discordeno/utils": "19.0.0"
32
+ "@discordeno/bot": "20.0.0",
33
+ "@discordeno/gateway": "20.0.0",
34
+ "@discordeno/rest": "20.0.0",
35
+ "@discordeno/types": "20.0.0",
36
+ "@discordeno/utils": "20.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@biomejs/biome": "^1.9.4",
40
- "@swc/cli": "^0.5.0",
40
+ "@swc/cli": "^0.5.1",
41
41
  "@swc/core": "^1.9.2",
42
42
  "@types/chai": "^5.0.1",
43
- "@types/mocha": "^10.0.9",
44
- "@types/node": "^22.9.0",
43
+ "@types/mocha": "^10.0.10",
44
+ "@types/node": "^22.9.1",
45
45
  "c8": "^10.1.2",
46
46
  "chai": "^5.1.2",
47
47
  "mocha": "^10.8.2",