Skip to content

Commit

Permalink
Router-lib packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Apr 20, 2023
1 parent b87c919 commit f903348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/microapps-router-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"homepage": "https://github.com/pwrdrvr/microapps-core#readme",
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.0.0",
"@pwrdrvr/microapps-datalib": "*",
"fs-extra": "^9.0.0",
"lambda-log": "^3.0.0",
"source-map-support": "^0.5.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/microapps-router-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { AppVersionCache } from './app-cache';

const log = Log.Instance;

export { AppVersionCache };

/**
* Find and load the appFrame file
* @returns
Expand Down

0 comments on commit f903348

Please sign in to comment.