@enonic-types/lib-app
Advanced tools
Comparing version 7.11.0 to 7.11.1
@@ -14,2 +14,4 @@ /** | ||
} | ||
import type { ByteSource } from '@enonic-types/core'; | ||
export type { ByteSource } from '@enonic-types/core'; | ||
export interface CreateVirtualApplicationParams { | ||
@@ -75,3 +77,3 @@ key: string; | ||
export interface Icon { | ||
data: unknown; | ||
data: ByteSource; | ||
mimeType: string; | ||
@@ -78,0 +80,0 @@ modifiedTime: string; |
{ | ||
"name": "@enonic-types/lib-app", | ||
"version": "7.11.0", | ||
"version": "7.11.1", | ||
"description": "Type definitions for lib-app.", | ||
@@ -29,3 +29,5 @@ "types": "app.d.ts", | ||
"homepage": "https://github.com/enonic/xp/tree/master#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@enonic-types/core": "7.11.1" | ||
}, | ||
"publishConfig": { | ||
@@ -32,0 +34,0 @@ "access": "public" |
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
5791
117
1
+ Added@enonic-types/core@7.11.1
+ Added@enonic-types/core@7.11.1(transitive)