@graffy/core
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -185,3 +185,3 @@ "use strict"; | ||
_context4.next = 21; | ||
return value && (0, _common.makeGraph)(value, query); | ||
return value && (0, _common.makeGraph)(value); | ||
@@ -188,0 +188,0 @@ case 21: |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"main": "dst/index.js", | ||
@@ -17,5 +17,5 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.5.5", | ||
"@graffy/common": "0.12.1", | ||
"@graffy/stream": "0.12.1" | ||
"@graffy/common": "0.12.2", | ||
"@graffy/stream": "0.12.2" | ||
} | ||
} |
@@ -68,3 +68,3 @@ import { | ||
for await (const value of subscription) { | ||
yield value && makeGraph(value, query); | ||
yield value && makeGraph(value); | ||
} | ||
@@ -71,0 +71,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
40234
+ Added@graffy/common@0.12.2(transitive)
+ Added@graffy/stream@0.12.2(transitive)
- Removed@graffy/common@0.12.1(transitive)
- Removed@graffy/stream@0.12.1(transitive)
Updated@graffy/common@0.12.2
Updated@graffy/stream@0.12.2