starknet 6.18.0 → 6.18.1

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.js CHANGED
@@ -33,6 +33,7 @@ var src_exports = {};
33
33
  __export(src_exports, {
34
34
  Account: () => Account,
35
35
  AccountInterface: () => AccountInterface,
36
+ BatchClient: () => BatchClient,
36
37
  BlockStatus: () => BlockStatus,
37
38
  BlockTag: () => BlockTag,
38
39
  CairoCustomEnum: () => CairoCustomEnum,
@@ -8220,6 +8221,7 @@ var number = num_exports;
8220
8221
  0 && (module.exports = {
8221
8222
  Account,
8222
8223
  AccountInterface,
8224
+ BatchClient,
8223
8225
  BlockStatus,
8224
8226
  BlockTag,
8225
8227
  CairoCustomEnum,