File tree 3 files changed +4379
-4335
lines changed
3 files changed +4379
-4335
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
4
4
5
5
## Changelog
6
6
7
+ - 2024-10-24 - v2.0.2
8
+
9
+ - chore: fix node-crc dependency
10
+
7
11
- 2024-08-05 - v2.0.1
8
12
9
13
- chore: update dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swrlab/utils" ,
3
- "version" : " 2.0.1-beta " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Wrapping common SWR Audio Lab utils" ,
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
"reinstall" : " rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
19
19
},
20
20
"dependencies" : {
21
- "@google-cloud/storage" : " ^7.12 .0" ,
21
+ "@google-cloud/storage" : " ^7.13 .0" ,
22
22
"abort-controller" : " ^3.0.0" ,
23
23
"luxon" : " 3.5.0" ,
24
- "node-crc" : " swrlab/node-crc#v2.1.0" ,
25
- "undici" : " 6.19.5 "
24
+ "node-crc" : " https://github.com/ swrlab/node-crc#v2.1.0" ,
25
+ "undici" : " 6.20.1 "
26
26
},
27
27
"devDependencies" : {
28
28
"@swrlab/style-guide" : " https://github.com/swrlab/style-guide.git" ,
29
29
"chai" : " 4.4.1" ,
30
30
"dotenv" : " ^16.4.5" ,
31
- "eslint" : " ^9.8 .0" ,
32
- "eslint-plugin-json" : " ^4.0.0 " ,
33
- "mocha" : " ^10.7.0 " ,
31
+ "eslint" : " ^9.13 .0" ,
32
+ "eslint-plugin-json" : " ^4.0.1 " ,
33
+ "mocha" : " ^10.7.3 " ,
34
34
"prettier" : " ^3.3.3"
35
35
},
36
36
"engines" : {
You can’t perform that action at this time.
0 commit comments