@flock/wirespec 0.19.0 → 0.19.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.
@@ -412,7 +412,7 @@ function Companion() {
412
412
  protoOf(Companion).m = function () {
413
413
  return 'Ansi16';
414
414
  };
415
- protoOf(Companion).d33 = function () {
415
+ protoOf(Companion).e33 = function () {
416
416
  return this.b4f_1;
417
417
  };
418
418
  var Companion_instance;
@@ -473,7 +473,7 @@ function Companion_0() {
473
473
  protoOf(Companion_0).m = function () {
474
474
  return 'Ansi256';
475
475
  };
476
- protoOf(Companion_0).d33 = function () {
476
+ protoOf(Companion_0).e33 = function () {
477
477
  return this.f4f_1;
478
478
  };
479
479
  var Companion_instance_0;
@@ -533,7 +533,7 @@ function Companion_1() {
533
533
  protoOf(Companion_1).m = function () {
534
534
  return 'HSV';
535
535
  };
536
- protoOf(Companion_1).d33 = function () {
536
+ protoOf(Companion_1).e33 = function () {
537
537
  return this.j4f_1;
538
538
  };
539
539
  var Companion_instance_1;
@@ -722,8 +722,8 @@ protoOf(Companion_2).x4g = function () {
722
722
  protoOf(Companion_2).m = function () {
723
723
  return this.o4f_1.m();
724
724
  };
725
- protoOf(Companion_2).d33 = function () {
726
- return this.o4f_1.d33();
725
+ protoOf(Companion_2).e33 = function () {
726
+ return this.o4f_1.e33();
727
727
  };
728
728
  protoOf(Companion_2).equals = function (other) {
729
729
  return equals(RGBColorSpaces_getInstance().w4f_1, other);
@@ -857,7 +857,7 @@ protoOf(RGB).k4h = function () {
857
857
  var tmp6 = this.i4e_1;
858
858
  // Inline function 'com.github.ajalt.colormath.internal.clamp3' call
859
859
  var alpha = this.j4e_1;
860
- var _destruct__k2r9zo = this.d4e().d33();
860
+ var _destruct__k2r9zo = this.d4e().e33();
861
861
  // Inline function 'kotlin.collections.component1' call
862
862
  var c1 = _destruct__k2r9zo.b1(0);
863
863
  // Inline function 'kotlin.collections.component2' call
@@ -1085,8 +1085,8 @@ protoOf(SRGB).x4g = function () {
1085
1085
  protoOf(SRGB).m = function () {
1086
1086
  return this.q4f_1.m();
1087
1087
  };
1088
- protoOf(SRGB).d33 = function () {
1089
- return this.q4f_1.d33();
1088
+ protoOf(SRGB).e33 = function () {
1089
+ return this.q4f_1.e33();
1090
1090
  };
1091
1091
  protoOf(SRGB).equals = function (other) {
1092
1092
  return equals(RGBColorSpaces_getInstance().w4f_1, other);
@@ -1173,7 +1173,7 @@ protoOf(RGBColorSpaceImpl).x4g = function () {
1173
1173
  protoOf(RGBColorSpaceImpl).i4g = function () {
1174
1174
  return this.q4h_1;
1175
1175
  };
1176
- protoOf(RGBColorSpaceImpl).d33 = function () {
1176
+ protoOf(RGBColorSpaceImpl).e33 = function () {
1177
1177
  return this.v4h_1;
1178
1178
  };
1179
1179
  protoOf(RGBColorSpaceImpl).v4g = function () {
@@ -1418,8 +1418,8 @@ protoOf(Companion_3).x4g = function () {
1418
1418
  protoOf(Companion_3).m = function () {
1419
1419
  return this.q4i_1.m();
1420
1420
  };
1421
- protoOf(Companion_3).d33 = function () {
1422
- return this.q4i_1.d33();
1421
+ protoOf(Companion_3).e33 = function () {
1422
+ return this.q4i_1.e33();
1423
1423
  };
1424
1424
  protoOf(Companion_3).hashCode = function () {
1425
1425
  return hashCode(XYZColorSpaces_getInstance().r4i_1);
@@ -1551,7 +1551,7 @@ protoOf(XYZColorSpaceImpl).x4g = function () {
1551
1551
  protoOf(XYZColorSpaceImpl).m = function () {
1552
1552
  return 'XYZ';
1553
1553
  };
1554
- protoOf(XYZColorSpaceImpl).d33 = function () {
1554
+ protoOf(XYZColorSpaceImpl).e33 = function () {
1555
1555
  return this.v4i_1;
1556
1556
  };
1557
1557
  protoOf(XYZColorSpaceImpl).toString = function () {
@@ -102,8 +102,8 @@ initMetadataForInterface(KtMap, 'Map');
102
102
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
103
103
  initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
104
104
  initMetadataForInterface(MutableIterable, 'MutableIterable');
105
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
106
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
105
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
106
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
107
107
  initMetadataForCompanion(Companion_0);
108
108
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
109
109
  initMetadataForCompanion(Companion_1);
@@ -123,7 +123,7 @@ initMetadataForObject(OtherLowercase, 'OtherLowercase');
123
123
  initMetadataForInterface(Comparator, 'Comparator');
124
124
  initMetadataForObject(Unit, 'Unit');
125
125
  initMetadataForClass(AbstractCollection, 'AbstractCollection', VOID, VOID, [Collection]);
126
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
126
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
127
127
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
128
128
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
129
129
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
@@ -136,7 +136,7 @@ initMetadataForCompanion(Companion_2);
136
136
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
137
137
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
138
138
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
139
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
139
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
140
140
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
141
141
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
142
142
  initMetadataForClass(HashMapKeysDefault$iterator$1);