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

Commit

Permalink
chore(Release): 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Dec 15, 2022
1 parent 6c77425 commit e905c94
Show file tree
Hide file tree
Showing 3 changed files with 1,386 additions and 1,332 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

A DisTube custom plugin for supporting Spotify URL.

# Feature
## Feature

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

# Installation
## Installation

```sh
npm install @distube/spotify@latest
```

# Usage
## Usage

```js
const Discord = require("discord.js");
Expand Down
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@distube/spotify",
"version": "1.4.2",
"version": "1.4.3",
"description": "A DisTube custom plugin for supporting Spotify.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -18,6 +18,7 @@
"prettier": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"",
"build": "tsup",
"build:check": "tsc --noEmit",
"update": "ncu -u && yarn up '**' -R",
"postinstall": "husky install",
"prepack": "yarn build && pinst -d",
"postpack": "pinst -e"
Expand All @@ -40,41 +41,41 @@
},
"homepage": "https://github.com/distubejs/spotify#readme",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.11.0",
"@types/jest": "^29.0.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"@types/jest": "^29.2.4",
"@types/spotify-web-api-node": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "^29.0.1",
"commitlint": "^17.1.2",
"discord.js": "^14.3.0",
"distube": "^4.0.3",
"eslint": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"babel-jest": "^29.3.1",
"commitlint": "^17.3.0",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"eslint": "^8.29.0",
"eslint-config-distube": "^1.6.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-jsdoc": "^39.3.6",
"husky": "^8.0.1",
"jest": "^29.0.1",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-jsdoc": "^39.6.4",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nano-staged": "^0.8.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"typescript": "^4.8.2"
"prettier": "^2.8.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
"dependencies": {
"isomorphic-unfetch": "^3.1.0",
"spotify-uri": "^3.0.3",
"spotify-url-info": "^3.1.4",
"spotify-url-info": "^3.1.10",
"spotify-web-api-node": "^5.0.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e905c94

Please sign in to comment.