suidouble 1.14.3-1 → 1.14.3-2

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.
Files changed (2) hide show
  1. package/lib/SuiCoin.js +1 -1
  2. package/package.json +1 -1
package/lib/SuiCoin.js CHANGED
@@ -230,7 +230,7 @@ export default class SuiCoin {
230
230
  }
231
231
 
232
232
  if (this.__getMetadataPromise) {
233
- return await this.__getMetadataPromise();
233
+ return await this.__getMetadataPromise;
234
234
  }
235
235
 
236
236
  // be sure it asyncs in 1 thread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suidouble",
3
- "version": "1.14.3-1",
3
+ "version": "1.14.3-2",
4
4
  "description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps",
5
5
  "main": "index.js",
6
6
  "type": "module",