Comparing version 5.6.5 to 5.6.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.6.6](https://github.com/uport-project/daf/compare/v5.6.5...v5.6.6) (2020-05-26) | ||
**Note:** Version bump only for package daf-core | ||
## [5.6.5](https://github.com/uport-project/daf/compare/v5.6.4...v5.6.5) (2020-05-25) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "daf-core", | ||
"description": "DID Agent Framework Core", | ||
"version": "5.6.5", | ||
"version": "5.6.6", | ||
"main": "build/index.js", | ||
@@ -32,3 +32,3 @@ "types": "build/index.d.ts", | ||
"keywords": [], | ||
"gitHead": "68ef8acad0a0536def8e3c6ff9ff713cfb9860f3" | ||
"gitHead": "d82de5495f89ea220c3c981c3702d5861b8f0fba" | ||
} |
@@ -162,4 +162,4 @@ import { createConnection, Connection, In, Raw } from 'typeorm' | ||
const presentations = await Presentation.find({ | ||
relations: ["audience"], | ||
where: Raw((alias) => `audience.did = "did:test:333"`) | ||
relations: ['audience'], | ||
where: Raw(alias => `audience.did = "did:test:333"`), | ||
}) | ||
@@ -166,0 +166,0 @@ |
@@ -161,3 +161,2 @@ import { createConnection, Connection, In } from 'typeorm' | ||
expect(presentations.length).toBe(0) | ||
}) | ||
@@ -164,0 +163,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348383