@graffy/core
Advanced tools
Comparing version 0.16.20-alpha.10 to 0.16.20-alpha.11
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.20-alpha.10", | ||
"version": "0.16.20-alpha.11", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/common": "0.16.20-alpha.10", | ||
"@graffy/stream": "0.16.20-alpha.10", | ||
"@graffy/common": "0.16.20-alpha.11", | ||
"@graffy/stream": "0.16.20-alpha.11", | ||
"debug": "^4.3.7" | ||
} | ||
} |
@@ -62,2 +62,4 @@ export type AnyLeaf = string | number | boolean | null; | ||
watch: AnyFunction; | ||
static unchanged: symbol; | ||
} | ||
@@ -133,4 +135,1 @@ | ||
type GraffyReadOptions = AnyObject; | ||
// --- Re-exported from shift.js | ||
export type unchanged = symbol; |
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
24554
627
+ Added@graffy/common@0.16.20-alpha.11(transitive)
+ Added@graffy/stream@0.16.20-alpha.11(transitive)
- Removed@graffy/common@0.16.20-alpha.10(transitive)
- Removed@graffy/stream@0.16.20-alpha.10(transitive)