Skip to content

Commit

Permalink
chore: update dependencies and package version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jul 15, 2024
1 parent 34d6dbe commit 018c02e
Show file tree
Hide file tree
Showing 4 changed files with 2,003 additions and 1,661 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"deno.enable": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[typescriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
}
}
}
4 changes: 2 additions & 2 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundify/web-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "🎧 Spotify Web API client for js/ts runtime environments",
"type": "module",
"main": "dist/mod.cjs",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"all-contributors-cli": "6.26.1",
"typescript": "5.3.3",
"tsup": "8.0.2"
"typescript": "5.5.3",
"tsup": "8.1.0"
},
"author": {
"name": "Artem Melnyk",
Expand All @@ -58,5 +58,6 @@
"music",
"sdk",
"soundify"
]
],
"packageManager": "[email protected]+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
}
Loading

0 comments on commit 018c02e

Please sign in to comment.