Skip to content

Commit f6d8d1e

Browse files
chore: release v3.1.2
1 parent 64984a9 commit f6d8d1e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subsonic-api",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Subsonic and OpenSubsonic Client for Node.js and browsers",
55
"license": "MIT",
66
"author": "Henry Gressmann <mail@henrygressmann.de>",
@@ -11,9 +11,22 @@
1111
"type": "git",
1212
"url": "git+https://github.com/explodingcamera/subsonic-api.git"
1313
},
14-
"keywords": ["subsonic", "api", "music", "streaming", "media", "player", "client", "typescript"],
14+
"keywords": [
15+
"subsonic",
16+
"api",
17+
"music",
18+
"streaming",
19+
"media",
20+
"player",
21+
"client",
22+
"typescript"
23+
],
1524
"homepage": "https://github.com/explodingcamera/subsonic-api",
16-
"files": ["lib", "README.md", "LICENSE.md"],
25+
"files": [
26+
"lib",
27+
"README.md",
28+
"LICENSE.md"
29+
],
1730
"exports": {
1831
".": "./lib/index.js"
1932
},
@@ -44,7 +57,10 @@
4457
"node": ">=18"
4558
},
4659
"engineStrict": false,
47-
"trustedDependencies": ["@biomejs/biome", "esbuild"],
60+
"trustedDependencies": [
61+
"@biomejs/biome",
62+
"esbuild"
63+
],
4864
"dependencies": {
4965
"typescript": "^5.7.3"
5066
}

0 commit comments

Comments
 (0)