@angelrove/forecast-utils 1.1.21 → 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.21",
4
+ "version": "1.1.23",
5
5
  "description": "Utilities for obtaining weather and astronomy forecast data.",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
@@ -10,13 +10,12 @@
10
10
 
11
11
  /* @ts-expect-error */
12
12
  import SunCalc from "suncalc3";
13
- import { TimeDateStr } from "../../utils/timehelpers.js";
13
+ import { TimeDateStr } from "../../utils/timehelpers";
14
14
  import { parseBasicData } from "./parseBasicData.js";
15
15
  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,
@@ -12,12 +12,11 @@
12
12
 
13
13
  /* @ts-expect-error */
14
14
  import { default as SunCalc3 } from "suncalc3";
15
- import { degreesToCompass } from "../../utils/degreesToCompass.js";
16
- import { TimeDateStr } from "../../utils/timehelpers.js";
15
+ import { degreesToCompass } from "../../utils/degreesToCompass";
16
+ import { TimeDateStr } from "../../utils/timehelpers";
17
17
 
18
18
  /**
19
19
  * SunCalc.
20
- * @ignore
21
20
  */
22
21
  export const SunCalc = {
23
22
  all,
@@ -1,5 +1,5 @@
1
1
  // @ts-nocheck
2
- import { TimeDateStr } from "../utils/timehelpers.js";
2
+ import { TimeDateStr } from "../utils/timehelpers";
3
3
 
4
4
  /**
5
5
  * @typedef {object} LocalTimeData