@dynamic-labs-sdk/stellar 1.14.0 → 1.16.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/StellarProvider.types.d.ts +15 -6
- package/dist/StellarProvider.types.d.ts.map +1 -1
- package/dist/addStellarExtension/addStellarExtension.d.ts +11 -0
- package/dist/addStellarExtension/addStellarExtension.d.ts.map +1 -0
- package/dist/addStellarExtension/index.d.ts +2 -0
- package/dist/addStellarExtension/index.d.ts.map +1 -0
- package/dist/errors/NotOneKeyProviderError/NotOneKeyProviderError.d.ts +5 -0
- package/dist/errors/NotOneKeyProviderError/NotOneKeyProviderError.d.ts.map +1 -0
- package/dist/errors/NotOneKeyProviderError/index.d.ts +2 -0
- package/dist/errors/NotOneKeyProviderError/index.d.ts.map +1 -0
- package/dist/exports/index.d.ts +2 -0
- package/dist/exports/index.d.ts.map +1 -1
- package/dist/index.cjs +724 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +724 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/injected/addStellarInjectedWalletsExtension/addStellarInjectedWalletsExtension.d.ts +16 -0
- package/dist/injected/addStellarInjectedWalletsExtension/addStellarInjectedWalletsExtension.d.ts.map +1 -0
- package/dist/injected/addStellarInjectedWalletsExtension/index.d.ts +2 -0
- package/dist/injected/addStellarInjectedWalletsExtension/index.d.ts.map +1 -0
- package/dist/injected/utils/createFreighterProvider/createFreighterProvider.d.ts +9 -0
- package/dist/injected/utils/createFreighterProvider/createFreighterProvider.d.ts.map +1 -0
- package/dist/injected/utils/createFreighterProvider/index.d.ts +2 -0
- package/dist/injected/utils/createFreighterProvider/index.d.ts.map +1 -0
- package/dist/injected/utils/createLobstrProvider/createLobstrProvider.d.ts +9 -0
- package/dist/injected/utils/createLobstrProvider/createLobstrProvider.d.ts.map +1 -0
- package/dist/injected/utils/createLobstrProvider/index.d.ts +2 -0
- package/dist/injected/utils/createLobstrProvider/index.d.ts.map +1 -0
- package/dist/injected/utils/createOneKeyProvider/createOneKeyProvider.d.ts +9 -0
- package/dist/injected/utils/createOneKeyProvider/createOneKeyProvider.d.ts.map +1 -0
- package/dist/injected/utils/createOneKeyProvider/index.d.ts +2 -0
- package/dist/injected/utils/createOneKeyProvider/index.d.ts.map +1 -0
- package/dist/injected/utils/createWalletProviderFromStellarProvider/createWalletProviderFromStellarProvider.d.ts +23 -0
- package/dist/injected/utils/createWalletProviderFromStellarProvider/createWalletProviderFromStellarProvider.d.ts.map +1 -0
- package/dist/injected/utils/createWalletProviderFromStellarProvider/index.d.ts +2 -0
- package/dist/injected/utils/createWalletProviderFromStellarProvider/index.d.ts.map +1 -0
- package/dist/injected/utils/getOneKeyStellarProvider/getOneKeyStellarProvider.d.ts +37 -0
- package/dist/injected/utils/getOneKeyStellarProvider/getOneKeyStellarProvider.d.ts.map +1 -0
- package/dist/injected/utils/getOneKeyStellarProvider/index.d.ts +2 -0
- package/dist/injected/utils/getOneKeyStellarProvider/index.d.ts.map +1 -0
- package/dist/registerStellarNetworkProviderBuilder/index.d.ts +2 -0
- package/dist/registerStellarNetworkProviderBuilder/index.d.ts.map +1 -0
- package/dist/registerStellarNetworkProviderBuilder/registerStellarNetworkProviderBuilder.d.ts +9 -0
- package/dist/registerStellarNetworkProviderBuilder/registerStellarNetworkProviderBuilder.d.ts.map +1 -0
- package/dist/signTransaction/index.d.ts +2 -0
- package/dist/signTransaction/index.d.ts.map +1 -0
- package/dist/signTransaction/signTransaction.d.ts +19 -0
- package/dist/signTransaction/signTransaction.d.ts.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/utils/buildPaymentTransaction/buildPaymentTransaction.d.ts +22 -0
- package/dist/utils/buildPaymentTransaction/buildPaymentTransaction.d.ts.map +1 -0
- package/dist/utils/buildPaymentTransaction/index.d.ts +2 -0
- package/dist/utils/buildPaymentTransaction/index.d.ts.map +1 -0
- package/dist/utils/checkTrustline/checkTrustline.d.ts +17 -0
- package/dist/utils/checkTrustline/checkTrustline.d.ts.map +1 -0
- package/dist/utils/checkTrustline/index.d.ts +2 -0
- package/dist/utils/checkTrustline/index.d.ts.map +1 -0
- package/dist/utils/constants.d.ts +12 -0
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/createPaymentAsset/createPaymentAsset.d.ts +15 -0
- package/dist/utils/createPaymentAsset/createPaymentAsset.d.ts.map +1 -0
- package/dist/utils/createPaymentAsset/index.d.ts +2 -0
- package/dist/utils/createPaymentAsset/index.d.ts.map +1 -0
- package/dist/utils/getNetworkPassphrase/getNetworkPassphrase.d.ts +7 -5
- package/dist/utils/getNetworkPassphrase/getNetworkPassphrase.d.ts.map +1 -1
- package/dist/utils/getStellarNetworkId/getStellarNetworkId.d.ts +22 -0
- package/dist/utils/getStellarNetworkId/getStellarNetworkId.d.ts.map +1 -0
- package/dist/utils/getStellarNetworkId/index.d.ts +2 -0
- package/dist/utils/getStellarNetworkId/index.d.ts.map +1 -0
- package/dist/utils/stellarTransferAmount/index.d.ts +2 -0
- package/dist/utils/stellarTransferAmount/index.d.ts.map +1 -0
- package/dist/utils/stellarTransferAmount/stellarTransferAmount.d.ts +22 -0
- package/dist/utils/stellarTransferAmount/stellarTransferAmount.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type Asset, type Horizon, type Transaction } from '@stellar/stellar-sdk';
|
|
2
|
+
type BuildPaymentTransactionParams = {
|
|
3
|
+
amount: string;
|
|
4
|
+
asset: Asset;
|
|
5
|
+
networkPassphrase: string;
|
|
6
|
+
recipient: string;
|
|
7
|
+
sourceAccount: Horizon.AccountResponse;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Builds a Stellar payment transaction sending `amount` of `asset` from the
|
|
11
|
+
* source account to the recipient.
|
|
12
|
+
*
|
|
13
|
+
* @param amount - Amount to send, as a decimal string in the asset's units.
|
|
14
|
+
* @param asset - The asset to send (native or custom).
|
|
15
|
+
* @param networkPassphrase - The network passphrase to sign against.
|
|
16
|
+
* @param recipient - The destination account address.
|
|
17
|
+
* @param sourceAccount - The sender's account loaded from Horizon.
|
|
18
|
+
* @notInstrumented
|
|
19
|
+
*/
|
|
20
|
+
export declare const buildPaymentTransaction: ({ amount, asset, networkPassphrase, recipient, sourceAccount, }: BuildPaymentTransactionParams) => Transaction;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=buildPaymentTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildPaymentTransaction.d.ts","sourceRoot":"","sources":["../../../src/utils/buildPaymentTransaction/buildPaymentTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EAEV,KAAK,OAAO,EAEZ,KAAK,WAAW,EAEjB,MAAM,sBAAsB,CAAC;AAI9B,KAAK,6BAA6B,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC,eAAe,CAAC;CACxC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,uBAAuB,oEAMjC,6BAA6B,KAAG,WAavB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/buildPaymentTransaction/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Asset, Horizon } from '@stellar/stellar-sdk';
|
|
2
|
+
type CheckTrustlineParams = {
|
|
3
|
+
account: Horizon.AccountResponse;
|
|
4
|
+
asset: Asset;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Returns whether an account can receive the given asset. The native asset
|
|
8
|
+
* (XLM) never needs a trustline; non-native assets require a matching
|
|
9
|
+
* credit balance (trustline) on the account.
|
|
10
|
+
*
|
|
11
|
+
* @param account - The destination account loaded from Horizon.
|
|
12
|
+
* @param asset - The asset being sent.
|
|
13
|
+
* @notInstrumented
|
|
14
|
+
*/
|
|
15
|
+
export declare const checkTrustline: ({ account, asset, }: CheckTrustlineParams) => boolean;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=checkTrustline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkTrustline.d.ts","sourceRoot":"","sources":["../../../src/utils/checkTrustline/checkTrustline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE3D,KAAK,oBAAoB,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAC,eAAe,CAAC;IACjC,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,cAAc,wBAGxB,oBAAoB,KAAG,OAezB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/checkTrustline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { StellarNetworkName } from '../StellarProvider.types';
|
|
1
2
|
/**
|
|
2
3
|
* Stellar network passphrase for mainnet
|
|
3
4
|
*/
|
|
@@ -14,4 +15,15 @@ export declare const STELLAR_FUTURENET_NETWORK_PASSPHRASE = "Test SDF Future Net
|
|
|
14
15
|
* Number of stroops per XLM (1 XLM = 10,000,000 stroops)
|
|
15
16
|
*/
|
|
16
17
|
export declare const STROOPS_PER_XLM = 10000000;
|
|
18
|
+
/**
|
|
19
|
+
* Network passphrase keyed by Stellar network name. The SDK's network
|
|
20
|
+
* identifier (chain ID) is the SHA-256 hash of these passphrases.
|
|
21
|
+
*/
|
|
22
|
+
export declare const STELLAR_PASSPHRASE_BY_NAME: Record<StellarNetworkName, string>;
|
|
23
|
+
/**
|
|
24
|
+
* Public Horizon server URL keyed by Stellar network name. Transaction
|
|
25
|
+
* submission must target a write-capable Horizon server (not an arbitrary RPC
|
|
26
|
+
* URL, which returns 405 on POST /transactions).
|
|
27
|
+
*/
|
|
28
|
+
export declare const STELLAR_HORIZON_URL_BY_NAME: Record<StellarNetworkName, string>;
|
|
17
29
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iCAAiC,mDACI,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,kCAAkC,sCACV,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,oCAAoC,2CACP,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,eAAe,WAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,iCAAiC,mDACI,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,kCAAkC,sCACV,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,oCAAoC,2CACP,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,eAAe,WAAM,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAIzE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAI1E,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Asset } from '@stellar/stellar-sdk';
|
|
2
|
+
type CreatePaymentAssetParams = {
|
|
3
|
+
code: string;
|
|
4
|
+
issuer: string;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Creates a Stellar Asset for a payment operation. Returns the native asset
|
|
8
|
+
* (XLM) when no code/issuer is provided, otherwise a custom asset.
|
|
9
|
+
*
|
|
10
|
+
* @param asset - Optional `{ code, issuer }` for a non-native asset.
|
|
11
|
+
* @notInstrumented
|
|
12
|
+
*/
|
|
13
|
+
export declare const createPaymentAsset: (asset?: CreatePaymentAssetParams) => Asset;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=createPaymentAsset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createPaymentAsset.d.ts","sourceRoot":"","sources":["../../../src/utils/createPaymentAsset/createPaymentAsset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,WAAY,wBAAwB,KAAG,KACR,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/createPaymentAsset/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Gets the network passphrase for a given network
|
|
2
|
+
* Gets the network passphrase for a given Dynamic Stellar network id (the
|
|
3
|
+
* SHA-256 hash of a network passphrase). Defaults to the public network when
|
|
4
|
+
* the id is unknown.
|
|
3
5
|
*
|
|
4
|
-
* @param
|
|
5
|
-
* @returns The network passphrase
|
|
6
|
+
* @param networkId - The network id (hex SHA-256 hash of the passphrase).
|
|
7
|
+
* @returns The matching network passphrase.
|
|
6
8
|
* @notInstrumented
|
|
7
9
|
*/
|
|
8
|
-
export declare const getNetworkPassphrase: ({
|
|
9
|
-
|
|
10
|
+
export declare const getNetworkPassphrase: ({ networkId, }: {
|
|
11
|
+
networkId: string | undefined;
|
|
10
12
|
}) => string;
|
|
11
13
|
//# sourceMappingURL=getNetworkPassphrase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkPassphrase.d.ts","sourceRoot":"","sources":["../../../src/utils/getNetworkPassphrase/getNetworkPassphrase.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getNetworkPassphrase.d.ts","sourceRoot":"","sources":["../../../src/utils/getNetworkPassphrase/getNetworkPassphrase.ts"],"names":[],"mappings":"AAMA;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,mBAE9B;IACD,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B,KAAG,MAGoC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type GetStellarNetworkIdParams = {
|
|
2
|
+
network: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* Maps a wallet-reported Stellar network (name or passphrase) to its Dynamic
|
|
6
|
+
* network identifier: the hex-encoded SHA-256 hash of the network passphrase
|
|
7
|
+
* (Stellar's canonical Network ID), which is how the backend identifies the
|
|
8
|
+
* network.
|
|
9
|
+
*
|
|
10
|
+
* @param network - Raw network value reported by the wallet.
|
|
11
|
+
* @returns The hex SHA-256 hash of the network passphrase.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```typescript
|
|
15
|
+
* // pubnet -> 7ac33997544e3175d266bd022439b22cdb16508c01163f26e5cb2a3e1045a979
|
|
16
|
+
* getStellarNetworkId({ network: 'PUBLIC' });
|
|
17
|
+
* ```
|
|
18
|
+
* @notInstrumented
|
|
19
|
+
*/
|
|
20
|
+
export declare const getStellarNetworkId: ({ network, }: GetStellarNetworkIdParams) => string;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=getStellarNetworkId.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStellarNetworkId.d.ts","sourceRoot":"","sources":["../../../src/utils/getStellarNetworkId/getStellarNetworkId.ts"],"names":[],"mappings":"AAMA,KAAK,yBAAyB,GAAG;IAC/B,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,mBAAmB,iBAE7B,yBAAyB,KAAG,MAK9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/getStellarNetworkId/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/stellarTransferAmount/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type DynamicClient } from '@dynamic-labs-sdk/client';
|
|
2
|
+
import { type TransferAmountParams } from '@dynamic-labs-sdk/client/core';
|
|
3
|
+
/**
|
|
4
|
+
* Transfers native XLM or a custom Stellar asset from a wallet account.
|
|
5
|
+
*
|
|
6
|
+
* A custom asset is identified by `token.address` in the form `CODE:ISSUER`
|
|
7
|
+
* (or `CODE-ISSUER`). Amounts are decimal strings in the asset's display
|
|
8
|
+
* units. The destination account must exist, and for non-native assets it must
|
|
9
|
+
* already hold a trustline for the asset.
|
|
10
|
+
*
|
|
11
|
+
* @param amount - Amount to send, as a decimal string (e.g. "1.5").
|
|
12
|
+
* @param recipient - Destination Stellar account address.
|
|
13
|
+
* @param token - Optional non-native asset (`address: "CODE:ISSUER"`).
|
|
14
|
+
* @param walletAccount - The Stellar wallet account to send from.
|
|
15
|
+
* @param client - The Dynamic client instance.
|
|
16
|
+
* @returns The submitted transaction hash.
|
|
17
|
+
* @notInstrumented
|
|
18
|
+
*/
|
|
19
|
+
export declare const stellarTransferAmount: ({ amount, recipient, token, walletAccount }: TransferAmountParams, client: DynamicClient) => Promise<{
|
|
20
|
+
transactionHash: string;
|
|
21
|
+
}>;
|
|
22
|
+
//# sourceMappingURL=stellarTransferAmount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stellarTransferAmount.d.ts","sourceRoot":"","sources":["../../../src/utils/stellarTransferAmount/stellarTransferAmount.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,+BAA+B,CAAC;AAYvC;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,gDACa,oBAAoB,UACzD,aAAa,KACpB,OAAO,CAAC;IAAE,eAAe,EAAE,MAAM,CAAA;CAAE,CA2ErC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-sdk/stellar",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@stellar/stellar-sdk": "14.4.3",
|
|
21
21
|
"@stellar/freighter-api": "6.0.1",
|
|
22
22
|
"@lobstrco/signer-extension-api": "2.0.0",
|
|
23
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
24
|
-
"@dynamic-labs-sdk/
|
|
25
|
-
"@dynamic-labs-sdk/
|
|
23
|
+
"@dynamic-labs/sdk-api-core": "0.0.1058",
|
|
24
|
+
"@dynamic-labs-sdk/client": "1.16.1",
|
|
25
|
+
"@dynamic-labs-sdk/assert-package-version": "1.16.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"eventemitter3": "5.0.1",
|