Skip to content

Commit

Permalink
fix: The UMD module now exposes @wasmer/sdk under the name, `Wasmer…
Browse files Browse the repository at this point in the history
…SDK`, rather than `Library`
  • Loading branch information
Michael-F-Bryan committed Dec 13, 2023
1 parent 378536c commit d34bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const makeConfig = (env = "development") => {
output: [
{
banner,
name: LIBRARY_NAME,
name: "WasmerSDK",
file: `dist/${LIBRARY_NAME}.umd.js`,
format: "umd",
exports: "auto",
Expand Down

0 comments on commit d34bb7a

Please sign in to comment.