Skip to content

Commit

Permalink
fix(deps): deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 6, 2024
1 parent 67912c9 commit 71bb01e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 73 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"dependencies": {
"@bufbuild/protobuf": "2.2.2",
"@nats-io/kv": "3.0.0-16",
"@nats-io/nats-core": "3.0.0-34",
"@nats-io/transport-node": "3.0.0-20",
"@nats-io/kv": "3.0.0-17",
"@nats-io/nats-core": "3.0.0-35",
"@nats-io/transport-node": "3.0.0-21",
"axios": "1.7.7",
"axios-retry": "4.5.0",
"js-yaml": "4.1.0",
"plugnmeet-protocol-js": "1.0.7-rc.5",
"plugnmeet-protocol-js": "1.0.7-rc.6",
"puppeteer": "23.3.0",
"winston": "3.14.2",
"winston-daily-rotate-file": "5.0.0",
Expand All @@ -41,6 +41,6 @@
"prettier": "3.3.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/PNMRecorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ export default class PNMRecorder {
// start ping
await this.startPing(keyName);
} catch (_err) {
logger.error(`error connecting to ${JSON.stringify(_err)}`);
logger.error(
`nats server connection failed, msg: ${JSON.stringify(_err)}`,
);
process.exit(1);
}
};
Expand Down

0 comments on commit 71bb01e

Please sign in to comment.