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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/index.d.ts +34 -2
- package/dist/index.global.js +1 -0
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|