@directus/types
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -15,2 +15,3 @@ import type { Component } from 'vue'; | ||
headerShadow?: boolean; | ||
sidebarShadow?: boolean; | ||
setup: (props: LayoutProps<Options, Query>, ctx: LayoutContext) => Record<string, unknown>; | ||
@@ -17,0 +18,0 @@ } |
@@ -30,3 +30,3 @@ export type Role = { | ||
timezone: string; | ||
language: string; | ||
language: string | null; | ||
avatar: null | Avatar; | ||
@@ -33,0 +33,0 @@ company: string | null; |
{ | ||
"name": "@directus/types", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"type": "module", | ||
@@ -34,12 +34,12 @@ "description": "Shared types for Directus", | ||
"typescript": "5.0.4", | ||
"vue": "3.2.47", | ||
"vue-router": "4.1.6", | ||
"vue": "3.3.2", | ||
"vue-router": "4.2.0", | ||
"zod": "3.21.4", | ||
"@directus/constants": "10.0.0", | ||
"@directus/schema": "10.0.0" | ||
"@directus/constants": "10.1.0", | ||
"@directus/schema": "10.0.1" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build", | ||
"build": "tsc --project tsconfig.prod.json", | ||
"dev": "tsc --watch" | ||
} | ||
} |
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
31671
918