enonic-types
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -334,4 +334,4 @@ import { Region } from "./portal"; | ||
readonly key: string; | ||
readonly count: number; | ||
readonly start?: number; | ||
readonly count?: number; | ||
readonly sort?: string; | ||
@@ -338,0 +338,0 @@ } |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,4 +27,4 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"eslint": "^7.20.0", | ||
@@ -31,0 +31,0 @@ "rimraf": "^3.0.2", |
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
91234