Skip to content

Commit

Permalink
Merge pull request #636 from swrlab/dev/v2-0-1
Browse files Browse the repository at this point in the history
Dev/v2.0.1
  • Loading branch information
frytg authored Aug 6, 2024
2 parents b144758 + 1dc3724 commit 1f42563
Show file tree
Hide file tree
Showing 4 changed files with 4,341 additions and 4,375 deletions.
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

0 comments on commit 1f42563

Please sign in to comment.