enonic-types
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -430,4 +430,7 @@ declare module "*/lib/xp/content" { | ||
field: string; | ||
order: string; | ||
order?: string; | ||
size: number; | ||
/** | ||
* @since 7.7.0 | ||
*/ | ||
minDocCount?: number; | ||
@@ -434,0 +437,0 @@ }; |
@@ -251,3 +251,3 @@ declare module "*/lib/xp/node" { | ||
*/ | ||
get<NodeData>(keys: Array<string | NodeGetParams>): Array<NodeData & RepoNode>; | ||
get<NodeData>(keys: Array<string | NodeGetParams>): Array<NodeData & RepoNode> | (NodeData & RepoNode); | ||
/** | ||
@@ -254,0 +254,0 @@ * Fetches specific nodes by path(s) or ID(s). |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -29,4 +29,4 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"copyfiles": "^2.4.1", | ||
@@ -39,4 +39,4 @@ "eslint": "^8.14.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
} | ||
} |
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
277412
7554