enonic-types
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,11 +27,11 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"eslint": "^8.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"@typescript-eslint/parser": "^5.6.0", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.3" | ||
} | ||
} |
@@ -213,3 +213,3 @@ declare module "*/lib/xp/portal" { | ||
*/ | ||
imageSizes: string; | ||
imageSizes?: string; | ||
} | ||
@@ -216,0 +216,0 @@ interface MultipartItem { |
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
190211