document-drive 1.0.0-alpha.97 → 1.0.0-alpha.98

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-drive",
3
- "version": "1.0.0-alpha.97",
3
+ "version": "1.0.0-alpha.98",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "module": "./src/index.ts",
@@ -234,6 +234,20 @@ export async function fetchDocument<D extends Document>(
234
234
  timestamp
235
235
  type
236
236
  inputText
237
+ context {
238
+ signer {
239
+ user {
240
+ address
241
+ networkId
242
+ chainId
243
+ }
244
+ app {
245
+ name
246
+ key
247
+ }
248
+ signatures
249
+ }
250
+ }
237
251
  }
238
252
  ... on ${name} {
239
253
  state {