@abstraxn/account
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -21,2 +21,3 @@ "use strict"; | ||
this.activeValidationModule = (_b = _smartAccountConfig.activeValidationModule) !== null && _b !== void 0 ? _b : modules_1.BaseValidationModule; | ||
this.bundler = _smartAccountConfig.bundler; | ||
} | ||
@@ -23,0 +24,0 @@ // Static method to create an instance of AbstraxnSmartAccount |
@@ -0,1 +1,2 @@ | ||
import { IBundler } from "@abstraxn/bundler"; | ||
import { BaseValidationModule } from "@abstraxn/modules"; | ||
@@ -8,2 +9,3 @@ import { JsonRpcProvider } from "@ethersproject/providers"; | ||
activeValidationModule: BaseValidationModule; | ||
bundler?: IBundler; | ||
} | ||
@@ -10,0 +12,0 @@ export interface VerificationGasLimits { |
{ | ||
"name": "@abstraxn/account", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "@abstraxn/account: Empower ERC-4337 smart accounts with seamless APIs for enhanced decentralized finance experiences.", | ||
@@ -20,2 +20,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@abstraxn/bundler": "^0.0.1", | ||
"@abstraxn/common": "^0.0.5", | ||
@@ -22,0 +23,0 @@ "@abstraxn/core-types": "^0.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249426
4371
8
+ Added@abstraxn/bundler@^0.0.1
+ Added@abstraxn/bundler@0.0.1(transitive)
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)