tesla-inventory 3.0.8 → 3.0.9
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 +1 -1
- package/src/codes.json +1 -0
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": "3.0.
|
|
5
|
+
"version": "3.0.9",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/codes.json
CHANGED
|
@@ -360,6 +360,7 @@
|
|
|
360
360
|
"MTY03": "Model Y Long Range All-Wheel Drive",
|
|
361
361
|
"MTY04": "Model Y Long Range All-Wheel Drive Performance",
|
|
362
362
|
"MTY05": "Model Y Long Range All-Wheel Drive Performance",
|
|
363
|
+
"MTY06": "Model Y Long Range All-Wheel Drive",
|
|
363
364
|
"MTY07": "Model Y Long Range All-Wheel Drive",
|
|
364
365
|
"MTY09": "Model Y Long Range All-Wheel Drive",
|
|
365
366
|
"MTY11": "Model Y Long Range All-Wheel Drive",
|