@ocap/resolver 1.27.6 → 1.27.8

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 +1 -0
  2. package/package.json +16 -16
package/lib/index.js CHANGED
@@ -619,6 +619,7 @@ module.exports = class OCAPResolver {
619
619
  txStake: {
620
620
  ...transaction.txStake,
621
621
  createToken: fromTokenToUnit(transaction.txStake.createToken, token.decimal).toString(10),
622
+ createCreditToken: fromTokenToUnit(transaction.txStake.createCreditToken, token.decimal).toString(10),
622
623
  },
623
624
  txFee: Object.keys(transaction.txFee)
624
625
  .filter((x) => x !== 'default')
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.27.6",
6
+ "version": "1.27.8",
7
7
  "description": "GraphQL resolver built upon ocap statedb and GQL layer",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -14,9 +14,9 @@
14
14
  "license": "MIT",
15
15
  "devDependencies": {
16
16
  "jest": "^29.7.0",
17
- "@arcblock/jwt": "1.27.6",
18
- "@ocap/indexdb-memory": "1.27.6",
19
- "@ocap/statedb-memory": "1.27.6"
17
+ "@arcblock/jwt": "1.27.8",
18
+ "@ocap/indexdb-memory": "1.27.8",
19
+ "@ocap/statedb-memory": "1.27.8"
20
20
  },
21
21
  "dependencies": {
22
22
  "@arcblock/nft-display": "^3.2.3",
@@ -24,18 +24,18 @@
24
24
  "express": "^4.19.2",
25
25
  "lodash": "^4.17.21",
26
26
  "queue": "^6",
27
- "@arcblock/did": "1.27.6",
28
- "@arcblock/did-ext": "1.27.6",
29
- "@arcblock/did-util": "1.27.6",
30
- "@arcblock/validator": "1.27.6",
31
- "@ocap/config": "1.27.6",
32
- "@ocap/indexdb": "1.27.6",
33
- "@ocap/mcrypto": "1.27.6",
34
- "@ocap/message": "1.27.6",
35
- "@ocap/state": "1.27.6",
36
- "@ocap/tx-protocols": "1.27.6",
37
- "@ocap/util": "1.27.6",
38
- "@ocap/wallet": "1.27.6"
27
+ "@arcblock/did": "1.27.8",
28
+ "@arcblock/did-ext": "1.27.8",
29
+ "@arcblock/did-util": "1.27.8",
30
+ "@arcblock/validator": "1.27.8",
31
+ "@ocap/config": "1.27.8",
32
+ "@ocap/indexdb": "1.27.8",
33
+ "@ocap/mcrypto": "1.27.8",
34
+ "@ocap/state": "1.27.8",
35
+ "@ocap/tx-protocols": "1.27.8",
36
+ "@ocap/util": "1.27.8",
37
+ "@ocap/message": "1.27.8",
38
+ "@ocap/wallet": "1.27.8"
39
39
  },
40
40
  "scripts": {
41
41
  "lint": "eslint tests lib",