tuler / deroll

TypeScript framework for Cartesi applications
https://deroll.vercel.app
MIT License
17 stars 12 forks source link

Separation of @deroll/app into @deroll/app and @deroll/core #75

Closed tuler closed 5 months ago

tuler commented 5 months ago

This PR splits the @deroll/app into a @deroll/core package and a @deroll/app package.

The @deroll/app will implement a deroll application that talks to a rollups HTTP server. So there are no breaking changes for current users. The @deroll/core will provide types that allows to write more testable software, independent from the rollups HTTP server. This will also allow to test apps based on @deroll/core inside the browser, for prototyping. The @deroll/wallet and @deroll/router depend now on @deroll/core, so they don't need a rollups HTTP server to work.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 722d32cd035d4f713cc4916fc22ec49b575078c8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages | Name | Type | | -------------------- | ----- | | eslint-config-deroll | Minor | | minimal | Minor | | wallet | Minor | | @deroll/router | Minor | | @deroll/wallet | Minor | | @deroll/core | Minor | | @deroll/app | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR