@super-protocol/sdk-js 0.12.2-beta.3 → 0.12.2-beta.4

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.
@@ -141,7 +141,7 @@ var Consensus = /** @class */ (function () {
141
141
  tcbInfo = _a.sent();
142
142
  tcbsForVerification.push({
143
143
  tcbId: blocksIds[blockIndex].toString(),
144
- deviceId: (0, utils_1.unpackDeviceId)(tcbInfo.publicData.deviceID),
144
+ deviceId: tcbInfo.publicData.deviceID,
145
145
  properties: tcbInfo.publicData.properties,
146
146
  benchmark: tcbInfo.publicData.benchmark,
147
147
  quote: tcbInfo.quote,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "0.12.2-beta.3",
3
+ "version": "0.12.2-beta.4",
4
4
  "main": "build/index.js",
5
5
  "license": "MIT",
6
6
  "files": [