cogsbox-state 0.5.151 → 0.5.152

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.
@@ -138,6 +138,7 @@ export type StateObject<T> = (T extends any[] ? ArrayEndType<T> : T extends Reco
138
138
  revertToInitialState: (obj?: {
139
139
  validationKey?: string;
140
140
  }) => T;
141
+ getDifferences: () => string[];
141
142
  middleware: (middles: ({ updateLog, update, }: {
142
143
  updateLog: UpdateTypeDetail[] | undefined;
143
144
  update: UpdateTypeDetail;