enonic-types
Advanced tools
Comparing version 0.4.10 to 0.4.11
@@ -40,3 +40,3 @@ declare module "*/lib/xp/grid" { | ||
*/ | ||
value: Map[Key]; | ||
value: Map[Key] | null; | ||
/** | ||
@@ -58,3 +58,3 @@ * Maximum time to live in seconds for this entry to stay in the map. (0 means infinite, negative means map config | ||
*/ | ||
func: (value: Map[Key]) => Map[Key]; | ||
func: (value: Map[Key] | null) => Map[Key] | null; | ||
/** | ||
@@ -61,0 +61,0 @@ * Maximum time to live in seconds for this entry to stay in the map. |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -29,8 +29,8 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
"@typescript-eslint/parser": "^5.30.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^4.1.0", | ||
"json-schema-to-typescript": "^10.1.5", | ||
@@ -37,0 +37,0 @@ "prettier": "^2.7.1", |
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
280488