magmastream 2.5.14 → 2.5.15

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/README.md CHANGED
@@ -1,11 +1,15 @@
1
1
  <center><img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200&section=header&text=Magmastream&fontSize=80&fontAlignY=35&animation=twinkling&fontColor=gradient" /></center>
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
 
3
6
  [![License](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/Magmastream-NPM/magmastream/blob/main/LICENSE)
4
7
  [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/Magmastream-NPM/magmastream/pulls)
5
- ![GitHub Stars](https://img.shields.io/github/stars/Blackfort-Hosting/magmastream.svg)
6
- [![Issues](https://img.shields.io/github/issues/Blackfort-Hosting/magmastream.svg)](https://github.com/Magmastream-NPM/magmastream/issues)
7
- [![Pull Requests](https://img.shields.io/github/issues-pr/Blackfort-Hosting/magmastream.svg)](https://github.com/Magmastream-NPM/magmastream/pulls)
8
+ ![GitHub Stars](https://img.shields.io/github/stars/Magmastream-NPM/magmastream.svg)
9
+ [![Issues](https://img.shields.io/github/issues/Magmastream-NPM/magmastream.svg)](https://github.com/Magmastream-NPM/magmastream/issues)
10
+ [![Pull Requests](https://img.shields.io/github/issues-pr/Magmastream-NPM/magmastream.svg)](https://github.com/Magmastream-NPM/magmastream/pulls)
8
11
  [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/Magmastream-NPM)
12
+ [![npm](https://img.shields.io/npm/dw/magmastream)](https://www.npmjs.com/package/magmastream)
9
13
 
10
14
  **Magmastream** a lavalink wrapper for NodeJs. Magmastream only supports lavalink version 4.
11
15
 
@@ -51,10 +55,16 @@ If you want to add your own bot create a pull request with your bot added. Pleas
51
55
 
52
56
  Special thanks to the all the contributors who have helped make Magmastream even better!
53
57
 
58
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
59
+ <!-- prettier-ignore-start -->
60
+ <!-- markdownlint-disable -->
61
+ <!-- markdownlint-restore -->
62
+ <!-- prettier-ignore-end -->
63
+
64
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
65
+
54
66
  ## Credits
55
67
 
56
68
  - [Erela.Js](https://github.com/MenuDocs/erela.js)
57
69
 
58
- <!-- CONTRIBUTORS_START -->
59
-
60
- <!-- CONTRIBUTORS_END -->
70
+ ![Stats](https://repobeats.axiom.co/api/embed/e46896cea6c7ad6648effe4d7868ffa3fef0151b.svg "Repobeats analytics image")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magmastream",
3
- "version": "2.5.14",
3
+ "version": "2.5.15",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,20 +15,20 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@favware/rollup-type-bundler": "^3.3.0",
18
- "@types/lodash": "^4.17.7",
19
- "@types/node": "^20.16.1",
18
+ "@types/lodash": "^4.17.9",
19
+ "@types/node": "^20.16.10",
20
20
  "@types/ws": "^8.5.12",
21
21
  "@typescript-eslint/eslint-plugin": "^7.18.0",
22
22
  "@typescript-eslint/parser": "^7.18.0",
23
- "eslint": "^8.57.0",
23
+ "eslint": "^8.57.1",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "typedoc": "^0.25.13",
26
26
  "typedoc-plugin-no-inherit": "^1.4.0",
27
27
  "typescript": "^5.4.5"
28
28
  },
29
29
  "dependencies": {
30
- "@discordjs/collection": "^2.1.0",
31
- "axios": "^1.7.5",
30
+ "@discordjs/collection": "^2.1.1",
31
+ "axios": "^1.7.7",
32
32
  "events": "^3.3.0",
33
33
  "lodash": "^4.17.21",
34
34
  "tslib": "^2.7.0",
@@ -84,7 +84,7 @@
84
84
  "repository": {
85
85
  "url": "https://github.com/Blackfort-Hosting/magmastream/tree/main"
86
86
  },
87
- "homepage": "https://docs.blackforthosting.com",
87
+ "homepage": "https://docs.magmastream.com",
88
88
  "author": "Abel Purnwasy",
89
89
  "license": "Apache-2.0"
90
90
  }