Skip to content

Commit 06b3c07

Browse files
authored
feat: add webauthn-p256 to account-kit/smart-contracts + auto-generated (#1702)
1 parent 924c688 commit 06b3c07

File tree

10 files changed

+566
-58
lines changed

10 files changed

+566
-58
lines changed

aa-sdk/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/infra/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/logging/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/signer/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.41.0";
3+
export const VERSION = "4.42.0";

account-kit/smart-contracts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
7474
"dependencies": {
7575
"@aa-sdk/core": "^4.42.0",
76-
"@account-kit/infra": "^4.42.0"
76+
"@account-kit/infra": "^4.42.0",
77+
"webauthn-p256": "^0.0.10"
7778
},
7879
"peerDependencies": {
7980
"viem": "2.29.2"

yarn.lock

Lines changed: 556 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)