@gemini-hlsw/lucuma-core 0.211.0 → 0.211.1
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/main.js +6 -6
- package/main.js.map +2 -2
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -48611,6 +48611,12 @@ $p.Bn = (function(micro_$_lo, micro_$_hi, denom) {
|
|
|
48611
48611
|
const this$1 = $m_s_math_BigDecimal$();
|
|
48612
48612
|
return $x_1.sT(this$1.cL(denom, this$1.aL)).R.b2();
|
|
48613
48613
|
});
|
|
48614
|
+
Object.defineProperty($p, "microseconds", ({
|
|
48615
|
+
"get": (function() {
|
|
48616
|
+
return this.Om;
|
|
48617
|
+
}),
|
|
48618
|
+
"configurable": true
|
|
48619
|
+
}));
|
|
48614
48620
|
Object.defineProperty($p, "arcseconds", ({
|
|
48615
48621
|
"get": (function() {
|
|
48616
48622
|
return this.Og;
|
|
@@ -48647,12 +48653,6 @@ Object.defineProperty($p, "hours", ({
|
|
|
48647
48653
|
}),
|
|
48648
48654
|
"configurable": true
|
|
48649
48655
|
}));
|
|
48650
|
-
Object.defineProperty($p, "microseconds", ({
|
|
48651
|
-
"get": (function() {
|
|
48652
|
-
return this.Om;
|
|
48653
|
-
}),
|
|
48654
|
-
"configurable": true
|
|
48655
|
-
}));
|
|
48656
48656
|
Object.defineProperty($p, "microarcseconds", ({
|
|
48657
48657
|
"get": (function() {
|
|
48658
48658
|
return this.Ol;
|