@ocap/resolver 1.14.8 → 1.14.9

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/hooks.js +1 -0
  2. package/package.json +12 -12
package/lib/hooks.js CHANGED
@@ -203,6 +203,7 @@ const onJoinRollup = async (tx, ctx, indexdb) => {
203
203
  const address = tx.tx.from;
204
204
  const doc = await ensureRollupValidator(address, tx.tx.itxJson.rollup, ctx, indexdb);
205
205
 
206
+ doc.endpoint = tx.tx.itxJson.endpoint;
206
207
  doc.joinTime = tx.time;
207
208
  doc.renaissanceTime = tx.time;
208
209
  doc.leaveTime = '';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.14.8",
6
+ "version": "1.14.9",
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.3.1"
23
23
  },
24
24
  "dependencies": {
25
- "@arcblock/did": "1.14.8",
26
- "@arcblock/did-util": "1.14.8",
27
- "@ocap/config": "1.14.8",
28
- "@ocap/indexdb": "1.14.8",
29
- "@ocap/mcrypto": "1.14.8",
30
- "@ocap/message": "1.14.8",
31
- "@ocap/state": "1.14.8",
32
- "@ocap/tx-protocols": "1.14.8",
33
- "@ocap/util": "1.14.8",
34
- "@ocap/validator": "1.14.8",
25
+ "@arcblock/did": "1.14.9",
26
+ "@arcblock/did-util": "1.14.9",
27
+ "@ocap/config": "1.14.9",
28
+ "@ocap/indexdb": "1.14.9",
29
+ "@ocap/mcrypto": "1.14.9",
30
+ "@ocap/message": "1.14.9",
31
+ "@ocap/state": "1.14.9",
32
+ "@ocap/tx-protocols": "1.14.9",
33
+ "@ocap/util": "1.14.9",
34
+ "@ocap/validator": "1.14.9",
35
35
  "debug": "^4.3.2",
36
36
  "lodash": "^4.17.21"
37
37
  },
38
- "gitHead": "1d41025b5e00840e7cba0887c3b60adc4f388b7a"
38
+ "gitHead": "19fd75486457b972da40d7d1d043f389738aa1da"
39
39
  }