enonic-types
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -51,5 +51,3 @@ import { Component } from "./portal"; | ||
readonly config: A; | ||
readonly regions: { | ||
[key: string]: Array<Component<any>>; | ||
}; | ||
readonly regions: Record<string, Array<Component<any>>>; | ||
} | ||
@@ -56,0 +54,0 @@ export interface Attachment { |
@@ -7,8 +7,6 @@ import { ByteSource, Content, Site } from "./content"; | ||
readonly config: A; | ||
readonly regions: { | ||
[key: string]: { | ||
components: Array<Component<any>>; | ||
name: string; | ||
}; | ||
}; | ||
readonly regions: Record<string, { | ||
components: Array<Component<any>>; | ||
name: string; | ||
}>; | ||
} | ||
@@ -15,0 +13,0 @@ export interface PortalLibrary { |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,9 +27,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"eslint": "^6.7.1", | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"eslint": "^6.7.2", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.4.3", | ||
"lint-staged": "^9.5.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.7.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "husky": { |
@@ -47,2 +47,3 @@ # TypeScript types for Enonic XP | ||
* [MailLibrary](./src/mail.ts) | ||
* [MenuLibrary](./src/menu.ts) | ||
* [NodeLibrary](./src/node.ts) | ||
@@ -49,0 +50,0 @@ * [PortalLibrary](./src/portal.ts) |
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
33198
28
920
52