Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Feb 9, 2025
1 parent d2ee13f commit 0d13d3d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/SafeAccountExamples/NestedAccounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"abstractionkit": "0.2.12",
"abstractionkit": "0.2.13",
"buffer": "^6.0.3",
"ethers": "^6.10.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/SafeAccountExamples/SocialRecovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dotenv": "^16.3.1",
"ethers": "^6.11.0",
"typescript": "^5.1.6",
"abstractionkit": "^0.2.12"
"abstractionkit": "^0.2.13"
},
"devDependencies": {
"rimraf": "^5.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/UsingBundlerRPC/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"abstractionkit": "0.2.12",
"abstractionkit": "0.2.13",
"typescript": "^5.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Candidelabs",
"url": "https://candide.dev"
},
"version": "0.2.12",
"version": "0.2.13",
"description": "Account Abstraction 4337 SDK by Candidelabs",
"main": "dist/index.js",
"module": "dist/index.m.js",
Expand Down

0 comments on commit 0d13d3d

Please sign in to comment.