@openzeppelin/adapter-stellar@2.0.0
Major Changes
- #24
fc1bf41Thanks @pasevin! - Replace monolithic adapter classes with capability factories andcreateRuntimeonecosystemDefinition. RemoveEvmAdapterandStellarAdapterfrom the public API.
Patch Changes
-
#27
481f206Thanks @pasevin! - Move internal workspace packages (adapter-runtime-utils,adapter-evm-core) fromdependencies
todevDependenciesso they are not listed in the published package metadata. These packages are
bundled at build time viatsdownnoExternaland are never resolved from npm by consumers.Also add
adapter-evm-coretoadapter-polkadot'snoExternallist so it is correctly bundled
into the built output rather than left as a bare external import. -
#24
c620934Thanks @pasevin! - Allow adapter ui-kit configuration to accept partial overrides while preserving default
initialization behavior. This keeps adapter releases aligned with the relaxed
UiKitCapability.configureUiKitcontract and adds regression coverage for empty and partial
override merges.