hoshimi 0.3.9-dev-22522309372.0 → 0.3.9

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/dist/index.js CHANGED
@@ -488,7 +488,7 @@ var QueueStorageAdapter = class {
488
488
  // package.json
489
489
  var package_default = {
490
490
  name: "hoshimi",
491
- version: "0.3.9-dev-22522309372.0",
491
+ version: "0.3.9",
492
492
  description: "A lavalink@v4 client easy to use, up-to-date and all ears.",
493
493
  main: "./dist/index.js",
494
494
  module: "./dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -408,7 +408,7 @@ var QueueStorageAdapter = class {
408
408
  // package.json
409
409
  var package_default = {
410
410
  name: "hoshimi",
411
- version: "0.3.9-dev-22522309372.0",
411
+ version: "0.3.9",
412
412
  description: "A lavalink@v4 client easy to use, up-to-date and all ears.",
413
413
  main: "./dist/index.js",
414
414
  module: "./dist/index.mjs",
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "hoshimi",
3
- "version": "0.3.9-dev-22522309372.0",
4
- "description": "A lavalink@v4 client easy to use, up-to-date and all ears.",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "require": "./dist/index.js",
13
- "import": "./dist/index.mjs",
14
- "default": "./dist/index.js"
15
- }
16
- },
17
- "files": [
18
- "dist"
19
- ],
20
- "lint-staged": {
21
- "*.{ts,json}": [
22
- "pnpm format"
23
- ]
24
- },
25
- "repository": {
26
- "url": "https://github.com/Ganyu-Studios/Hoshimi.git",
27
- "type": "git"
28
- },
29
- "scripts": {
30
- "build": "pnpm typecheck && tsup",
31
- "typecheck": "tsc --noEmit",
32
- "lint": "biome lint .",
33
- "format": "biome format --write .",
34
- "prepare": "husky && pnpm build",
35
- "tool:prepublish": "pnpm build && tsx ./scripts/prepublish.mts && cd .npm && npm pack",
36
- "tool:publish": "cd .npm && npm publish"
37
- },
38
- "keywords": [
39
- "discord",
40
- "lavalink",
41
- "lavalink-v4",
42
- "discord",
43
- "distube",
44
- "music-bot",
45
- "lavalink-player",
46
- "lavalink-client",
47
- "music"
48
- ],
49
- "author": "Ganyu Studios",
50
- "license": "MIT",
51
- "devDependencies": {
52
- "@biomejs/biome": "^2.4.4",
53
- "@changesets/cli": "^2.29.8",
54
- "@types/node": "^25.3.2",
55
- "@types/ws": "^8.18.1",
56
- "husky": "^9.1.7",
57
- "lint-staged": "^16.3.0",
58
- "tsup": "^8.5.1",
59
- "tsx": "^4.21.0",
60
- "typescript": "^5.9.3"
61
- },
62
- "dependencies": {
63
- "ws": "^8.19.0"
64
- },
65
- "pnpm": {
66
- "onlyBuiltDependencies": [
67
- "esbuild"
68
- ]
69
- }
70
- }
1
+ {
2
+ "name": "hoshimi",
3
+ "version": "0.3.9",
4
+ "description": "A lavalink@v4 client easy to use, up-to-date and all ears.",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "require": "./dist/index.js",
13
+ "import": "./dist/index.mjs",
14
+ "default": "./dist/index.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "lint-staged": {
21
+ "*.{ts,json}": [
22
+ "pnpm format"
23
+ ]
24
+ },
25
+ "repository": {
26
+ "url": "https://github.com/Ganyu-Studios/Hoshimi.git",
27
+ "type": "git"
28
+ },
29
+ "scripts": {
30
+ "build": "pnpm typecheck && tsup",
31
+ "typecheck": "tsc --noEmit",
32
+ "lint": "biome lint .",
33
+ "format": "biome format --write .",
34
+ "prepare": "husky && pnpm build",
35
+ "tool:prepublish": "pnpm build && tsx ./scripts/prepublish.mts && cd .npm && npm pack",
36
+ "tool:publish": "cd .npm && npm publish"
37
+ },
38
+ "keywords": [
39
+ "discord",
40
+ "lavalink",
41
+ "lavalink-v4",
42
+ "discord",
43
+ "distube",
44
+ "music-bot",
45
+ "lavalink-player",
46
+ "lavalink-client",
47
+ "music"
48
+ ],
49
+ "author": "Ganyu Studios",
50
+ "license": "MIT",
51
+ "devDependencies": {
52
+ "@biomejs/biome": "^2.4.4",
53
+ "@changesets/cli": "^2.29.8",
54
+ "@types/node": "^25.3.2",
55
+ "@types/ws": "^8.18.1",
56
+ "husky": "^9.1.7",
57
+ "lint-staged": "^16.3.0",
58
+ "tsup": "^8.5.1",
59
+ "tsx": "^4.21.0",
60
+ "typescript": "^5.9.3"
61
+ },
62
+ "dependencies": {
63
+ "ws": "^8.19.0"
64
+ },
65
+ "pnpm": {
66
+ "onlyBuiltDependencies": [
67
+ "esbuild"
68
+ ]
69
+ }
70
+ }