@safe-global/relay-kit
Advanced tools
Comparing version 3.4.1-alpha.1 to 3.4.1
@@ -7,2 +7,1 @@ export declare const GELATO_NATIVE_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"; | ||
export declare const GELATO_TRANSFER_GAS_COST = 15000; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -14,2 +14,1 @@ export type { | ||
UserOperation } from '@safe-global/types-kit'; | ||
//# sourceMappingURL=deprecated.d.ts.map |
@@ -8,3 +8,2 @@ export * from './deprecated'; | ||
export * from './packs/safe-4337/types'; | ||
export * from './packs/safe-4337/utils'; | ||
export * from './RelayKitBasePack'; | ||
@@ -16,2 +15,1 @@ declare module 'abitype' { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -104,2 +104,1 @@ import { RelayResponse, TransactionStatusResponse } from '@gelatonetwork/relay-sdk'; | ||
} | ||
//# sourceMappingURL=GelatoRelayPack.d.ts.map |
@@ -24,2 +24,1 @@ import Safe from '@safe-global/protocol-kit'; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -103,2 +103,1 @@ export declare const DEFAULT_SAFE_VERSION = "1.4.1"; | ||
} | ||
//# sourceMappingURL=constants.d.ts.map |
import { PimlicoFeeEstimator } from './PimlicoFeeEstimator'; | ||
export { PimlicoFeeEstimator }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,2 +9,1 @@ import { EstimateGasData } from '@safe-global/types-kit'; | ||
} | ||
//# sourceMappingURL=PimlicoFeeEstimator.d.ts.map |
@@ -107,2 +107,1 @@ import { SigningMethod } from '@safe-global/protocol-kit'; | ||
} | ||
//# sourceMappingURL=Safe4337Pack.d.ts.map |
@@ -23,2 +23,1 @@ import { EstimateGasData, SafeOperation, SafeSignature, SafeUserOperation, UserOperation } from '@safe-global/types-kit'; | ||
export default EthSafeOperation; | ||
//# sourceMappingURL=SafeOperation.d.ts.map |
@@ -212,2 +212,1 @@ import { Account, Address, Chain, Hash, Hex, PublicClient, PublicRpcSchema, Transport } from 'viem'; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -92,2 +92,1 @@ import { SafeUserOperation, MetaTransactionData, SafeSignature, UserOperation } from '@safe-global/types-kit'; | ||
}): string; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -5,2 +5,1 @@ export declare const EQ_OR_GT_0_3_0 = ">=0.3.0"; | ||
export declare function isEntryPointV6(address: string): boolean; | ||
//# sourceMappingURL=entrypoint.d.ts.map |
export declare const getRelayKitVersion: () => string; | ||
//# sourceMappingURL=getRelayKitVersion.d.ts.map |
@@ -65,2 +65,1 @@ import Safe from '@safe-global/protocol-kit'; | ||
export {}; | ||
//# sourceMappingURL=RelayKitBasePack.d.ts.map |
{ | ||
"name": "@safe-global/relay-kit", | ||
"version": "3.4.1-alpha.1", | ||
"version": "3.4.1", | ||
"description": "SDK for Safe Smart Accounts with support for ERC-4337 and Relay", | ||
"types": "dist/src/index.d.ts", | ||
"main": "dist/cjs/src/index.js", | ||
"module": "dist/esm/src/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"require": "./dist/cjs/src/index.cjs", | ||
"import": "./dist/esm/src/index.mjs" | ||
}, | ||
"./test-utils": { | ||
"types": "./dist/test-utils/index.d.ts", | ||
"require": "./dist/cjs/test-utils/index.cjs", | ||
"import": "./dist/esm/test-utils/index.mjs" | ||
} | ||
}, | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"keywords": [ | ||
@@ -36,6 +23,3 @@ "Ethereum", | ||
"prebuild": "node -p \"'export const getRelayKitVersion = () => \\'' + require('./package.json').version.split('-')[0] + '\\''\" > src/packs/safe-4337/utils/getRelayKitVersion.ts", | ||
"build": "yarn unbuild && yarn build:esm && yarn build:cjs && yarn build:types", | ||
"build:esm": "esbuild ./src/index ./test-utils/index --format=esm --bundle --metafile=meta-esm.json --packages=external --outdir=dist/esm --out-extension:.js=.mjs", | ||
"build:cjs": "esbuild ./src/index ./test-utils/index --format=cjs --bundle --metafile=meta-cjs.json --packages=external --outdir=dist/cjs --out-extension:.js=.cjs", | ||
"build:types": "NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.build.json --declaration --declarationMap --emitDeclarationOnly && tsc-alias -p tsconfig.build.json" | ||
"build": "yarn unbuild && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json" | ||
}, | ||
@@ -60,8 +44,7 @@ "repository": { | ||
"@gelatonetwork/relay-sdk": "^5.5.0", | ||
"@safe-global/protocol-kit": "^5.2.1-alpha.0", | ||
"@safe-global/safe-modules-deployments": "^2.2.4", | ||
"@safe-global/types-kit": "^1.0.2-alpha.0", | ||
"semver": "^7.6.3", | ||
"@safe-global/protocol-kit": "^5.2.1", | ||
"@safe-global/safe-modules-deployments": "^2.2.5", | ||
"@safe-global/types-kit": "^1.0.2", | ||
"viem": "^2.21.8" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5
55
0
3
325529
2540
1
- Removedsemver@^7.6.3