Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/v2.0.1 #636

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: 🛠 Setup Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ by [**SWR Audio Lab**](https://lab.swr.de/)

## Changelog

- 2024-08-05 - v2.0.1

- chore: update dependencies
- chore: update Linter with bun version 'v2'

- 2024-07-10 - v2.0.0

- refact!: remove aws-sdk integration (s3)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/utils",
"version": "2.0.0-beta",
"version": "2.0.1-beta",
"description": "Wrapping common SWR Audio Lab utils",
"repository": {
"type": "git",
Expand All @@ -18,20 +18,20 @@
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
},
"dependencies": {
"@google-cloud/storage": "^7.11.3",
"@google-cloud/storage": "^7.12.0",
"abort-controller": "^3.0.0",
"luxon": "3.4.4",
"luxon": "3.5.0",
"node-crc": "swrlab/node-crc#v2.1.0",
"undici": "6.19.2"
"undici": "6.19.5"
},
"devDependencies": {
"@swrlab/style-guide": "https://github.com/swrlab/style-guide.git",
"chai": "4.4.1",
"dotenv": "^16.4.5",
"eslint": "^9.6.0",
"eslint": "^9.8.0",
"eslint-plugin-json": "^4.0.0",
"mocha": "^10.6.0",
"prettier": "^3.3.2"
"mocha": "^10.7.0",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=20"
Expand Down
Loading