Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 10, 2024
1 parent 2cea648 commit bed7a64
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 215 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^8.4.1",
"@salesforce/dev-scripts": "^8.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/telemetryReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class TelemetryReporter extends AsyncCreatable<TelemetryOptions> {
},
timeout: {
lookup: 100,
send: 10000,
send: 10_000,
response: 1000,
},
});
Expand Down
Loading

0 comments on commit bed7a64

Please sign in to comment.