starknet 4.13.0 → 4.13.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.
package/dist/index.mjs CHANGED
@@ -3932,9 +3932,6 @@ var ContractFactory = class {
3932
3932
  }
3933
3933
  };
3934
3934
 
3935
- // src/types/api/index.ts
3936
- var api_exports = {};
3937
-
3938
3935
  // src/signer/interface.ts
3939
3936
  var SignerInterface = class {
3940
3937
  };
@@ -4632,7 +4629,6 @@ export {
4632
4629
  Signer,
4633
4630
  SignerInterface,
4634
4631
  addAddressPadding,
4635
- api_exports as api,
4636
4632
  buildUrl,
4637
4633
  constants_exports as constants,
4638
4634
  defaultProvider,