@math.gl/sun
Advanced tools
Comparing version 4.1.0-alpha.3 to 4.1.0-alpha.9
export { getSunPosition, getSunDirection } from "./suncalc.js"; | ||
//# sourceMappingURL=index.d.ts.map |
export { getSunPosition, getSunDirection } from "./suncalc.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -18,1 +18,2 @@ /** | ||
export declare function getSunDirection(timestamp: number | Date, latitude: number, longitude: number): number[]; | ||
//# sourceMappingURL=suncalc.d.ts.map |
@@ -90,1 +90,2 @@ const DEGREES_TO_RADIANS = Math.PI / 180; | ||
} | ||
//# sourceMappingURL=suncalc.js.map |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "4.1.0-alpha.3", | ||
"version": "4.1.0-alpha.9", | ||
"keywords": [ | ||
@@ -21,3 +21,3 @@ "javascript", | ||
"type": "git", | ||
"url": "https://github.com/uber-web/math.gl.git" | ||
"url": "https://github.com/visgl/math.gl.git" | ||
}, | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
], | ||
"gitHead": "566d5ec1819367a7d7e98b413eed6f951913c35b" | ||
"gitHead": "fa5b6ee40cb05456fa32f85989abfa62e087f45e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29941
15