@sap-devx/guided-development-types
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -19,3 +19,4 @@ import { IAction } from "@sap-devx/bas-platform-types"; | ||
export interface IItemAction { | ||
title: string; | ||
name: string; | ||
title?: string; | ||
action: IAction; | ||
@@ -22,0 +23,0 @@ contexts?: IItemContext[]; |
{ | ||
"name": "@sap-devx/guided-development-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@sap-devx/bas-platform-types": "0.0.8", | ||
"@sap-devx/bas-platform-types": "0.0.9", | ||
"ncp": "^2.0.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
2402
51