Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
  • Loading branch information
explodingcamera committed Dec 2, 2023
1 parent 848abc3 commit 2748e8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Subsonic-API <a href="https://www.npmjs.com/package/subsonic-api"><img src="https://img.shields.io/npm/v/subsonic-api?style=flat&colorA=000000&colorB=efefef"/></a> <a href="https://github.com/explodingcamera/subsonic-api/actions/workflows/test.yml"><img src="https://img.shields.io/github/actions/workflow/status/explodingcamera/subsonic-api/test.yml?branch=main&style=flat&colorA=000000"/></a>

A simple API library for interacting with Subsonic-compatible servers (Up to API version 1.16.1) written in TypeScript. Supports Node.js >= 18, bun >= 1 and Browser.
A simple API library for interacting with Subsonic-compatible servers (Up to API version 1.16.1) written in TypeScript. Supports Node.js >= 18, bun >= 1 and modern Browsers. No dependencies and less than 4kb minified and gzipped.

## Installation

Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"preversion": "npm run build"
},
"devDependencies": {
"@biomejs/biome": "^1.3.3",
"@biomejs/cli-linux-x64": "^1.3.3",
"@types/spark-md5": "^3.0.3",
"bun-types": "^1.0.10",
"release-it": "^16.2.1",
"@biomejs/biome": "^1.4.1",
"@biomejs/cli-linux-x64": "^1.4.1",
"@types/spark-md5": "^3.0.4",
"bun-types": "^1.0.15",
"release-it": "^17.0.0",
"spark-md5": "^3.0.2"
},
"release-it": {
Expand Down

0 comments on commit 2748e8f

Please sign in to comment.