tesla-inventory 1.8.44 → 1.8.45

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.
Files changed (2) hide show
  1. package/LICENSE.md +0 -0
  2. package/package.json +25 -25
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://nicedoc.io/Kikobeats/tesla-inventory",
5
- "version": "1.8.44",
5
+ "version": "1.8.45",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -21,10 +21,10 @@
21
21
  ],
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "git+https://github.com/teslahunt/tesla-inventory.git"
24
+ "url": "git+https://github.com/teslahunt/inventory.git"
25
25
  },
26
26
  "bugs": {
27
- "url": "https://github.com/teslahunt/tesla-inventory/issues"
27
+ "url": "https://github.com/teslahunt/inventory/issues"
28
28
  },
29
29
  "keywords": [
30
30
  "cpo",
@@ -70,27 +70,6 @@
70
70
  "prices",
71
71
  "scripts"
72
72
  ],
73
- "license": "MIT",
74
- "commitlint": {
75
- "extends": [
76
- "@commitlint/config-conventional"
77
- ]
78
- },
79
- "nano-staged": {
80
- "*.js": [
81
- "prettier-standard"
82
- ],
83
- "*.md": [
84
- "standard-markdown"
85
- ],
86
- "package.json": [
87
- "finepack"
88
- ]
89
- },
90
- "simple-git-hooks": {
91
- "commit-msg": "npx commitlint --edit",
92
- "pre-commit": "npx nano-staged"
93
- },
94
73
  "scripts": {
95
74
  "clean": "rm -rf node_modules",
96
75
  "codes": "(node scripts/codes.js && git add codes.json && git commit -m 'build(update): codes' --no-verify && git push) || true",
@@ -111,5 +90,26 @@
111
90
  "update": "ncu -u",
112
91
  "update:check": "ncu -- --error-level 2",
113
92
  "update:dependencies": "ncu -u"
93
+ },
94
+ "license": "MIT",
95
+ "commitlint": {
96
+ "extends": [
97
+ "@commitlint/config-conventional"
98
+ ]
99
+ },
100
+ "nano-staged": {
101
+ "*.js": [
102
+ "prettier-standard"
103
+ ],
104
+ "*.md": [
105
+ "standard-markdown"
106
+ ],
107
+ "package.json": [
108
+ "finepack"
109
+ ]
110
+ },
111
+ "simple-git-hooks": {
112
+ "commit-msg": "npx commitlint --edit",
113
+ "pre-commit": "npx nano-staged"
114
114
  }
115
- }
115
+ }