@powerhousedao/reactor-api 1.29.18-dev.2 → 1.29.18-dev.3

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.
@@ -227,7 +227,7 @@ export class DriveSubgraph extends Subgraph {
227
227
  id,
228
228
  revision: document.revision.global,
229
229
  state: document.state.global,
230
- stateJSON: JSON.stringify(document.state.global),
230
+ stateJSON: document.state.global,
231
231
  operations: document.operations.global.map((op) => ({
232
232
  ...op,
233
233
  inputText: typeof op.input === "string"