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/index.js CHANGED
@@ -40,7 +40,6 @@ __export(src_exports, {
40
40
  Signer: () => Signer,
41
41
  SignerInterface: () => SignerInterface,
42
42
  addAddressPadding: () => addAddressPadding,
43
- api: () => api_exports,
44
43
  buildUrl: () => buildUrl,
45
44
  constants: () => constants_exports,
46
45
  defaultProvider: () => defaultProvider,
@@ -3990,9 +3989,6 @@ var ContractFactory = class {
3990
3989
  }
3991
3990
  };
3992
3991
 
3993
- // src/types/api/index.ts
3994
- var api_exports = {};
3995
-
3996
3992
  // src/signer/interface.ts
3997
3993
  var SignerInterface = class {
3998
3994
  };
@@ -4691,7 +4687,6 @@ function validateChecksumAddress(address) {
4691
4687
  Signer,
4692
4688
  SignerInterface,
4693
4689
  addAddressPadding,
4694
- api,
4695
4690
  buildUrl,
4696
4691
  constants,
4697
4692
  defaultProvider,