distube 4.0.3 → 4.0.5

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.3",
3
+ "version": "4.0.5",
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
  "types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "scripts": {
16
16
  "test": "jest",
17
- "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",
18
18
  "lint": "prettier --check . && eslint .",
19
19
  "lint:fix": "eslint . --fix",
20
20
  "prettier": "prettier --write \"**/*.{ts,json,yml,yaml,md}\"",
@@ -24,7 +24,8 @@
24
24
  "_postinstall": "husky install",
25
25
  "prepublishOnly": "yarn lint && yarn test",
26
26
  "prepack": "yarn build && pinst --disable",
27
- "postpack": "pinst --enable"
27
+ "postpack": "pinst --enable",
28
+ "dev:add-docs-to-worktree": "git worktree add --track -b docs docs origin/docs"
28
29
  },
29
30
  "repository": {
30
31
  "type": "git",
@@ -60,44 +61,45 @@
60
61
  ],
61
62
  "homepage": "https://distube.js.org/",
62
63
  "dependencies": {
63
- "@distube/ytdl-core": "^4.11.3",
64
+ "@distube/ytdl-core": "^4.11.12",
64
65
  "@distube/ytpl": "^1.1.1",
65
- "@distube/ytsr": "^1.1.8",
66
+ "@distube/ytsr": "^1.1.9",
66
67
  "prism-media": "https://codeload.github.com/distubejs/prism-media/tar.gz/main#workaround.tar.gz",
67
68
  "tiny-typed-emitter": "^2.1.0",
68
- "tslib": "^2.4.0",
69
- "undici": "^5.8.0"
69
+ "tslib": "^2.6.0",
70
+ "undici": "^5.22.1"
70
71
  },
71
72
  "devDependencies": {
72
- "@babel/core": "^7.18.9",
73
+ "@babel/core": "^7.22.9",
73
74
  "@babel/plugin-proposal-class-properties": "^7.18.6",
74
- "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
75
- "@babel/preset-env": "^7.18.9",
76
- "@babel/preset-typescript": "^7.18.6",
77
- "@commitlint/cli": "^17.0.3",
78
- "@commitlint/config-conventional": "^17.0.3",
79
- "@discordjs/voice": "^0.11.0",
80
- "@distube/docgen": "distubejs/docgen",
81
- "@types/jest": "^28.1.6",
82
- "@types/node": "^18.6.0",
83
- "@typescript-eslint/eslint-plugin": "^5.30.7",
84
- "@typescript-eslint/parser": "^5.30.7",
85
- "babel-jest": "^28.1.3",
86
- "discord.js": "^14.0.3",
87
- "eslint": "^8.20.0",
75
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
76
+ "@babel/plugin-transform-private-methods": "^7.22.5",
77
+ "@babel/preset-env": "^7.22.9",
78
+ "@babel/preset-typescript": "^7.22.5",
79
+ "@commitlint/cli": "^17.6.7",
80
+ "@commitlint/config-conventional": "^17.6.7",
81
+ "@discordjs/voice": "^0.16.0",
82
+ "@distubejs/docgen": "distubejs/docgen",
83
+ "@types/jest": "^29.5.3",
84
+ "@types/node": "^20.4.2",
85
+ "@typescript-eslint/eslint-plugin": "^6.1.0",
86
+ "@typescript-eslint/parser": "^6.1.0",
87
+ "babel-jest": "^29.6.1",
88
+ "discord.js": "^14.11.0",
89
+ "eslint": "^8.45.0",
88
90
  "eslint-config-distube": "^1.6.4",
89
- "eslint-config-prettier": "^8.5.0",
90
- "eslint-plugin-deprecation": "^1.3.2",
91
- "eslint-plugin-jsdoc": "^39.3.3",
92
- "husky": "^8.0.1",
93
- "jest": "^28.1.3",
91
+ "eslint-config-prettier": "^8.8.0",
92
+ "eslint-plugin-deprecation": "^1.4.1",
93
+ "eslint-plugin-jsdoc": "^46.4.4",
94
+ "husky": "^8.0.3",
95
+ "jest": "^29.6.1",
94
96
  "jsdoc-babel": "^0.5.0",
95
97
  "nano-staged": "^0.8.0",
96
- "npm-check-updates": "^16.0.0",
98
+ "npm-check-updates": "^16.10.16",
97
99
  "pinst": "^3.0.0",
98
- "prettier": "^2.7.1",
99
- "tsup": "^6.1.3",
100
- "typescript": "^4.7.4"
100
+ "prettier": "^3.0.0",
101
+ "tsup": "^7.1.0",
102
+ "typescript": "^5.1.6"
101
103
  },
102
104
  "peerDependencies": {
103
105
  "@discordjs/opus": "*",
@@ -121,5 +123,5 @@
121
123
  "engines": {
122
124
  "node": ">=16.9.0"
123
125
  },
124
- "packageManager": "yarn@3.2.0"
126
+ "packageManager": "yarn@3.6.1"
125
127
  }