@math.gl/sun 4.0.0-alpha.1 → 4.0.0-alpha.2

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/suncalc.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * The azimuth is the direction along the horizon, which we measure from south to west.
5
5
  * South has azimuth 0°, west +90°, north +180°, and east +270° (or −90°, that's the same thing).
6
6
  */
7
- export type CelestialPosition = {
7
+ export declare type CelestialPosition = {
8
8
  azimuth: number;
9
9
  altitude: number;
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"suncalc.d.ts","sourceRoot":"","sources":["../src/suncalc.ts"],"names":[],"mappings":"AAiBA;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,iBAAiB,CAanB;AAED,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,MAAM,EAAE,CASV"}
1
+ {"version":3,"file":"suncalc.d.ts","sourceRoot":"","sources":["../src/suncalc.ts"],"names":[],"mappings":"AAiBA;;;;;GAKG;AACH,oBAAY,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,iBAAiB,CAanB;AAED,wBAAgB,eAAe,CAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,MAAM,EAAE,CASV"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "version": "4.0.0-alpha.1",
9
+ "version": "4.0.0-alpha.2",
10
10
  "keywords": [
11
11
  "javascript",
12
12
  "math",
@@ -29,5 +29,5 @@
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.12.0"
31
31
  },
32
- "gitHead": "66f872ea615a3ef81431595727cdf58dcadf3670"
32
+ "gitHead": "2e693639e3cf898fee8e323c93efdd07be7c2ca7"
33
33
  }