locuschain-lib 1.3.2 → 1.3.3

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/dist/lclib-amd.js CHANGED
@@ -18361,7 +18361,7 @@ define(['exports'], (function (exports) { 'use strict';
18361
18361
  return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
18362
18362
  }
18363
18363
  static DeriveKeysFromMnemonic(mnemonic, path) {
18364
- return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
18364
+ return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
18365
18365
  }
18366
18366
  static MakeCurrency(x, unit) {
18367
18367
  return LocusLib.callWasm("MakeCurrency", { x, unit });
package/dist/lclib-cjs.js CHANGED
@@ -18361,7 +18361,7 @@ class LocusLib extends TxIntegrityChecker {
18361
18361
  return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
18362
18362
  }
18363
18363
  static DeriveKeysFromMnemonic(mnemonic, path) {
18364
- return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
18364
+ return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
18365
18365
  }
18366
18366
  static MakeCurrency(x, unit) {
18367
18367
  return LocusLib.callWasm("MakeCurrency", { x, unit });
package/dist/lclib-esm.js CHANGED
@@ -18359,7 +18359,7 @@ class LocusLib extends TxIntegrityChecker {
18359
18359
  return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
18360
18360
  }
18361
18361
  static DeriveKeysFromMnemonic(mnemonic, path) {
18362
- return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
18362
+ return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
18363
18363
  }
18364
18364
  static MakeCurrency(x, unit) {
18365
18365
  return LocusLib.callWasm("MakeCurrency", { x, unit });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locuschain-lib",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "./dist/lclib-cjs.js",
5
5
  "module": "./dist/lclib-esm.js",
6
6
  "exports": {