dkg.js 6.0.2 → 6.0.3

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.
@@ -611,6 +611,7 @@ class AssetOperationsManager {
611
611
  );
612
612
  return {
613
613
  UAL,
614
+ publicAssertionId: publicAssertionId,
614
615
  operation: getOperationStatusObject(operationResult, operationId),
615
616
  };
616
617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dkg.js",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Javascript library for interaction with the OriginTrail Decentralized Knowledge Graph",
5
5
  "main": "index.js",
6
6
  "scripts": {