Fix Plex data transformation, handle socket errors

This commit is contained in:
Jonathan Staab
2023-03-29 10:06:12 -05:00
parent 557ab542b7
commit da3b176b49
4 changed files with 36 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "paravel",
"version": "0.1.7",
"version": "0.1.9",
"description": "Yet another toolkit for nostr",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
},
"scripts": {
"build": "node build.js",
"pub": "npm i && node build.js && npm publish",
"pub": "npm i && npm run check && node build.js && npm publish",
"check:ts": "tsc --noEmit --esModuleInterop --strict src/**/*",
"check:es": "eslint src/*",
"check": "run-p check:*"