@ocap/tx-pipeline 1.18.77 → 1.18.79
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.
@@ -14,7 +14,7 @@ const debug = require('debug')(`${require('../../package.json').name}:pipe:verif
|
|
14
14
|
* @param {object} params
|
15
15
|
* @param {string} params.assetKey key to extract assets from context
|
16
16
|
* @param {string} params.ownerKey key to extract owner from context
|
17
|
-
* @param {string} [params.updaterKey] key to extract updater address from asset
|
17
|
+
* @param {string|string[]} [params.updaterKey] key to extract updater address from asset
|
18
18
|
*/
|
19
19
|
module.exports = function CreateVerifyUpdaterPipe({ assetKey, ownerKey, updaterKey = 'owner' }) {
|
20
20
|
return function VerifyUpdater(context, next) {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.18.
|
6
|
+
"version": "1.18.79",
|
7
7
|
"description": "Pipeline runner and common pipelines to process transactions",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -29,16 +29,16 @@
|
|
29
29
|
"elliptic": "6.5.3"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@arcblock/did": "1.18.
|
33
|
-
"@arcblock/did-util": "1.18.
|
34
|
-
"@ocap/mcrypto": "1.18.
|
35
|
-
"@ocap/message": "1.18.
|
36
|
-
"@ocap/state": "1.18.
|
37
|
-
"@ocap/util": "1.18.
|
38
|
-
"@ocap/wallet": "1.18.
|
32
|
+
"@arcblock/did": "1.18.79",
|
33
|
+
"@arcblock/did-util": "1.18.79",
|
34
|
+
"@ocap/mcrypto": "1.18.79",
|
35
|
+
"@ocap/message": "1.18.79",
|
36
|
+
"@ocap/state": "1.18.79",
|
37
|
+
"@ocap/util": "1.18.79",
|
38
|
+
"@ocap/wallet": "1.18.79",
|
39
39
|
"debug": "^4.3.4",
|
40
40
|
"empty-value": "^1.0.1",
|
41
41
|
"lodash": "^4.17.21"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "158c6265a6746d9a7ddae8b68cb00f6667f5f248"
|
44
44
|
}
|