@tuprolog/2p-full 0.31.20 → 0.31.21

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
@@ -1318,7 +1318,7 @@
1318
1318
  }
1319
1319
  function Info() {
1320
1320
  Info_instance = this;
1321
- this.du_1 = '0.31.20';
1321
+ this.du_1 = '0.31.21';
1322
1322
  var tmp = this;
1323
1323
  tmp.eu_1 = lazy(Info$PLATFORM$delegate$lambda);
1324
1324
  var tmp_0 = this;
package/2p-repl.js CHANGED
@@ -382,7 +382,7 @@
382
382
  };
383
383
  protoOf(TuPrologCmd).e49 = function () {
384
384
  Info_getInstance();
385
- this.a3w('# 2P-Kt version ' + '0.31.20');
385
+ this.a3w('# 2P-Kt version ' + '0.31.21');
386
386
  var theory = loadTheory(this);
387
387
  var tmp = Companion_getInstance_3();
388
388
  var outputChannel = tmp.of(TuPrologCmd$getSolver$lambda(this));
package/package.json CHANGED
@@ -55,6 +55,6 @@
55
55
  "url": "git@github.com:tuProlog/2p-kt.git"
56
56
  },
57
57
  "main": "2p-full.js",
58
- "version": "0.31.20",
58
+ "version": "0.31.21",
59
59
  "name": "@tuprolog/2p-full"
60
60
  }