@tuprolog/2p-full 0.31.5-dev07 → 0.31.5-dev0c

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
@@ -1652,7 +1652,7 @@
1652
1652
  }
1653
1653
  function Info() {
1654
1654
  Info_instance = this;
1655
- this.mu_1 = '0.31.5-dev07+d5e5036cc';
1655
+ this.mu_1 = '0.31.5-dev0c+d53549ad7';
1656
1656
  var tmp = this;
1657
1657
  tmp.nu_1 = lazy(Info$PLATFORM$delegate$lambda);
1658
1658
  var tmp_0 = this;
package/2p-repl.js CHANGED
@@ -376,7 +376,7 @@
376
376
  };
377
377
  TuPrologCmd.prototype.m4b = function () {
378
378
  Info_getInstance();
379
- var tmp = '# 2P-Kt version ' + '0.31.5-dev07+d5e5036cc';
379
+ var tmp = '# 2P-Kt version ' + '0.31.5-dev0c+d53549ad7';
380
380
  this.i3y(tmp, false, false, null, 14, null);
381
381
  var theory = loadTheory(this);
382
382
  var tmp_0 = Companion_getInstance_3();
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.31.5-dev07",
2
+ "version": "0.31.5-dev0c",
3
3
  "main": "2p-full.js",
4
4
  "types": "2p-full.d.ts",
5
5
  "name": "@tuprolog/2p-full"