MaskingTechnology / jitar

Distributed runtime for JavaScript and TypeScript
https://jitar.dev
MIT License
140 stars 9 forks source link

Update jitar dependencies for the examples #467

Closed basmasking closed 9 months ago

basmasking commented 9 months ago

The examples point to a 0.x.x version of Jitar. When we create a new minor version all of the examples need to be updated. The SemVer versioning behaves a bit different with 0.x versions. Minor versions are not seen as compatible, and thus we need to update them for each new minor release.

We want to change the version of jitar in the package.json to "*", so that all the examples will always use the latest version of jitar.