Closed ponderingdemocritus closed 3 months ago
The recent updates across various projects focus on enhancing the TypeScript dependency, upgrading it from version ^5.0.3
to ^5.5.4
, likely improving functionality and compatibility. The removal of the @dojoengine/torii-wasm
dependency from a React app indicates a shift in project reliance. Additionally, adjustments to directory structures and import paths streamline the build processes and improve resource management clarity.
File(s) | Change Summary |
---|---|
examples/react/react-app/package.json |
Removed @dojoengine/torii-wasm dependency; updated typescript from ^5.0.3 to ^5.5.4 . |
examples/react/react-pwa-app/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
examples/react/react-threejs/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/core/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/create-burner/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/create-dojo/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/react/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/state/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/torii-client/package.json |
Updated typescript from ^5.0.3 to ^5.5.4 . |
packages/torii-wasm/build.sh |
Adjusted output directory paths for WebAssembly builds, removing dist prefix. |
packages/torii-wasm/package.json |
Modified paths to use relative addressing, updated typescript to ^5.5.4 , downgraded wasm-pack . |
%% No relevant sequence diagrams were generated due to the nature of the changes.
🐇 In a world of code, so bright and new,
A hop and a skip, we bid adieu.
TypeScript's upgrade, a leap in the air,
Smooth paths now lead us, with nary a care.
Dependencies shuffled, like leaves in the breeze,
Oh, joy! Let’s code with the greatest of ease! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
torii-wasm
package.Chores
torii-wasm
package, improving organization and clarity.Documentation