@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.78 to 0.4.79
@@ -132,3 +132,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var extension; | ||
appManifests.forEach(function (ext, idx) { | ||
app.extensions = appManifests.map(function (ext, idx) { | ||
var _a; | ||
@@ -214,16 +214,12 @@ if (ext.host.type === 'left-side-menu') { | ||
extension.version = ext.version; | ||
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-PUSH-BEFORE', { | ||
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-ITEM', { | ||
idx: idx, | ||
extension: extension, | ||
type: ext.host.type, | ||
app: JSON.parse(JSON.stringify(app)), | ||
}); | ||
app.extensions.push(extension); | ||
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-PUSH-AFTER', { | ||
idx: idx, | ||
extension: extension, | ||
type: ext.host.type, | ||
app: JSON.parse(JSON.stringify(app)), | ||
}); | ||
return extension; | ||
}); | ||
console.debug('[CXT-SDK][ManfestTrasnlator]:getAppManifest-END', { | ||
appManifests: appManifests, | ||
app: app, | ||
}); | ||
return app; | ||
@@ -230,0 +226,0 @@ }; |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.78", | ||
"version": "0.4.79", | ||
"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
699655
12036