@sap/artifact-management-base-types
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -12,3 +12,3 @@ export interface StateMessage { | ||
} | Error, moduleType?: string): Info; | ||
getStateMessages(): StateMessage[] | undefined; | ||
getStateMessages(): {} | undefined; | ||
} |
@@ -51,3 +51,3 @@ import ItemLink from './ItemLink'; | ||
*/ | ||
info?: unknown; | ||
info?: any; | ||
/** | ||
@@ -54,0 +54,0 @@ * Boolean to indicate if a service is defined within the project or in an external project. |
@@ -1,2 +0,1 @@ | ||
import { StateMessage } from '../commons/StateMessage'; | ||
/** | ||
@@ -26,3 +25,3 @@ * Modules organize content of a specific type, for example Fiori Element UIs or CAP service definitions, in a project. | ||
*/ | ||
info?: StateMessage[]; | ||
info?: any; | ||
} |
@@ -1,2 +0,1 @@ | ||
import { StateMessage } from '../commons/StateMessage'; | ||
export default interface ProjectData { | ||
@@ -38,3 +37,3 @@ /** | ||
*/ | ||
info?: StateMessage[]; | ||
info?: any; | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
71216
1174