Skip to content

Commit

Permalink
Updated packages (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ller0 authored Mar 3, 2021
1 parent 625acd7 commit cb37c26
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 228 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fridgefm/radio-core",
"author": "Grigory Gorshkov",
"version": "3.0.0",
"version": "3.0.1",
"description": "internet radio engine made on NodeJS platform",
"license": "MIT",
"main": "./lib/index.js",
Expand Down Expand Up @@ -45,6 +45,7 @@
"klaw-sync": "^6.0.0",
"lodash": "^4.17.20",
"node-id3": "^0.2.2",
"typed-emitter": "^1.3.1",
"winston": "^3.3.3"
},
"devDependencies": {
Expand All @@ -64,8 +65,7 @@
"jest": "^26.6.3",
"lint-staged": ">=10.5.4",
"ts-jest": "^26.5.0",
"typed-emitter": "^1.3.1",
"typescript": "4.1.3"
"typescript": "4.2.2"
},
"bugs": {
"url": "https://github.com/ch1ller0/fridgefm-radio-core/issues"
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/fail-path/common.fp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ describe('public/FailPaths/common', () => {

it.todo('track was deleted while playback - revalidates folders');
it.todo('track has some problems while reading - skip it');
it.todo('playlist was scrambled so that the frist playing track is non existing - revalidates folders');
it.todo('track has some problems on stream - skip it');
});
Loading

0 comments on commit cb37c26

Please sign in to comment.