@angelrove/forecast-utils 1.1.22 → 1.1.23

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/README.md ADDED
@@ -0,0 +1,13 @@
1
+ **@angelrove/forecast-utils**
2
+
3
+ ***
4
+
5
+ # @angelrove/forecast-utils
6
+
7
+ ## Modules
8
+
9
+ - [Astronomy](docs/Astronomy/README.md)
10
+ - [Geolocation](docs/Geolocation/README.md)
11
+ - [index](docs/index/README.md)
12
+ - [OpenMeteo](docs/OpenMeteo/README.md)
13
+ - [Utils](docs/Utils/README.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Jose Angel Romero Vegas",
3
3
  "name": "@angelrove/forecast-utils",
4
- "version": "1.1.22",
4
+ "version": "1.1.23",
5
5
  "description": "Utilities for obtaining weather and astronomy forecast data.",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
@@ -16,7 +16,6 @@ import type { MoonData, MoonDataExt, MoonTimes } from "./types.js";
16
16
 
17
17
  /**
18
18
  * MoonCalc.
19
- * @ignore
20
19
  */
21
20
  export const MoonCalc = {
22
21
  data, dataExt, times, emoji, getUpOrDown,
@@ -17,7 +17,6 @@ import { TimeDateStr } from "../../utils/timehelpers";
17
17
 
18
18
  /**
19
19
  * SunCalc.
20
- * @ignore
21
20
  */
22
21
  export const SunCalc = {
23
22
  all,