@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.86 to 0.4.87
@@ -234,2 +234,5 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
break; | ||
case 'shell-action': | ||
extension = new __1.ActionShellExtension(); | ||
break; | ||
default: | ||
@@ -236,0 +239,0 @@ throw new Error('Unsupported shell extension type:' + ext.host.type); |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.86", | ||
"version": "0.4.87", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
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
703788
12085