Skip to content

Commit

Permalink
Merge pull request #17 from Banno/ispringle-patch-1
Browse files Browse the repository at this point in the history
export requestRefresh from index.js
  • Loading branch information
jrobinson01 authored Apr 4, 2024
2 parents cc6a7ab + 870cf98 commit f141afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jack-henry/banno-plugin-framework-bridge",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library to facilitate communication between web apps running in a webview or iframe and their host application.",
"type": "module",
"main": "dist/banno-plugin-framework-bridge.js",
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ window.addEventListener('message', event => {
export {
requestClose,
requestSync,
requestResize,
requestRefresh,
postUniversalMessage,
ping,
ready,
requestResize,
host,
HOST_EVENTS,
enableRouter,
Expand Down

0 comments on commit f141afb

Please sign in to comment.