lorgg-v2-components 0.0.74 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -161,7 +161,9 @@ export type DataJsonQueue = {
161
161
  };
162
162
  export type DataJson = {
163
163
  keywords: DataJsonKeyword[];
164
- patches: DataJsonPatch[];
164
+ patches: {
165
+ [key: string]: DataJsonPatch;
166
+ };
165
167
  ranks: DataJsonRank[];
166
168
  rarities: DataJsonRarity[];
167
169
  regions: DataJsonRegion[];