Comparing version 0.2.26 to 0.2.27
declare const __non_webpack_require__: (path: string) => any; | ||
declare const Java: any; | ||
declare type Without<T, U> = { | ||
[P in Exclude<keyof T, keyof U>]?: never; | ||
}; | ||
declare type XOR<T, U> = (T | U) extends object ? (Without<T, U> & U) | (Without<U, T> & T) : T | U; |
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-types": "^0.0.34", | ||
"enonic-types": "^0.0.36", | ||
"fp-ts": "^2.5.1" | ||
@@ -31,0 +31,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
47189
768
+ Addedenonic-types@0.0.36(transitive)
- Removedenonic-types@0.0.34(transitive)
Updatedenonic-types@^0.0.36