enonic-wizardry
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -8,3 +8,3 @@ import { Error } from "enonic-fp/lib/common"; | ||
export declare function createAndPublish<A>(params: CreateContentParams<A>): Either<Error, Content<A>>; | ||
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, boolean>; | ||
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, void>; | ||
export declare function modifyAndPublish<A>(key: string, changes: any): Either<Error, Content<A>>; |
@@ -8,3 +8,3 @@ import { Error } from "enonic-fp/lib/common"; | ||
export declare function createAndPublish<A>(params: CreateContentParams<A>): Either<Error, Content<A>>; | ||
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, boolean>; | ||
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, void>; | ||
export declare function modifyAndPublish<A>(key: string, changes: any): Either<Error, Content<A>>; |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-fp": "^0.0.9", | ||
"enonic-fp": "^0.0.10", | ||
"fp-ts": "^2.0.5" | ||
@@ -30,0 +30,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
18577
+ Addedenonic-fp@0.0.10(transitive)
- Removedenonic-fp@0.0.9(transitive)
Updatedenonic-fp@^0.0.10