enonic-types
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -35,3 +35,3 @@ import { Component } from "./portal"; | ||
readonly hasChildren: boolean; | ||
readonly language: string; | ||
readonly language?: string; | ||
readonly valid: boolean; | ||
@@ -38,0 +38,0 @@ readonly childOrder: string; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,6 +27,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"@typescript-eslint/eslint-plugin": "^2.15.0", | ||
"@typescript-eslint/parser": "^2.15.0", | ||
"eslint": "^6.8.0", | ||
"husky": "^3.1.0", | ||
"husky": "^4.0.7", | ||
"lint-staged": "^9.5.0", | ||
@@ -33,0 +33,0 @@ "rimraf": "^3.0.0", |
35177
30
965