wlbot 1.1.1 → 1.1.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/index.js +1 -1
- package/package.json +5 -5
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wlbot",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "A CLI for the WeatherLink Live API.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"Davis Instruments",
|
|
7
|
-
"WeatherLink v2 API",
|
|
8
|
-
"WeatherLink API",
|
|
6
|
+
"Davis Instruments",
|
|
7
|
+
"WeatherLink v2 API",
|
|
8
|
+
"WeatherLink API",
|
|
9
9
|
"Weather Link API CLI",
|
|
10
10
|
"WeatherLink",
|
|
11
11
|
"WeatherLink CLI",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"author": {
|
|
21
|
-
"name": "Michael Weiner",
|
|
21
|
+
"name": "Michael Weiner",
|
|
22
22
|
"email": "michael.weiner@hey.com",
|
|
23
23
|
"url": "https://michaelweiner.org"
|
|
24
24
|
},
|