@gemini-hlsw/lucuma-core 0.212.0 → 0.212.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/main.js +6 -6
- package/main.js.map +2 -2
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -48619,6 +48619,12 @@ $p.Bo = (function(micro_$_lo, micro_$_hi, denom) {
|
|
|
48619
48619
|
const this$1 = $m_s_math_BigDecimal$();
|
|
48620
48620
|
return $x_1.sT(this$1.cL(denom, this$1.aO)).R.b2();
|
|
48621
48621
|
});
|
|
48622
|
+
Object.defineProperty($p, "microseconds", ({
|
|
48623
|
+
"get": (function() {
|
|
48624
|
+
return this.Om;
|
|
48625
|
+
}),
|
|
48626
|
+
"configurable": true
|
|
48627
|
+
}));
|
|
48622
48628
|
Object.defineProperty($p, "arcseconds", ({
|
|
48623
48629
|
"get": (function() {
|
|
48624
48630
|
return this.Og;
|
|
@@ -48655,12 +48661,6 @@ Object.defineProperty($p, "hours", ({
|
|
|
48655
48661
|
}),
|
|
48656
48662
|
"configurable": true
|
|
48657
48663
|
}));
|
|
48658
|
-
Object.defineProperty($p, "microseconds", ({
|
|
48659
|
-
"get": (function() {
|
|
48660
|
-
return this.Om;
|
|
48661
|
-
}),
|
|
48662
|
-
"configurable": true
|
|
48663
|
-
}));
|
|
48664
48664
|
Object.defineProperty($p, "microarcseconds", ({
|
|
48665
48665
|
"get": (function() {
|
|
48666
48666
|
return this.Ol;
|