tesla-inventory 3.2.1 → 3.2.3
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 +5 -5
- package/src/prices/au.json +1 -0
- package/src/prices/mx.json +3 -0
- package/src/prices/pr.json +1 -1
- package/src/prices/se.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://github.com/Kikobeats/tesla-inventory",
|
|
5
|
-
"version": "3.2.
|
|
5
|
+
"version": "3.2.3",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
],
|
|
72
72
|
"scripts": {
|
|
73
73
|
"clean": "rm -rf node_modules",
|
|
74
|
-
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
74
|
+
"contributors": "(npx git-authors-cli && npx finepack --sort-ignore-object-at ava && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
75
75
|
"lint": "standard-markdown README.md && standard",
|
|
76
76
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
77
77
|
"prerelease": "npm run update:check && npm run contributors",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"ava": {
|
|
89
89
|
"files": [
|
|
90
|
-
"
|
|
91
|
-
"test
|
|
90
|
+
"test/**/*.js",
|
|
91
|
+
"!test/util.js"
|
|
92
92
|
],
|
|
93
93
|
"timeout": "2m"
|
|
94
94
|
},
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"standard-markdown"
|
|
133
133
|
],
|
|
134
134
|
"package.json": [
|
|
135
|
-
"finepack"
|
|
135
|
+
"finepack --sort-ignore-object-at ava"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"simple-git-hooks": {
|
package/src/prices/au.json
CHANGED
package/src/prices/mx.json
CHANGED
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
"MT328": 150900,
|
|
18
18
|
"MTS14": 635000,
|
|
19
19
|
"MTX13": 225000,
|
|
20
|
+
"MTX15": 285000,
|
|
21
|
+
"MTX16": 485000,
|
|
20
22
|
"MTY05": 299900,
|
|
21
23
|
"MTY09": 204900,
|
|
22
24
|
"MTY10": 304900,
|
|
@@ -35,5 +37,6 @@
|
|
|
35
37
|
"WS10": 97000,
|
|
36
38
|
"WS12": 97000,
|
|
37
39
|
"WX20": 119000,
|
|
40
|
+
"WX21": 119000,
|
|
38
41
|
"WY20P": 43200
|
|
39
42
|
}
|
package/src/prices/pr.json
CHANGED