@paraspell/sdk-pjs 11.5.1 → 11.6.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -3
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -7,7 +7,6 @@ import { SubmittableExtrinsic } from '@polkadot/api/types';
7
7
  import * as ethers from 'ethers';
8
8
  import { Signer, AbstractProvider } from 'ethers';
9
9
  import { WalletClient } from 'viem';
10
- import { TEvmChainFrom as TEvmChainFrom$1 } from '@paraspell/sdk-core/src';
11
10
  import * as _snowbridge_api_dist_toPolkadot_v2 from '@snowbridge/api/dist/toPolkadot_v2';
12
11
 
13
12
  type TPjsApi = ApiPromise;
@@ -153,8 +152,8 @@ declare const convertSs58: (address: string, chain: TSubstrateChain) => string;
153
152
  declare class EvmBuilderCore<TApi, TRes, T extends Partial<TPjsEvmBuilderOptions<TApi, TRes>> = object> {
154
153
  protected readonly _options: T;
155
154
  constructor(options: T);
156
- from(chain: TEvmChainFrom$1): EvmBuilderCore<TApi, TRes, T & {
157
- from: TEvmChainFrom$1;
155
+ from(chain: TEvmChainFrom): EvmBuilderCore<TApi, TRes, T & {
156
+ from: TEvmChainFrom;
158
157
  }>;
159
158
  /**
160
159
  * Specifies the destination chain on Polkadot.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-pjs",
3
- "version": "11.5.1",
3
+ "version": "11.6.1",
4
4
  "description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "@snowbridge/contract-types": "0.2.0",
28
28
  "ethers": "^6.15.0",
29
29
  "viem": "^2.36.0",
30
- "@paraspell/sdk-core": "11.5.1"
30
+ "@paraspell/sdk-core": "11.6.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@polkadot/api": ">= 16.0 < 17",