Comparing version 0.2.9 to 0.2.10
import { IOEither } from "fp-ts/lib/IOEither"; | ||
import { EnonicError } from "./errors"; | ||
import { ThymeleafRenderOptions } from "enonic-types/lib/thymeleaf"; | ||
export interface ResourceKey { | ||
applicationKey: string; | ||
path: string; | ||
uri: string; | ||
root: boolean; | ||
name: string; | ||
extension: string; | ||
} | ||
import { ResourceKey, ThymeleafRenderOptions } from "enonic-types/lib/thymeleaf"; | ||
export declare function renderUnsafe<A>(view: ResourceKey, model?: A, options?: ThymeleafRenderOptions): string; | ||
@@ -13,0 +5,0 @@ export declare function render<A>(view: ResourceKey, model?: A, options?: ThymeleafRenderOptions): IOEither<EnonicError, string>; |
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -28,10 +28,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-types": "^0.0.13", | ||
"enonic-types": "^0.0.14", | ||
"fp-ts": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.7.0", | ||
"@typescript-eslint/parser": "^2.7.0", | ||
"eslint": "^6.6.0", | ||
"husky": "^3.0.9", | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"eslint": "^6.7.1", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.4.3", | ||
@@ -38,0 +38,0 @@ "rimraf": "^3.0.0", |
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
45307
731
+ Addedenonic-types@0.0.14(transitive)
- Removedenonic-types@0.0.13(transitive)
Updatedenonic-types@^0.0.14