enonic-types
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -180,3 +180,3 @@ import { Region } from "./portal"; | ||
readonly buckets: Array<AggregationsResponseBucket>; | ||
}; | ||
} | undefined; | ||
} | ||
@@ -206,3 +206,3 @@ export interface AggregationsResponseBucket { | ||
[name: string]: ReadonlyArray<string>; | ||
}; | ||
} | undefined; | ||
} | ||
@@ -209,0 +209,0 @@ export interface GetContentParams { |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,8 +27,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.17.0", | ||
"@typescript-eslint/parser": "^2.17.0", | ||
"@typescript-eslint/eslint-plugin": "^2.18.0", | ||
"@typescript-eslint/parser": "^2.18.0", | ||
"eslint": "^6.8.0", | ||
"rimraf": "^3.0.0", | ||
"rimraf": "^3.0.1", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
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
38310