@msafe/sui3-sdk 1.0.12 → 1.0.13

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/index.cjs CHANGED
@@ -275,7 +275,8 @@ var Simulator = class {
275
275
  events: true,
276
276
  objectTypes: true,
277
277
  transaction: true,
278
- bcs: true
278
+ bcs: true,
279
+ commandResults: true
279
280
  }
280
281
  });
281
282
  } catch (e) {