@ercworldio/blockchain-shared 1.0.5-dev.7-PROJ-1469.7 → 1.0.5-dev.7-PROJ-1469.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.
@@ -109,7 +109,7 @@ class ClaimJobsService {
109
109
  'v', cs.v,
110
110
  'r', cs.r,
111
111
  's', cs.s,
112
- 'signature' cs.signature
112
+ 'signature', cs.signature
113
113
  )), '[]'::json)
114
114
  FROM multisig.crypto_signatures cs
115
115
  LEFT JOIN multisig.crypto_escrow_roles cer
@@ -187,7 +187,7 @@ class ClaimJobsService {
187
187
  'v', cs.v,
188
188
  'r', cs.r,
189
189
  's', cs.s,
190
- 'signature' cs.signature
190
+ 'signature', cs.signature
191
191
  )), '[]'::json)
192
192
  FROM multisig.crypto_signatures cs
193
193
  LEFT JOIN multisig.crypto_escrow_roles cer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.5-dev.7-PROJ-1469.7",
3
+ "version": "1.0.5-dev.7-PROJ-1469.8",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",