@tuprolog/2p-full 1.0.3 → 1.0.4

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/2p-core.js CHANGED
@@ -1645,7 +1645,7 @@
1645
1645
  }
1646
1646
  function Info() {
1647
1647
  Info_instance = this;
1648
- this.xu_1 = '1.0.3';
1648
+ this.xu_1 = '1.0.4';
1649
1649
  var tmp = this;
1650
1650
  tmp.yu_1 = lazy(Info$PLATFORM$delegate$lambda);
1651
1651
  var tmp_0 = this;
package/2p-repl.js CHANGED
@@ -359,7 +359,7 @@
359
359
  };
360
360
  protoOf(TuPrologCmd).y4a = function () {
361
361
  Info_getInstance();
362
- this.u3x('# 2P-Kt version ' + '1.0.3');
362
+ this.u3x('# 2P-Kt version ' + '1.0.4');
363
363
  var theory = loadTheory(this);
364
364
  var tmp = Companion_instance_2;
365
365
  var outputChannel = tmp.of(TuPrologCmd$getSolver$lambda(this));
@@ -97,7 +97,7 @@ if (typeof Math.imul === 'undefined') {
97
97
  setMetadataFor(IteratorImpl, 'IteratorImpl', classMeta);
98
98
  setMetadataFor(ListIteratorImpl, 'ListIteratorImpl', classMeta, IteratorImpl);
99
99
  setMetadataFor(List, 'List', interfaceMeta, VOID, [Collection]);
100
- setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Collection, List, MutableIterable]);
100
+ setMetadataFor(AbstractMutableList, 'AbstractMutableList', classMeta, AbstractMutableCollection, [AbstractMutableCollection, List, Collection, MutableIterable]);
101
101
  setMetadataFor(RandomAccess, 'RandomAccess', interfaceMeta);
102
102
  setMetadataFor(SubList, 'SubList', classMeta, AbstractMutableList, [AbstractMutableList, RandomAccess]);
103
103
  setMetadataFor(Map_0, 'Map', interfaceMeta);
@@ -106,7 +106,7 @@ if (typeof Math.imul === 'undefined') {
106
106
  setMetadataFor(Set, 'Set', interfaceMeta, VOID, [Collection]);
107
107
  setMetadataFor(AbstractMutableSet, 'AbstractMutableSet', classMeta, AbstractMutableCollection, [AbstractMutableCollection, Set, Collection, MutableIterable]);
108
108
  setMetadataFor(Companion, 'Companion', objectMeta);
109
- setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, Collection, List, MutableIterable, RandomAccess], ArrayList_init_$Create$);
109
+ setMetadataFor(ArrayList, 'ArrayList', classMeta, AbstractMutableList, [AbstractMutableList, List, Collection, MutableIterable, RandomAccess], ArrayList_init_$Create$);
110
110
  setMetadataFor(HashMap, 'HashMap', classMeta, AbstractMutableMap, [AbstractMutableMap, Map_0], HashMap_init_$Create$);
111
111
  setMetadataFor(HashMapKeys, 'HashMapKeys', classMeta, AbstractMutableSet, [Set, Collection, MutableIterable, AbstractMutableSet]);
112
112
  setMetadataFor(HashMapValues, 'HashMapValues', classMeta, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "url": "https://github.com/tuProlog/2p-kt"
56
56
  },
57
57
  "main": "2p-full.js",
58
- "version": "1.0.3",
58
+ "version": "1.0.4",
59
59
  "name": "@tuprolog/2p-full",
60
60
  "dependencies": {
61
61
  "format-util": "^1.0.5",