Skip to content

Commit

Permalink
chore: fix node-crc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinertech9 committed Oct 24, 2024
1 parent 1f42563 commit df2d6dd
Show file tree
Hide file tree
Showing 3 changed files with 4,374 additions and 4,330 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ by [**SWR Audio Lab**](https://lab.swr.de/)

## Changelog

- 2024-10-24 - v2.0.2

- chore: fix node-crc dependency

- 2024-08-05 - v2.0.1

- chore: update dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/utils",
"version": "2.0.1-beta",
"version": "2.0.2",
"description": "Wrapping common SWR Audio Lab utils",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"@google-cloud/storage": "^7.12.0",
"abort-controller": "^3.0.0",
"luxon": "3.5.0",
"node-crc": "swrlab/node-crc#v2.1.0",
"node-crc": "https://github.com/swrlab/node-crc#v2.1.0",
"undici": "6.19.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit df2d6dd

Please sign in to comment.