Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit e905c94

Browse files
committed
chore(Release): 1.4.3
1 parent 6c77425 commit e905c94

File tree

3 files changed

+1386
-1332
lines changed

3 files changed

+1386
-1332
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
A DisTube custom plugin for supporting Spotify URL.
1616

17-
# Feature
17+
## Feature
1818

1919
This plugin grabs the songs on Spotify then searches on YouTube and plays with DisTube.
2020

21-
# Installation
21+
## Installation
2222

2323
```sh
2424
npm install @distube/spotify@latest
2525
```
2626

27-
# Usage
27+
## Usage
2828

2929
```js
3030
const Discord = require("discord.js");

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distube/spotify",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A DisTube custom plugin for supporting Spotify.",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
@@ -18,6 +18,7 @@
1818
"prettier": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"",
1919
"build": "tsup",
2020
"build:check": "tsc --noEmit",
21+
"update": "ncu -u && yarn up '**' -R",
2122
"postinstall": "husky install",
2223
"prepack": "yarn build && pinst -d",
2324
"postpack": "pinst -e"
@@ -40,41 +41,41 @@
4041
},
4142
"homepage": "https://github.com/distubejs/spotify#readme",
4243
"devDependencies": {
43-
"@babel/core": "^7.18.13",
44+
"@babel/core": "^7.20.5",
4445
"@babel/plugin-proposal-class-properties": "^7.18.6",
45-
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
46+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
4647
"@babel/plugin-proposal-private-methods": "^7.18.6",
47-
"@babel/preset-env": "^7.18.10",
48+
"@babel/preset-env": "^7.20.2",
4849
"@babel/preset-typescript": "^7.18.6",
49-
"@commitlint/cli": "^17.1.2",
50-
"@commitlint/config-conventional": "^17.1.0",
51-
"@discordjs/opus": "^0.8.0",
52-
"@discordjs/voice": "^0.11.0",
53-
"@types/jest": "^29.0.0",
50+
"@commitlint/cli": "^17.3.0",
51+
"@commitlint/config-conventional": "^17.3.0",
52+
"@discordjs/opus": "^0.9.0",
53+
"@discordjs/voice": "^0.14.0",
54+
"@types/jest": "^29.2.4",
5455
"@types/spotify-web-api-node": "^5.0.7",
55-
"@typescript-eslint/eslint-plugin": "^5.36.1",
56-
"@typescript-eslint/parser": "^5.36.1",
57-
"babel-jest": "^29.0.1",
58-
"commitlint": "^17.1.2",
59-
"discord.js": "^14.3.0",
60-
"distube": "^4.0.3",
61-
"eslint": "^8.23.0",
56+
"@typescript-eslint/eslint-plugin": "^5.46.1",
57+
"@typescript-eslint/parser": "^5.46.1",
58+
"babel-jest": "^29.3.1",
59+
"commitlint": "^17.3.0",
60+
"discord.js": "^14.7.1",
61+
"distube": "^4.0.4",
62+
"eslint": "^8.29.0",
6263
"eslint-config-distube": "^1.6.4",
6364
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-deprecation": "^1.3.2",
65-
"eslint-plugin-jsdoc": "^39.3.6",
66-
"husky": "^8.0.1",
67-
"jest": "^29.0.1",
65+
"eslint-plugin-deprecation": "^1.3.3",
66+
"eslint-plugin-jsdoc": "^39.6.4",
67+
"husky": "^8.0.2",
68+
"jest": "^29.3.1",
6869
"nano-staged": "^0.8.0",
6970
"pinst": "^3.0.0",
70-
"prettier": "^2.7.1",
71-
"tsup": "^6.2.3",
72-
"typescript": "^4.8.2"
71+
"prettier": "^2.8.1",
72+
"tsup": "^6.5.0",
73+
"typescript": "^4.9.4"
7374
},
7475
"dependencies": {
7576
"isomorphic-unfetch": "^3.1.0",
7677
"spotify-uri": "^3.0.3",
77-
"spotify-url-info": "^3.1.4",
78+
"spotify-url-info": "^3.1.10",
7879
"spotify-web-api-node": "^5.0.2"
7980
},
8081
"peerDependencies": {

0 commit comments

Comments
 (0)