@circle-fin/developer-controlled-wallets 10.1.0 → 10.3.0

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.
@@ -1528,4 +1528,5 @@ declare function initiateDeveloperControlledWalletsClient(config: ClientParams):
1528
1528
  */
1529
1529
  declare function generateEntitySecretCiphertext(input: GenerateEntitySecretCipherTextInput): Promise<string>;
1530
1530
 
1531
- export { type APIParams, type AccelerateTransactionInput, type CancelTransactionInput, CircleDeveloperControlledWalletsClient, type ClientParams, type Config, type CreateContractExecutionTransactionInput, type CreateTransactionInput, type CreateTransferTransactionInput, type CreateWalletSetInput, type CreateWalletsInput, type DeriveWalletByAddressInput, type DeriveWalletInput, type EstimateContractExecutionFeeInput, type EstimateTransferFeeInput, type GenerateEntitySecretCipherTextInput, type GetFeeParametersInput, type GetLowestNonceTransactionInput, type GetTokenInput, type GetTransactionInput, type GetWalletInput, type GetWalletNFTBalanceInput, type GetWalletSetInput, type GetWalletTokenBalanceInput, type GetWalletsWithBalancesInput, type ListTransactionsInput, type ListWalletSetsInput, type ListWalletsInput, type RegisterEntitySecretCipherTextInput, type RegisterEntitySecretCipherTextResponse, type SignDelegateActionInput, type SignMessageInput, type SignTransactionInput, type SignTypedDataInput, type StoredData, type TokenAddressAndBlockchainInput, type TokenIdInput, type TokenInfo, type UpdateWalletInput, type UpdateWalletSetInput, type ValidateAddressInput, defaultBaseUrl, generateEntitySecret, generateEntitySecretCiphertext, initiateDeveloperControlledWalletsClient, registerEntitySecretCiphertext };
1531
+ export { CircleDeveloperControlledWalletsClient, defaultBaseUrl, generateEntitySecret, generateEntitySecretCiphertext, initiateDeveloperControlledWalletsClient, registerEntitySecretCiphertext };
1532
+ export type { APIParams, AccelerateTransactionInput, CancelTransactionInput, ClientParams, Config, CreateContractExecutionTransactionInput, CreateTransactionInput, CreateTransferTransactionInput, CreateWalletSetInput, CreateWalletsInput, DeriveWalletByAddressInput, DeriveWalletInput, EstimateContractExecutionFeeInput, EstimateTransferFeeInput, GenerateEntitySecretCipherTextInput, GetFeeParametersInput, GetLowestNonceTransactionInput, GetTokenInput, GetTransactionInput, GetWalletInput, GetWalletNFTBalanceInput, GetWalletSetInput, GetWalletTokenBalanceInput, GetWalletsWithBalancesInput, ListTransactionsInput, ListWalletSetsInput, ListWalletsInput, RegisterEntitySecretCipherTextInput, RegisterEntitySecretCipherTextResponse, SignDelegateActionInput, SignMessageInput, SignTransactionInput, SignTypedDataInput, StoredData, TokenAddressAndBlockchainInput, TokenIdInput, TokenInfo, UpdateWalletInput, UpdateWalletSetInput, ValidateAddressInput };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "types": "./dist/types/developer-controlled-wallets.d.ts",
5
5
  "module": "./dist/developer-controlled-wallets.es.js",
6
6
  "dependencies": {
7
- "axios": "^1.12.2"
7
+ "axios": "^1.15.0"
8
8
  },
9
9
  "scripts": {
10
10
  "test": "jest",
@@ -16,14 +16,15 @@
16
16
  "build": "node ./../../packages/rollup/build.js",
17
17
  "release": "npm publish --access public"
18
18
  },
19
- "version": "10.1.0",
19
+ "version": "10.3.0",
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-typescript": "^11.1.4",
22
- "@shared/clients": "*",
23
- "@shared/core": "*",
24
- "@shared/eslint-config": "*",
25
- "@shared/jest": "*",
26
- "@shared/tsconfig": "*",
22
+ "@shared/clients": "workspace:*",
23
+ "@shared/core": "workspace:*",
24
+ "@shared/eslint-config": "workspace:*",
25
+ "@shared/jest": "workspace:*",
26
+ "@shared/rollup": "workspace:*",
27
+ "@shared/tsconfig": "workspace:*",
27
28
  "@types/jest": "^29.5.5",
28
29
  "eslint": "^8.49.0",
29
30
  "jest": "^29.7.0"