enonic-types
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -9,4 +9,6 @@ export interface EnonicLibraryMap { | ||
"/lib/xp/context": import("./context").ContextLibrary; | ||
"/lib/cron": import("./cron").CronLibrary; | ||
"/lib/text-encoding": import("./encoding").EncodingLibrary; | ||
"/lib/xp/event": import("./event").EventLibrary; | ||
"/lib/tineikt/freemarker": import('./freemarker').FreeMarkerLibrary; | ||
"/lib/http-client": import("./http").HttpLibrary; | ||
@@ -13,0 +15,0 @@ "/lib/xp/i18n": import("./i18n").I18nLibrary; |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,4 +27,4 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.17.0", | ||
"@typescript-eslint/parser": "^4.17.0", | ||
"@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | ||
"eslint": "^7.22.0", | ||
@@ -31,0 +31,0 @@ "rimraf": "^3.0.2", |
@@ -66,4 +66,6 @@ # TypeScript types for Enonic XP | ||
* [ControllerLibrary](./src/controller.ts) | ||
* [CronLibrary](./src/cron.ts) | ||
* [EncodingLibrary](./src/encoding.ts) | ||
* [EventLibrary](./src/event.ts) | ||
* [FreeMarkerLibrary](./src/freemarker.ts) | ||
* [HttpLibrary](./src/http.ts) | ||
@@ -70,0 +72,0 @@ * [I18nLibrary](./src/i18n.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
94789
37
2824
89