tesla-inventory 3.0.2 → 3.0.5

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/README.md CHANGED
@@ -51,7 +51,7 @@ These options can be:
51
51
 
52
52
  ## License
53
53
 
54
- **tesla-inventory** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/tesla-inventory/blob/master/LICENSE.md) License.<br>
55
- Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/Kikobeats/tesla-inventory/contributors).
54
+ **tesla-inventory** © [Tesla Hunt](https://teslahunt.io), released under the [MIT](https://github.com/teslahunt/inventory/blob/master/LICENSE.md) License.<br>
55
+ Authored and maintained by [Tesla Hunt](https://teslahunt.io) with help from [contributors](https://github.com/teslahunt/inventory/contributors).
56
56
 
57
- > [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
57
+ > [teslahunt.io](https://teslahunt.io) · GitHub [teslahunt](https://github.com/teslahunt) · Twitter [@teslahuntio](https://twitter.com/teslahuntio)
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.2",
5
+ "version": "3.0.5",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
package/src/codes.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "AU3P": "Sound Studio Package",
39
39
  "AUF1": "Premium Speakers Enabled",
40
40
  "AUF2": "Premium Speakers Disabled",
41
- "BC00": "MS Q4 Plaid",
41
+ "BC00": "Brake Calipers M4.42/44",
42
42
  "BC0B": "Black Brake Calipers",
43
43
  "BC0R": "Red Brake Calipers",
44
44
  "BC3B": "Black Brake Calipers",
@@ -21,5 +21,5 @@ module.exports = Object.fromEntries(
21
21
  Object.entries(require('.')).filter(([, inventory]) => test(inventory))
22
22
  )
23
23
 
24
- module.exports.EURO_COUNTRIES = EURO_COUNTRIES
25
- module.exports.test = test
24
+ Object.defineProperty(module.exports, 'EURO_COUNTRIES', { value: EURO_COUNTRIES })
25
+ Object.defineProperty(module.exports, 'test', { value: test })
@@ -16,6 +16,7 @@
16
16
  "MT304": 15760,
17
17
  "MT308": 6760,
18
18
  "MT310": 15760,
19
+ "MT311": 15760,
19
20
  "MT315": 15760,
20
21
  "MT316": 15760,
21
22
  "MT320": 6760,
@@ -27,6 +27,7 @@
27
27
  "MT310": 20990,
28
28
  "MT311": 27990,
29
29
  "MT317": 27990,
30
+ "MT322": 11990,
30
31
  "MTS01": 18090,
31
32
  "MTS03": 18090,
32
33
  "MTS04": 53090,