rmapi-js 9.0.1 → 9.0.2

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.
package/dist/raw.js CHANGED
@@ -141,7 +141,7 @@ const metadata = properties({
141
141
  metadatamodified: boolean(),
142
142
  modified: boolean(),
143
143
  synced: boolean(),
144
- version: uint8(),
144
+ version: uint32(),
145
145
  }, true);
146
146
  const updatedRootHash = properties({
147
147
  hash: string(),