@tuprolog/2p-full 0.31.1-dev04 → 0.31.1-dev07

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.1-dev04+cbb5a02d2';
1655
+ this.mu_1 = '0.31.1-dev07+7ed474838';
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
@@ -363,7 +363,7 @@
363
363
  };
364
364
  TuPrologCmd.prototype.j4b = function () {
365
365
  Info_getInstance();
366
- var tmp = '# 2P-Kt version ' + '0.31.1-dev04+cbb5a02d2';
366
+ var tmp = '# 2P-Kt version ' + '0.31.1-dev07+7ed474838';
367
367
  this.f3y(tmp, false, false, null, 14, null);
368
368
  var theory = loadTheory(this);
369
369
  var tmp_0 = Companion_getInstance_3();
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.31.1-dev04",
2
+ "version": "0.31.1-dev07",
3
3
  "main": "2p-full.js",
4
4
  "types": "2p-full.d.ts",
5
5
  "name": "@tuprolog/2p-full"