@gemini-hlsw/lucuma-core 0.211.2 → 0.212.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.
Files changed (3) hide show
  1. package/main.js +32 -32
  2. package/main.js.map +2 -2
  3. package/package.json +1 -1
package/main.js CHANGED
@@ -15284,9 +15284,9 @@ $p.constructor = $c_Llucuma_core_DeclinationJS;
15284
15284
  function $h_Llucuma_core_DeclinationJS() {
15285
15285
  }
15286
15286
  $h_Llucuma_core_DeclinationJS.prototype = $p;
15287
- Object.defineProperty($p, "microarcseconds", ({
15287
+ Object.defineProperty($p, "degrees", ({
15288
15288
  "get": (function() {
15289
- return this.Ot;
15289
+ return this.Or;
15290
15290
  }),
15291
15291
  "configurable": true
15292
15292
  }));
@@ -15296,9 +15296,9 @@ Object.defineProperty($p, "dms", ({
15296
15296
  }),
15297
15297
  "configurable": true
15298
15298
  }));
15299
- Object.defineProperty($p, "degrees", ({
15299
+ Object.defineProperty($p, "microarcseconds", ({
15300
15300
  "get": (function() {
15301
- return this.Or;
15301
+ return this.Ot;
15302
15302
  }),
15303
15303
  "configurable": true
15304
15304
  }));
@@ -48625,21 +48625,15 @@ Object.defineProperty($p, "arcseconds", ({
48625
48625
  }),
48626
48626
  "configurable": true
48627
48627
  }));
48628
- Object.defineProperty($p, "seconds", ({
48629
- "get": (function() {
48630
- return this.Oq;
48631
- }),
48632
- "configurable": true
48633
- }));
48634
- Object.defineProperty($p, "minutes", ({
48628
+ Object.defineProperty($p, "milliseconds", ({
48635
48629
  "get": (function() {
48636
- return this.Op;
48630
+ return this.Oo;
48637
48631
  }),
48638
48632
  "configurable": true
48639
48633
  }));
48640
- Object.defineProperty($p, "milliarcseconds", ({
48634
+ Object.defineProperty($p, "degrees", ({
48641
48635
  "get": (function() {
48642
- return this.On;
48636
+ return this.Oh;
48643
48637
  }),
48644
48638
  "configurable": true
48645
48639
  }));
@@ -48649,27 +48643,21 @@ Object.defineProperty($p, "dms", ({
48649
48643
  }),
48650
48644
  "configurable": true
48651
48645
  }));
48652
- Object.defineProperty($p, "hours", ({
48653
- "get": (function() {
48654
- return this.Ok;
48655
- }),
48656
- "configurable": true
48657
- }));
48658
48646
  Object.defineProperty($p, "microseconds", ({
48659
48647
  "get": (function() {
48660
48648
  return this.Om;
48661
48649
  }),
48662
48650
  "configurable": true
48663
48651
  }));
48664
- Object.defineProperty($p, "microarcseconds", ({
48652
+ Object.defineProperty($p, "minutes", ({
48665
48653
  "get": (function() {
48666
- return this.Ol;
48654
+ return this.Op;
48667
48655
  }),
48668
48656
  "configurable": true
48669
48657
  }));
48670
- Object.defineProperty($p, "milliseconds", ({
48658
+ Object.defineProperty($p, "hours", ({
48671
48659
  "get": (function() {
48672
- return this.Oo;
48660
+ return this.Ok;
48673
48661
  }),
48674
48662
  "configurable": true
48675
48663
  }));
@@ -48685,9 +48673,21 @@ Object.defineProperty($p, "arcminutes", ({
48685
48673
  }),
48686
48674
  "configurable": true
48687
48675
  }));
48688
- Object.defineProperty($p, "degrees", ({
48676
+ Object.defineProperty($p, "seconds", ({
48689
48677
  "get": (function() {
48690
- return this.Oh;
48678
+ return this.Oq;
48679
+ }),
48680
+ "configurable": true
48681
+ }));
48682
+ Object.defineProperty($p, "milliarcseconds", ({
48683
+ "get": (function() {
48684
+ return this.On;
48685
+ }),
48686
+ "configurable": true
48687
+ }));
48688
+ Object.defineProperty($p, "microarcseconds", ({
48689
+ "get": (function() {
48690
+ return this.Ol;
48691
48691
  }),
48692
48692
  "configurable": true
48693
48693
  }));
@@ -48774,6 +48774,12 @@ $p.Vv = (function(micro_$_lo, micro_$_hi, denom) {
48774
48774
  const this$1 = $m_s_math_BigDecimal$();
48775
48775
  return $x_1.sT(this$1.cL(denom, this$1.aO));
48776
48776
  });
48777
+ Object.defineProperty($p, "degrees", ({
48778
+ "get": (function() {
48779
+ return this.OA;
48780
+ }),
48781
+ "configurable": true
48782
+ }));
48777
48783
  Object.defineProperty($p, "microseconds", ({
48778
48784
  "get": (function() {
48779
48785
  return this.OD;
@@ -48792,12 +48798,6 @@ Object.defineProperty($p, "hms", ({
48792
48798
  }),
48793
48799
  "configurable": true
48794
48800
  }));
48795
- Object.defineProperty($p, "degrees", ({
48796
- "get": (function() {
48797
- return this.OA;
48798
- }),
48799
- "configurable": true
48800
- }));
48801
48801
  function $isArrayOf_Llucuma_core_RightAscensionJS(obj, depth) {
48802
48802
  return (!(!(((obj && obj.$classData) && (obj.$classData.D === depth)) && obj.$classData.B.n.jw)));
48803
48803
  }