wlbot 1.2.1 → 1.2.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.
Files changed (3) hide show
  1. package/LICENSE.txt +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022-2023 Michael Weiner
3
+ Copyright (c) 2022-2025 Michael Weiner
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/index.js CHANGED
@@ -18,7 +18,7 @@ const program = new Command();
18
18
  program
19
19
  .description("A CLI for the WeatherLink Live API.")
20
20
  .name("wlbot")
21
- .version('1.2.1')
21
+ .version('1.2.3')
22
22
  .usage('<command>');
23
23
 
24
24
  const metadata = program.command("metadata")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wlbot",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "A CLI for the WeatherLink Live API.",
5
5
  "keywords": [
6
6
  "Davis Instruments",