Skip to content

Commit

Permalink
Merge pull request #395 from dojoengine/feat/remove-field-order
Browse files Browse the repository at this point in the history
feat: remove field order from sdk
  • Loading branch information
MartianGreed authored Feb 13, 2025
2 parents f06a3b8 + ded4be2 commit 58251c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .changeset/great-olives-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@dojoengine/sdk": patch
"template-vite-ts": patch
"@dojoengine/core": patch
"@dojoengine/create-burner": patch
"@dojoengine/create-dojo": patch
"@dojoengine/predeployed-connector": patch
"@dojoengine/react": patch
"@dojoengine/state": patch
"@dojoengine/torii-client": patch
"@dojoengine/torii-wasm": patch
"@dojoengine/utils": patch
"@dojoengine/utils-wasm": patch
---

feat: remove field order and bump torii-client
5 changes: 0 additions & 5 deletions packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ export type SchemaType = {
* For example, 'Player', 'Item', 'Quest', etc.
*/
[model: string]: {
/**
* fieldOrder: An array of strings representing the order of fields in the model.
* This is crucial for maintaining consistent field ordering across your application.
*/
fieldOrder: string[];
/**
* Dynamic fields of the model.
* These can be of any type, typically representing the properties of your model.
Expand Down

0 comments on commit 58251c1

Please sign in to comment.