@tokemak/graph-cli 0.1.3 → 0.2.0

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/index.js CHANGED
@@ -389,6 +389,7 @@ var GetUserActivityDocument = import_graphql_tag.default`
389
389
  timestamp
390
390
  type
391
391
  data
392
+ transactionHash
392
393
  }
393
394
  }
394
395
  `;
package/dist/index.mjs CHANGED
@@ -353,6 +353,7 @@ var GetUserActivityDocument = gql`
353
353
  timestamp
354
354
  type
355
355
  data
356
+ transactionHash
356
357
  }
357
358
  }
358
359
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokemak/graph-cli",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",