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 9b0983a
Show file tree
Hide file tree
Showing 3 changed files with 4,379 additions and 4,335 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
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.1-beta",
"version": "2.0.2",
"description": "Wrapping common SWR Audio Lab utils",
"repository": {
"type": "git",
Expand All @@ -18,19 +18,19 @@
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
},
"dependencies": {
"@google-cloud/storage": "^7.12.0",
"@google-cloud/storage": "^7.13.0",
"abort-controller": "^3.0.0",
"luxon": "3.5.0",
"node-crc": "swrlab/node-crc#v2.1.0",
"undici": "6.19.5"
"node-crc": "https://github.com/swrlab/node-crc#v2.1.0",
"undici": "6.20.1"
},
"devDependencies": {
"@swrlab/style-guide": "https://github.com/swrlab/style-guide.git",
"chai": "4.4.1",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint-plugin-json": "^4.0.0",
"mocha": "^10.7.0",
"eslint": "^9.13.0",
"eslint-plugin-json": "^4.0.1",
"mocha": "^10.7.3",
"prettier": "^3.3.3"
},
"engines": {
Expand Down
Loading

0 comments on commit 9b0983a

Please sign in to comment.