@ocap/tx-protocols 1.13.73 → 1.13.74

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.
@@ -107,7 +107,11 @@ runner.use(
107
107
  context
108
108
  ),
109
109
 
110
- statedb.token.create(itx.address, token.create({ ...itx, data, issuer: senderState.address }, context), context),
110
+ statedb.token.create(
111
+ itx.address,
112
+ token.create({ ...cloneDeep(itx), data, issuer: senderState.address }, context),
113
+ context
114
+ ),
111
115
 
112
116
  isEmpty(vaultUpdates)
113
117
  ? vaultState
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.13.73",
6
+ "version": "1.13.74",
7
7
  "description": "Predefined tx pipeline sets to execute certain type of transactions",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,17 +19,17 @@
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@arcblock/did": "1.13.73",
23
- "@arcblock/did-util": "1.13.73",
24
- "@ocap/asset": "1.13.73",
25
- "@ocap/mcrypto": "1.13.73",
26
- "@ocap/merkle-tree": "1.13.73",
27
- "@ocap/message": "1.13.73",
28
- "@ocap/state": "1.13.73",
29
- "@ocap/tx-pipeline": "1.13.73",
30
- "@ocap/util": "1.13.73",
31
- "@ocap/validator": "1.13.73",
32
- "@ocap/wallet": "1.13.73",
22
+ "@arcblock/did": "1.13.74",
23
+ "@arcblock/did-util": "1.13.74",
24
+ "@ocap/asset": "1.13.74",
25
+ "@ocap/mcrypto": "1.13.74",
26
+ "@ocap/merkle-tree": "1.13.74",
27
+ "@ocap/message": "1.13.74",
28
+ "@ocap/state": "1.13.74",
29
+ "@ocap/tx-pipeline": "1.13.74",
30
+ "@ocap/util": "1.13.74",
31
+ "@ocap/validator": "1.13.74",
32
+ "@ocap/wallet": "1.13.74",
33
33
  "debug": "^4.3.2",
34
34
  "empty-value": "^1.0.1",
35
35
  "lodash": "^4.17.21",
@@ -42,5 +42,5 @@
42
42
  "devDependencies": {
43
43
  "jest": "^27.3.1"
44
44
  },
45
- "gitHead": "ffce10eaa7c72fe6d6fdc534f7e15cbdb3e6a917"
45
+ "gitHead": "24531e4142d2dc888d6f6091d82d2f7e5abe22ae"
46
46
  }