@leofcoin/chain 1.8.5 → 1.8.7

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.
@@ -5693,11 +5693,13 @@ class State extends Contract {
5693
5693
  }
5694
5694
  }
5695
5695
 
5696
+ const currentVersion = '0.1.1';
5697
+
5696
5698
  class VersionControl extends State {
5697
5699
  constructor(config) {
5698
5700
  super(config);
5699
5701
  }
5700
- #currentVersion = '0.1.0';
5702
+ #currentVersion = currentVersion;
5701
5703
  #reachedOneZeroZero = false;
5702
5704
  async #setCurrentVersion() {
5703
5705
  this.version = this.#currentVersion;
package/exports/chain.js CHANGED
@@ -1831,11 +1831,13 @@ class State extends Contract {
1831
1831
  }
1832
1832
  }
1833
1833
 
1834
+ const currentVersion = '0.1.1';
1835
+
1834
1836
  class VersionControl extends State {
1835
1837
  constructor(config) {
1836
1838
  super(config);
1837
1839
  }
1838
- #currentVersion = '0.1.0';
1840
+ #currentVersion = currentVersion;
1839
1841
  #reachedOneZeroZero = false;
1840
1842
  async #setCurrentVersion() {
1841
1843
  this.version = this.#currentVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {