Closed ponderingdemocritus closed 2 months ago
The updates across multiple package.json
files for the @dojoengine
packages involve modifications to the description
and author
fields, indicating a rebranding effort. Descriptions have been revised for clarity and specificity, while author fields have been consolidated under "dojo." Additionally, some packages received updates to the main
entries, exports
, and sideEffects
to enhance structure and compatibility, particularly for web and Node.js environments. New TypeScript files have been introduced to define contract interactions and models for the Dojo framework.
File Path | Change Summary |
---|---|
packages/core/package.json |
Updated description for clarity; changed author from "Loaf" to "dojo". |
packages/create-burner/package.json |
Changed description to prefix with "dojo: ". |
packages/create-dojo/package.json |
Modified description for specificity; added author as "dojo". |
packages/react/package.json |
Revised description for clarity; updated author from "Loaf" to "dojo". |
packages/state/package.json |
Enhanced description to specify state syncing in dojo games; changed author from "Loaf" to "dojo". |
packages/torii-client/package.json |
Altered description for clarity; changed author from "Dojo" to "dojo". |
packages/torii-wasm/package.json |
Updated description ; populated author with "ohayo"; adjusted main , added exports , and sideEffects for better structure. |
packages/utils-wasm/package.json |
Changed description to "dojo: wasm utils"; updated author to "dojo". |
packages/utils/package.json |
Modified description to "dojo: utils"; changed author from "Loaf" to "dojo". |
examples/clients/react/react-app/src/dojo/createClientComponents.ts |
Updated import path for ContractComponents from ./generated/contractComponents to ./typescript/models.gen . |
sequenceDiagram
participant User
participant PackageManager
participant Package
User->>PackageManager: Install package
PackageManager->>Package: Fetch metadata
Package-->>PackageManager: Return updated metadata
PackageManager-->>User: Provide package with new metadata
π° In the land of code where the bunnies play,
π The packages danced in a brand new way.
With "dojo" they hop, and descriptions refined,
A clearer path for all bunnies to find.
So letβs celebrate with cheer and delight,
For changes so bright, they shine in the night! β¨
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
Summary by CodeRabbit
New Features
readme.md
for the Dojo React Vite App, including setup instructions and links to resources.Documentation