@alchemy/aa-infra 5.0.0-beta.22 → 5.0.0-beta.24

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @alchemy/aa-infra
2
2
 
3
+ **Beta** — This package, along with `@alchemy/common`, replaces `@account-kit/infra`. This is a low-level package. Most users should use [`@alchemy/wallet-apis`](https://www.alchemy.com/docs/wallets/reference/wallet-apis) unless you need to call bundler or paymaster RPCs directly via viem.
4
+
3
5
  Alchemy Account Abstraction infrastructure utilities. Provides Rundler-specific fee estimation and RPC types for use with viem's bundler client.
4
6
 
5
7
  ## Installation
@@ -1 +1 @@
1
- export declare const VERSION = "5.0.0-beta.21";
1
+ export declare const VERSION = "5.0.0-beta.23";
@@ -1,4 +1,4 @@
1
1
  // This file is autogenerated by inject-version.ts. Any changes will be
2
2
  // overwritten on commit!
3
- export const VERSION = "5.0.0-beta.21";
3
+ export const VERSION = "5.0.0-beta.23";
4
4
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,yBAAyB;AACzB,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"5.0.0-beta.21\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,yBAAyB;AACzB,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"5.0.0-beta.23\";\n"]}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.0.0-beta.21";
1
+ export declare const VERSION = "5.0.0-beta.23";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alchemy/aa-infra",
3
- "version": "5.0.0-beta.22",
3
+ "version": "5.0.0-beta.24",
4
4
  "description": "Alchemy Account Abstraction Infrastructure",
5
5
  "author": "Alchemy",
6
6
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "viem": "^2.45.0"
44
44
  },
45
45
  "dependencies": {
46
- "@alchemy/common": "5.0.0-beta.22"
46
+ "@alchemy/common": "5.0.0-beta.24"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "viem": "^2.45.0"
@@ -60,5 +60,5 @@
60
60
  "url": "https://github.com/alchemyplatform/aa-sdk/issues"
61
61
  },
62
62
  "homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
63
- "gitHead": "cd83c2c18bd4de73dfbf56cef2516a4e45ef31ba"
63
+ "gitHead": "f30a06d06c9601f55681307c331b690d51978af9"
64
64
  }
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is autogenerated by inject-version.ts. Any changes will be
2
2
  // overwritten on commit!
3
- export const VERSION = "5.0.0-beta.22";
3
+ export const VERSION = "5.0.0-beta.24";