@graffy/core
Advanced tools
Comparing version 0.16.20-alpha.4 to 0.16.20-alpha.5
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.20-alpha.4", | ||
"version": "0.16.20-alpha.5", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/common": "0.16.20-alpha.4", | ||
"@graffy/stream": "0.16.20-alpha.4", | ||
"@graffy/common": "0.16.20-alpha.5", | ||
"@graffy/stream": "0.16.20-alpha.5", | ||
"debug": "^4.3.7" | ||
} | ||
} |
@@ -79,3 +79,3 @@ export type AnyLeaf = string | number | boolean | null; | ||
: S[string] & { $key: Key } | ||
: S extends AnyObject | ||
: Q extends AnyObject | ||
? { [K in keyof S & keyof Q]: ReadResult<S[K], Q[K]> } | ||
@@ -82,0 +82,0 @@ : S; |
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
+ Added@graffy/common@0.16.20-alpha.5(transitive)
+ Added@graffy/stream@0.16.20-alpha.5(transitive)
- Removed@graffy/common@0.16.20-alpha.4(transitive)
- Removed@graffy/stream@0.16.20-alpha.4(transitive)