Comparing version 0.0.6 to 0.0.7
@@ -61,3 +61,3 @@ import { Either } from 'fp-ts/lib/Either'; | ||
key: string; | ||
editor: (c?: Content<T>) => Content<T>; | ||
editor: (c: Content<T>) => Content<T>; | ||
requireValid?: boolean; | ||
@@ -64,0 +64,0 @@ } |
@@ -61,3 +61,3 @@ import { Either } from 'fp-ts/lib/Either'; | ||
key: string; | ||
editor: (c?: Content<T>) => Content<T>; | ||
editor: (c: Content<T>) => Content<T>; | ||
requireValid?: boolean; | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "enonic-fp", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28712