tesla-inventory 1.8.22 → 1.8.25

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.
Files changed (2) hide show
  1. package/codes.json +3 -2
  2. package/package.json +3 -3
package/codes.json CHANGED
@@ -115,6 +115,7 @@
115
115
  "COHR": "Country: Croatia",
116
116
  "COIE": "Country: Ireland",
117
117
  "COIT": "Country: Italy",
118
+ "COJP": "Country: Japan",
118
119
  "COKR": "Country: South Korea",
119
120
  "COL0": "Signature",
120
121
  "COL1": "Solid",
@@ -542,8 +543,8 @@
542
543
  "UTPB": "Dark Headliner",
543
544
  "UTSB": "Black Ultra-suede Headliner",
544
545
  "UTZW": "Light Headliner",
545
- "VC00": "Vehicle computer Intel?",
546
- "VC01": "AMD Ryzen?",
546
+ "VC00": "Model 3/Y (China)",
547
+ "VC01": "Model 3/Y first found on MYJan2022",
547
548
  "W32D": "20\" Gray Performance Wheels",
548
549
  "W32P": "20\" Performance Wheels",
549
550
  "W33D": "20\" Black Performance Wheels 2021",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tesla-inventory",
3
3
  "description": "Retrieve real-time data from Tesla Inventory.",
4
4
  "homepage": "https://nicedoc.io/Kikobeats/tesla-inventory",
5
- "version": "1.8.22",
5
+ "version": "1.8.25",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -41,6 +41,7 @@
41
41
  "@commitlint/cli": "latest",
42
42
  "@commitlint/config-conventional": "latest",
43
43
  "ava": "latest",
44
+ "c8": "latest",
44
45
  "ci-publish": "latest",
45
46
  "conventional-github-releaser": "latest",
46
47
  "debug-logfmt": "latest",
@@ -53,7 +54,6 @@
53
54
  "markdown-tables-to-json": "latest",
54
55
  "nano-staged": "latest",
55
56
  "npm-check-updates": "latest",
56
- "nyc": "latest",
57
57
  "prettier-standard": "latest",
58
58
  "simple-git-hooks": "latest",
59
59
  "standard": "latest",
@@ -86,7 +86,7 @@
86
86
  "release": "standard-version -a",
87
87
  "release:github": "conventional-github-releaser -p angular",
88
88
  "release:tags": "git push --follow-tags origin HEAD:master",
89
- "test": "nyc ava",
89
+ "test": "c8 ava",
90
90
  "update": "ncu -u",
91
91
  "update:check": "ncu -- --error-level 2",
92
92
  "update:dependencies": "ncu -u"