@blocksuite/virgo
Advanced tools
Comparing version 0.0.0-20231202175457-d8257e52-nightly to 0.0.0-20231204140005-aac86f1f-nightly
{ | ||
"name": "@blocksuite/virgo", | ||
"version": "0.0.0-20231202175457-d8257e52-nightly", | ||
"version": "0.0.0-20231204140005-aac86f1f-nightly", | ||
"description": "A micro editor.", | ||
@@ -27,3 +27,3 @@ "type": "module", | ||
"zod": "^3.22.4", | ||
"@blocksuite/global": "0.0.0-20231202175457-d8257e52-nightly" | ||
"@blocksuite/global": "0.0.0-20231204140005-aac86f1f-nightly" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
@@ -48,3 +48,7 @@ # `@blocksuite/virgo` | ||
.object({ | ||
type: z.enum(['Subpage', 'LinkedPage']), | ||
type: type: z.enum([ | ||
// @deprecated Subpage is deprecated, use LinkedPage instead | ||
'Subpage', | ||
'LinkedPage', | ||
]), | ||
pageId: z.string(), | ||
@@ -56,2 +60,3 @@ }) | ||
background: z.string().optional().nullable().catch(undefined), | ||
color: z.string().optional().nullable().catch(undefined), | ||
}); | ||
@@ -58,0 +63,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
150970
121
+ Added@blocksuite/global@0.0.0-20231204140005-aac86f1f-nightly(transitive)
- Removed@blocksuite/global@0.0.0-20231202175457-d8257e52-nightly(transitive)
Updated@blocksuite/global@0.0.0-20231204140005-aac86f1f-nightly