Skip to content

ci(changesets): version packages - #543

Merged
solidsnakedev merged 1 commit into
mainfrom
changeset-release/main
Sep 24, 2026
Merged

solidsnakedev merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@evolution-sdk/aiken-uplc@2.0.14

Patch Changes

@evolution-sdk/evolution@0.5.14

Patch Changes

  • #548 96c2c91 Thanks @emmanuel-musau! - Remove the @effect/platform runtime dependency. The providers used it only as a fetch wrapper: three helpers in HttpUtils.ts built on FetchHttpClient, plus one error class in the Blockfrost error mapping. Those helpers are now written directly on the global fetch, which is available on every runtime the SDK supports, and the Effect.provide(FetchHttpClient.layer) wiring in the Koios and Kupmios internals is gone with it. Request and response handling is unchanged, including the non 2xx status code : ... failure message, the Blockfrost 404 mapping, and the JSON-with-plain-text-fallback used by submit endpoints that return an unquoted transaction hash. Failures now surface as HttpRequestError (no response) and HttpResponseError (non-2xx, or an unreadable body). Both are internal and the public provider methods still fail with ProviderError, so no signature changes, but the value carried in ProviderError.cause has a different shape: the old ResponseError's description and response fields are replaced by message and status. Anything matching on those field names needs updating — in this package that was the evaluation phase's Ogmios failure parser, which now reads either name. Following on from the previous dependency cleanup, a fresh install of @evolution-sdk/evolution now resolves 10 packages instead of 23, and 48 MB instead of 72 MB.

  • #532 0099194 Thanks @emmanuel-musau! - Remove three dependencies the published package never imports. @effect/platform-node was declared but is not referenced anywhere in the package; because it pins @effect/cluster, @effect/rpc and @effect/sql as peer dependencies, every consumer auto-installed that entire subtree along with @effect/experimental, @effect/workflow, @effect/platform-node-shared, and @parcel/watcher with its thirteen prebuilt native binaries. bip39 is used only by one test and moves to devDependencies; @scure/bip39 remains the runtime implementation. @types/bip39 is a deprecated stub whose own npm metadata states that bip39 ships its own type definitions. A fresh install of @evolution-sdk/evolution now resolves 23 packages instead of 55, and 72 MB instead of 89 MB, with no source or public API change.

  • #544 0167cf9 Thanks @solidsnakedev! - Fix Koios getUtxosByOutRef, which failed for outputs of transactions that ran Plutus scripts and returned outputs from only one transaction when the refs spanned several. It now queries /utxo_info with the requested refs instead of decoding whole transactions from /tx_info.

@evolution-sdk/devnet@3.0.15

Patch Changes

  • Updated dependencies [96c2c91, 0099194, 0167cf9]:
    • @evolution-sdk/evolution@0.5.14
    • @evolution-sdk/aiken-uplc@2.0.14
    • @evolution-sdk/scalus-uplc@2.0.14

@evolution-sdk/scalus-uplc@2.0.14

Patch Changes

docs@0.0.56

Patch Changes

  • Updated dependencies [96c2c91, 0099194, 0167cf9]:
    • @evolution-sdk/evolution@0.5.14
    • @evolution-sdk/devnet@3.0.15

evolution-vite-react-example@0.1.34

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c88a5bc to ff8ab0e Compare September 24, 2026 22:20
@solidsnakedev
solidsnakedev merged commit 5022382 into main Sep 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant