enonic-types
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -588,5 +588,5 @@ declare module "*/lib/xp/content" { | ||
key: string; | ||
inheritPermissions: boolean; | ||
overwriteChildPermissions: boolean; | ||
permissions: Array<PermissionsParams>; | ||
inheritPermissions?: boolean; | ||
overwriteChildPermissions?: boolean; | ||
permissions?: Array<PermissionsParams>; | ||
} | ||
@@ -593,0 +593,0 @@ interface IconType { |
@@ -245,3 +245,4 @@ declare module "*/lib/cristin" { | ||
data: Data; | ||
topics: Array<string>; | ||
topics?: Array<string>; | ||
hidden?: boolean; | ||
} | ||
@@ -248,0 +249,0 @@ interface SaveToRepoParams<NodeData> { |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -29,7 +29,7 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.12.1", | ||
"@typescript-eslint/parser": "^5.12.1", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint": "^8.10.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
@@ -39,4 +39,4 @@ "json-schema-to-typescript": "^10.1.5", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.2" | ||
} | ||
} |
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
266315
7211