tesla-inventory 1.8.28 → 1.8.29
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/codes.json +1 -0
- package/package.json +1 -1
- package/prices/america.json +2 -0
- package/prices/europe.json +1 -0
package/codes.json
CHANGED
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
"MT328": "Long Range All-Wheel Drive",
|
|
321
321
|
"MT336": "Standard Range Plus Rear-Wheel Drive",
|
|
322
322
|
"MT337": "Standard Range Plus Rear-Wheel Drive",
|
|
323
|
+
"MT340": "Long Range All-Wheel Drive Performance",
|
|
323
324
|
"MTS01": "Standard Range",
|
|
324
325
|
"MTS03": "Long Range",
|
|
325
326
|
"MTS04": "Performance",
|
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.
|
|
5
|
+
"version": "1.8.29",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/prices/america.json
CHANGED