distube 4.0.0-dev.4 → 4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "distube",
3
- "version": "4.0.0-dev.4",
3
+ "version": "4.0.0",
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
6
  "module": "./dist/index.mjs",
@@ -66,46 +66,47 @@
66
66
  "dependencies": {
67
67
  "@distube/ytdl-core": "^4.11.3",
68
68
  "@distube/ytpl": "^1.1.1",
69
- "@distube/ytsr": "^1.1.5",
69
+ "@distube/ytsr": "^1.1.8",
70
70
  "prism-media": "https://codeload.github.com/distubejs/prism-media/tar.gz/main#workaround.tar.gz",
71
71
  "tiny-typed-emitter": "^2.1.0",
72
- "tslib": "^2.4.0"
72
+ "tslib": "^2.4.0",
73
+ "undici": "^5.8.0"
73
74
  },
74
75
  "devDependencies": {
75
- "@babel/core": "^7.18.0",
76
- "@babel/plugin-proposal-class-properties": "^7.17.12",
77
- "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
78
- "@babel/preset-env": "^7.18.0",
79
- "@babel/preset-typescript": "^7.17.12",
80
- "@commitlint/cli": "^17.0.0",
81
- "@commitlint/config-conventional": "^17.0.0",
82
- "@discordjs/voice": "dev",
76
+ "@babel/core": "^7.18.6",
77
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
78
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
79
+ "@babel/preset-env": "^7.18.6",
80
+ "@babel/preset-typescript": "^7.18.6",
81
+ "@commitlint/cli": "^17.0.3",
82
+ "@commitlint/config-conventional": "^17.0.3",
83
+ "@discordjs/voice": "latest",
83
84
  "@distube/docgen": "distubejs/docgen",
84
- "@types/jest": "^27.5.1",
85
- "@types/node": "^17.0.35",
86
- "@typescript-eslint/eslint-plugin": "^5.25.0",
87
- "@typescript-eslint/parser": "^5.25.0",
88
- "babel-jest": "^28.1.0",
89
- "discord.js": "dev",
90
- "eslint": "^8.15.0",
85
+ "@types/jest": "^28.1.6",
86
+ "@types/node": "^18.0.6",
87
+ "@typescript-eslint/eslint-plugin": "^5.30.6",
88
+ "@typescript-eslint/parser": "^5.30.6",
89
+ "babel-jest": "^28.1.3",
90
+ "discord.js": "latest",
91
+ "eslint": "^8.20.0",
91
92
  "eslint-config-distube": "^1.6.4",
92
93
  "eslint-config-prettier": "^8.5.0",
93
94
  "eslint-plugin-deprecation": "^1.3.2",
94
- "eslint-plugin-jsdoc": "^39.3.0",
95
+ "eslint-plugin-jsdoc": "^39.3.3",
95
96
  "husky": "^8.0.1",
96
- "jest": "^28.1.0",
97
+ "jest": "^28.1.3",
97
98
  "jsdoc-babel": "^0.5.0",
98
99
  "nano-staged": "^0.8.0",
99
- "npm-check-updates": "^13.0.1",
100
+ "npm-check-updates": "^15.3.4",
100
101
  "pinst": "^3.0.0",
101
- "prettier": "^2.6.2",
102
- "tsup": "^5.12.8",
103
- "typescript": "^4.6.4"
102
+ "prettier": "^2.7.1",
103
+ "tsup": "^6.1.3",
104
+ "typescript": "^4.7.4"
104
105
  },
105
106
  "peerDependencies": {
106
107
  "@discordjs/opus": "*",
107
108
  "@discordjs/voice": "*",
108
- "discord.js": "14||^14.0.0-dev"
109
+ "discord.js": "14"
109
110
  },
110
111
  "peerDependenciesMeta": {
111
112
  "@discordjs/opus": {
@@ -124,6 +125,5 @@
124
125
  "engines": {
125
126
  "node": ">=16.9.0"
126
127
  },
127
- "packageManager": "yarn@3.2.0",
128
- "stableVersion": "4.0.0-dev"
128
+ "packageManager": "yarn@3.2.0"
129
129
  }