distube 4.0.2 → 4.0.4

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/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "distube",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key.",
5
5
  "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
6
  "types": "./dist/index.d.ts",
8
- "exports": {
9
- "import": "./dist/index.mjs",
10
- "require": "./dist/index.js"
11
- },
7
+ "exports": "./dist/index.js",
12
8
  "directories": {
13
9
  "lib": "src",
14
10
  "test": "tests"
@@ -18,7 +14,7 @@
18
14
  ],
19
15
  "scripts": {
20
16
  "test": "jest",
21
- "docs": "docgen -s src/*.ts src/**/*.ts -o docs.json -c pages/index.yml -g -j jsdoc.config.json",
17
+ "docs": "docgen -s src/**/*.ts -o docs.json -c pages/index.yml -g -j jsdoc.config.json",
22
18
  "lint": "prettier --check . && eslint .",
23
19
  "lint:fix": "eslint . --fix",
24
20
  "prettier": "prettier --write \"**/*.{ts,json,yml,yaml,md}\"",
@@ -81,13 +77,13 @@
81
77
  "@commitlint/cli": "^17.0.3",
82
78
  "@commitlint/config-conventional": "^17.0.3",
83
79
  "@discordjs/voice": "^0.11.0",
84
- "@distube/docgen": "distubejs/docgen",
80
+ "@distubejs/docgen": "distubejs/docgen",
85
81
  "@types/jest": "^28.1.6",
86
- "@types/node": "^18.0.6",
87
- "@typescript-eslint/eslint-plugin": "^5.30.7",
88
- "@typescript-eslint/parser": "^5.30.7",
82
+ "@types/node": "^18.6.1",
83
+ "@typescript-eslint/eslint-plugin": "^5.31.0",
84
+ "@typescript-eslint/parser": "^5.31.0",
89
85
  "babel-jest": "^28.1.3",
90
- "discord.js": "^14.0.2",
86
+ "discord.js": "^14.0.3",
91
87
  "eslint": "^8.20.0",
92
88
  "eslint-config-distube": "^1.6.4",
93
89
  "eslint-config-prettier": "^8.5.0",
@@ -97,10 +93,10 @@
97
93
  "jest": "^28.1.3",
98
94
  "jsdoc-babel": "^0.5.0",
99
95
  "nano-staged": "^0.8.0",
100
- "npm-check-updates": "^15.3.4",
96
+ "npm-check-updates": "^16.0.0",
101
97
  "pinst": "^3.0.0",
102
98
  "prettier": "^2.7.1",
103
- "tsup": "^6.1.3",
99
+ "tsup": "^6.2.0",
104
100
  "typescript": "^4.7.4"
105
101
  },
106
102
  "peerDependencies": {