enonic-types
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -46,2 +46,16 @@ import { Component } from "./portal"; | ||
} | ||
export interface Image { | ||
readonly media: { | ||
readonly attachment: string; | ||
readonly focalPoint: { | ||
readonly x: number; | ||
readonly y: number; | ||
}; | ||
}; | ||
readonly caption?: string; | ||
readonly artist?: string | ReadonlyArray<string>; | ||
readonly copyright?: string; | ||
readonly tags?: string | ReadonlyArray<string>; | ||
readonly altText?: string; | ||
} | ||
export interface Page<A> { | ||
@@ -48,0 +62,0 @@ readonly type: string; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -29,7 +29,7 @@ "main": "lib/index.js", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.5.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.3" | ||
"typescript": "^3.7.4" | ||
}, | ||
@@ -36,0 +36,0 @@ "husky": { |
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
33598
934