oceanic.js 1.11.3-dev.e8fbf1e → 1.11.3-dev.eb72695

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.
@@ -280,7 +280,7 @@ export interface BotCustomActivity {
280
280
  }
281
281
  export interface BotOtherActivity {
282
282
  name: string;
283
- type: ActivityTypes.GAME | ActivityTypes.LISTENING | ActivityTypes.WATCHING;
283
+ type: ActivityTypes.GAME | ActivityTypes.LISTENING | ActivityTypes.WATCHING | ActivityTypes.COMPETING;
284
284
  }
285
285
 
286
286
  export type BotActivity = BotStreamingActivity | BotCustomActivity | BotOtherActivity;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.11.3-dev.e8fbf1e",
3
+ "version": "1.11.3-dev.eb72695",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -50,14 +50,14 @@
50
50
  "@typescript-eslint/eslint-plugin": "^7.0.0",
51
51
  "@typescript-eslint/parser": "^6.21.0",
52
52
  "erlpack": "^0.1.4",
53
- "eslint": "^8.57.0",
53
+ "eslint": "^8.57.1",
54
54
  "eslint-plugin-import": "^2.29.1",
55
55
  "eslint-plugin-import-newlines": "^1.4.0",
56
- "eslint-plugin-jsdoc": "^48.2.11",
57
- "eslint-plugin-json": "^4.0.0",
56
+ "eslint-plugin-jsdoc": "^50.2.2",
57
+ "eslint-plugin-json": "^4.0.1",
58
58
  "eslint-plugin-prefer-arrow": "^1.2.3",
59
59
  "eslint-plugin-unicorn": "^55.0.0",
60
- "eslint-plugin-unused-imports": "^3.2.0",
60
+ "eslint-plugin-unused-imports": "^4.1.4",
61
61
  "fzstd": "^0.1.1",
62
62
  "pako": "^2.1.0",
63
63
  "rimraf": "^6.0.1",
@@ -70,7 +70,7 @@
70
70
  "zlib-sync": "^0.1.9"
71
71
  },
72
72
  "dependencies": {
73
- "tslib": "^2.6.2",
73
+ "tslib": "^2.7.0",
74
74
  "ws": "^8.18.0"
75
75
  },
76
76
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.11.3-dev.e8fbf1e",
3
+ "version": "1.11.3-dev.eb72695",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -41,14 +41,14 @@
41
41
  "@typescript-eslint/eslint-plugin": "^7.0.0",
42
42
  "@typescript-eslint/parser": "^6.21.0",
43
43
  "erlpack": "^0.1.4",
44
- "eslint": "^8.57.0",
44
+ "eslint": "^8.57.1",
45
45
  "eslint-plugin-import": "^2.29.1",
46
46
  "eslint-plugin-import-newlines": "^1.4.0",
47
- "eslint-plugin-jsdoc": "^48.2.11",
48
- "eslint-plugin-json": "^4.0.0",
47
+ "eslint-plugin-jsdoc": "^50.2.2",
48
+ "eslint-plugin-json": "^4.0.1",
49
49
  "eslint-plugin-prefer-arrow": "^1.2.3",
50
50
  "eslint-plugin-unicorn": "^55.0.0",
51
- "eslint-plugin-unused-imports": "^3.2.0",
51
+ "eslint-plugin-unused-imports": "^4.1.4",
52
52
  "fzstd": "^0.1.1",
53
53
  "pako": "^2.1.0",
54
54
  "rimraf": "^6.0.1",
@@ -61,7 +61,7 @@
61
61
  "zlib-sync": "^0.1.9"
62
62
  },
63
63
  "dependencies": {
64
- "tslib": "^2.6.2",
64
+ "tslib": "^2.7.0",
65
65
  "ws": "^8.18.0"
66
66
  },
67
67
  "engines": {