@account-kit/infra 4.73.1-alpha.0 → 4.73.1-alpha.2

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.
@@ -1 +1 @@
1
- export declare const VERSION = "4.73.1-alpha.0";
1
+ export declare const VERSION = "4.73.1-alpha.2";
@@ -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 = "4.73.1-alpha.0";
3
+ export const VERSION = "4.73.1-alpha.2";
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,gBAAgB,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"4.73.1-alpha.0\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,yBAAyB;AACzB,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC","sourcesContent":["// This file is autogenerated by inject-version.ts. Any changes will be\n// overwritten on commit!\nexport const VERSION = \"4.73.1-alpha.2\";\n"]}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "4.73.1-alpha.0";
1
+ export declare const VERSION = "4.73.1-alpha.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@account-kit/infra",
3
- "version": "4.73.1-alpha.0",
3
+ "version": "4.73.1-alpha.2",
4
4
  "description": "adapters for @aa-sdk/core for interacting with alchemy services",
5
5
  "author": "Alchemy",
6
6
  "license": "MIT",
@@ -47,8 +47,8 @@
47
47
  "typescript-template": "*"
48
48
  },
49
49
  "dependencies": {
50
- "@aa-sdk/core": "^4.73.1-alpha.0",
51
- "@account-kit/logging": "^4.73.1-alpha.0",
50
+ "@aa-sdk/core": "^4.73.1-alpha.2",
51
+ "@account-kit/logging": "^4.73.1-alpha.2",
52
52
  "eventemitter3": "^5.0.1",
53
53
  "zod": "^3.22.4"
54
54
  },
@@ -67,7 +67,7 @@
67
67
  "url": "https://github.com/alchemyplatform/aa-sdk/issues"
68
68
  },
69
69
  "homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
70
- "gitHead": "30a05bddab1215d0ba101fcdcdec63894d14c04d",
70
+ "gitHead": "a453772c21ab2fab5ff0093b4168eb8e3fe73b89",
71
71
  "optionalDependencies": {
72
72
  "alchemy-sdk": "^3.0.0"
73
73
  }
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 = "4.73.1-alpha.0";
3
+ export const VERSION = "4.73.0";