@math.gl/sun
Advanced tools
Comparing version 3.6.3 to 4.0.0-alpha.1
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export declare type CelestialPosition = { | ||
export type CelestialPosition = { | ||
azimuth: number; | ||
@@ -10,0 +10,0 @@ altitude: number; |
@@ -5,6 +5,7 @@ { | ||
"license": "MIT", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "3.6.3", | ||
"version": "4.0.0-alpha.1", | ||
"keywords": [ | ||
@@ -23,4 +24,4 @@ "javascript", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/es5/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"files": [ | ||
@@ -33,3 +34,3 @@ "dist", | ||
}, | ||
"gitHead": "0efab394df9babad7ed93027c1003f30528b2090" | ||
"gitHead": "66f872ea615a3ef81431595727cdf58dcadf3670" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
305
Yes
27063
14
2
1