Skip to content

Commit

Permalink
chore: re-export Client and ClientConfig with Polywrap prefixes (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
pileks authored Nov 23, 2023
1 parent 7d381f4 commit e3b642f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ pub mod polywrap_client_config_builder;
pub use polywrap_base_resolver::{PolywrapBaseResolver, PolywrapBaseResolverOptions};
pub use polywrap_client_config::ClientConfig;
pub use polywrap_client_config_builder::ClientConfigBuilder;

pub use polywrap_client_config_builder::ClientConfigBuilder as PolywrapClientConfigBuilder;
pub use polywrap_client_config::ClientConfig as PolywrapClientConfig;
3 changes: 2 additions & 1 deletion packages/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pub use polywrap_resolvers as resolvers;
pub use polywrap_wasm as wasm;
pub use wrap_manifest_schemas as wrap_manifest;

pub use client::*;
pub use client::*;
pub use client::Client as PolywrapClient;

0 comments on commit e3b642f

Please sign in to comment.