Skip to content

Commit

Permalink
fix: export createAxiosclient (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-envoy authored Jun 27, 2023
1 parent 860a068 commit 162234f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envoy/envoy-integrations-sdk",
"version": "2.0.0-beta.25",
"version": "2.0.0-beta.26",
"description": "SDK for building Envoy integrations.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export * from './sdk/loggers';
export * from './sdk/middleware';

export * from './util/EnvoySignatureVerifier';
export * from './util/axiosConstructor';

export {
EntryPayload,
Expand Down

0 comments on commit 162234f

Please sign in to comment.