Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeGoose committed Jun 30, 2022
1 parent d67c956 commit d3c858c
Show file tree
Hide file tree
Showing 22 changed files with 445 additions and 810 deletions.
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function forward() {
*/
function log() {
/* It's importing the `F1TelemetryClient` class from the `f1-22-udp` module. */
const parser = require('f1-22-udp').F1TelemetryClient;
const parser = require('f1-22-udp').F122UDP;
console.log('loging..');
/* It's creating a new instance of the `F1TelemetryClient` class. */
const client = new parser();
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f1-22-udp",
"version": "0.0.1",
"version": "1.0.0",
"main": "build/src/F1_22_UDP.js",
"types": "build/src/F1_22_UDP.d.ts",
"files": [
Expand Down
Loading

0 comments on commit d3c858c

Please sign in to comment.