@ocap/resolver 1.18.92 → 1.18.94

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.
Files changed (2) hide show
  1. package/lib/index.js +4 -0
  2. package/package.json +12 -12
package/lib/index.js CHANGED
@@ -652,6 +652,10 @@ module.exports = class OCAPResolver {
652
652
  return result;
653
653
  }
654
654
 
655
+ listDelegations(args, ctx) {
656
+ return this._doPaginatedSearch('listDelegations', args, 'delegations', 'data', ctx);
657
+ }
658
+
655
659
  async search(args) {
656
660
  if (!args.keyword) {
657
661
  return { results: [] };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.92",
6
+ "version": "1.18.94",
7
7
  "description": "GraphQL resolver built upon ocap statedb and GQL layer",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -22,18 +22,18 @@
22
22
  "jest": "^27.5.1"
23
23
  },
24
24
  "dependencies": {
25
- "@arcblock/did": "1.18.92",
26
- "@arcblock/did-util": "1.18.92",
27
- "@arcblock/validator": "1.18.92",
28
- "@ocap/config": "1.18.92",
29
- "@ocap/indexdb": "1.18.92",
30
- "@ocap/mcrypto": "1.18.92",
31
- "@ocap/message": "1.18.92",
32
- "@ocap/state": "1.18.92",
33
- "@ocap/tx-protocols": "1.18.92",
34
- "@ocap/util": "1.18.92",
25
+ "@arcblock/did": "1.18.94",
26
+ "@arcblock/did-util": "1.18.94",
27
+ "@arcblock/validator": "1.18.94",
28
+ "@ocap/config": "1.18.94",
29
+ "@ocap/indexdb": "1.18.94",
30
+ "@ocap/mcrypto": "1.18.94",
31
+ "@ocap/message": "1.18.94",
32
+ "@ocap/state": "1.18.94",
33
+ "@ocap/tx-protocols": "1.18.94",
34
+ "@ocap/util": "1.18.94",
35
35
  "debug": "^4.3.4",
36
36
  "lodash": "^4.17.21"
37
37
  },
38
- "gitHead": "166a276e6865f140e5eed88aced8a4ad39186a74"
38
+ "gitHead": "6e23a66fb0adcd1359e21b4fde180860b4c305b3"
39
39
  }