tesla-inventory 3.2.0 → 3.2.1
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/LICENSE.md +0 -0
- package/package.json +17 -17
- package/src/prices/au.json +1 -0
- package/src/prices/ch.json +1 -0
- package/src/prices/euro.json +2 -2
- package/src/prices/gb.json +1 -0
- package/src/prices/hu.json +1 -0
- package/src/prices/mx.json +1 -1
- package/src/prices/pr.json +1 -0
- package/src/prices/se.json +1 -1
- package/src/prices/us.json +1 -0
package/LICENSE.md
CHANGED
|
File without changes
|
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.1",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -69,6 +69,21 @@
|
|
|
69
69
|
"files": [
|
|
70
70
|
"src"
|
|
71
71
|
],
|
|
72
|
+
"scripts": {
|
|
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",
|
|
75
|
+
"lint": "standard-markdown README.md && standard",
|
|
76
|
+
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
77
|
+
"prerelease": "npm run update:check && npm run contributors",
|
|
78
|
+
"pretest": "npm run lint",
|
|
79
|
+
"release": "standard-version -a",
|
|
80
|
+
"release:github": "conventional-github-releaser -p angular",
|
|
81
|
+
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
82
|
+
"test": "c8 ava",
|
|
83
|
+
"update": "ncu -u",
|
|
84
|
+
"update:check": "ncu -- --error-level 2",
|
|
85
|
+
"update:dependencies": "ncu -u"
|
|
86
|
+
},
|
|
72
87
|
"license": "MIT",
|
|
73
88
|
"ava": {
|
|
74
89
|
"files": [
|
|
@@ -123,20 +138,5 @@
|
|
|
123
138
|
"simple-git-hooks": {
|
|
124
139
|
"commit-msg": "npx commitlint --edit",
|
|
125
140
|
"pre-commit": "npx nano-staged"
|
|
126
|
-
},
|
|
127
|
-
"scripts": {
|
|
128
|
-
"clean": "rm -rf node_modules",
|
|
129
|
-
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
|
130
|
-
"lint": "standard-markdown README.md && standard",
|
|
131
|
-
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
132
|
-
"prerelease": "npm run update:check && npm run contributors",
|
|
133
|
-
"pretest": "npm run lint",
|
|
134
|
-
"release": "standard-version -a",
|
|
135
|
-
"release:github": "conventional-github-releaser -p angular",
|
|
136
|
-
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
137
|
-
"test": "c8 ava",
|
|
138
|
-
"update": "ncu -u",
|
|
139
|
-
"update:check": "ncu -- --error-level 2",
|
|
140
|
-
"update:dependencies": "ncu -u"
|
|
141
141
|
}
|
|
142
|
-
}
|
|
142
|
+
}
|
package/src/prices/au.json
CHANGED
package/src/prices/ch.json
CHANGED
package/src/prices/euro.json
CHANGED
package/src/prices/gb.json
CHANGED
package/src/prices/hu.json
CHANGED
package/src/prices/mx.json
CHANGED
package/src/prices/pr.json
CHANGED
package/src/prices/se.json
CHANGED