Skip to content

Commit

Permalink
fix: export new methods and new interfacdes
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekTheWebDev committed Sep 19, 2023
1 parent e167cef commit bdfb2cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-ladybugs-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/middleware": patch
---

Export new method and new interfaces
4 changes: 2 additions & 2 deletions packages/middleware/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./deprecated/types";

export * from "./types";
export * from "./createServer";
export * from "./defineConfig";
export * from "./apiClientFactory";

0 comments on commit bdfb2cf

Please sign in to comment.