iracing-data-client 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iracing-data-client",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Fully-typed HTTP Client for the iRacing Data API with automatic code generation, built-in caching, smart authentication, and comprehensive error handling.",
5
5
  "homepage": "https://allymurray.github.io/iracing-data-client/",
6
6
  "main": "lib/index.js",
@@ -19,11 +19,18 @@
19
19
  "package.json"
20
20
  ],
21
21
  "keywords": [
22
+ "iracing",
23
+ "iracing-api",
22
24
  "iracing-data-api",
23
25
  "iracing-data-client",
24
- "iracing-data-client",
25
- "iracing",
26
- "sim-racing"
26
+ "sim-racing",
27
+ "motorsport",
28
+ "racing",
29
+ "typescript",
30
+ "api-client",
31
+ "sdk",
32
+ "oauth2",
33
+ "esports"
27
34
  ],
28
35
  "author": "Ally Murray",
29
36
  "license": "ISC",