Fix Plex data transformation, handle socket errors
This commit is contained in:
+2
-2
@@ -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:*"
|
||||
|
||||
Reference in New Issue
Block a user