@mxpicture/tesla-superchargers-cli 0.1.49 → 0.1.51
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/dist/cli.d.ts +1 -1
- package/dist/cli.js +1 -1
- package/package.json +3 -3
package/dist/cli.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* teslamate-superchargers
|
|
4
4
|
* =======================
|
|
5
5
|
* Maintain a Tesla Supercharger price history in a TeslaMate Postgres
|
|
6
|
-
* database (the `pic_*` tables, see `
|
|
6
|
+
* database (the `pic_*` tables, see `db/migrations` + `sql/views.sql`), fed from the public
|
|
7
7
|
* tesla.com endpoints via `@mxpicture/tesla-superchargers-api`.
|
|
8
8
|
*
|
|
9
9
|
* setup create/upgrade the pic_* tables (idempotent, keeps data)
|
package/dist/cli.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* teslamate-superchargers
|
|
4
4
|
* =======================
|
|
5
5
|
* Maintain a Tesla Supercharger price history in a TeslaMate Postgres
|
|
6
|
-
* database (the `pic_*` tables, see `
|
|
6
|
+
* database (the `pic_*` tables, see `db/migrations` + `sql/views.sql`), fed from the public
|
|
7
7
|
* tesla.com endpoints via `@mxpicture/tesla-superchargers-api`.
|
|
8
8
|
*
|
|
9
9
|
* setup create/upgrade the pic_* tables (idempotent, keeps data)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxpicture/tesla-superchargers-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
4
4
|
"description": "CLI to fetch + store Tesla Supercharger locations and pricing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "MXPicture",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@commander-js/extra-typings": "^14.0.0",
|
|
39
|
-
"@mxpicture/tesla-superchargers-api": "^0.1.
|
|
40
|
-
"@mxpicture/tesla-superchargers-mate": "^0.1.
|
|
39
|
+
"@mxpicture/tesla-superchargers-api": "^0.1.51",
|
|
40
|
+
"@mxpicture/tesla-superchargers-mate": "^0.1.51",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
42
|
"croner": "^10.0.1"
|
|
43
43
|
},
|