Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 2f9c377

Browse files
authored
Patch export name for middleware presets (#14)
1 parent 40f4c71 commit 2f9c377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userop",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A simple JS library for building ERC-4337 UserOperations.",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

src/preset/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * as Builder from "./builder";
2-
export * as MiddleWare from "./middleware";
2+
export * as Middleware from "./middleware";

0 commit comments

Comments
 (0)