tesla-inventory 1.7.47 → 1.7.48

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 (1) hide show
  1. package/package.json +4 -4
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.7.47",
5
+ "version": "1.7.48",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -47,8 +47,8 @@
47
47
  "git-dirty": "latest",
48
48
  "got": "11",
49
49
  "json-future": "latest",
50
- "lint-staged": "latest",
51
50
  "lodash": "latest",
51
+ "nano-staged": "latest",
52
52
  "npm-check-updates": "latest",
53
53
  "nyc": "latest",
54
54
  "prettier-standard": "latest",
@@ -95,7 +95,7 @@
95
95
  "@commitlint/config-conventional"
96
96
  ]
97
97
  },
98
- "lint-staged": {
98
+ "nano-staged": {
99
99
  "*.js": [
100
100
  "prettier-standard"
101
101
  ],
@@ -108,6 +108,6 @@
108
108
  },
109
109
  "simple-git-hooks": {
110
110
  "commit-msg": "npx commitlint --edit",
111
- "pre-commit": "npx lint-staged"
111
+ "pre-commit": "npx nano-staged"
112
112
  }
113
113
  }