@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.74 to 0.4.75
@@ -16,3 +16,2 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ProspectTabExtension_1 = require("../manifest/extensions/tabs/types/ProspectTabExtension"); | ||
var Category_1 = require("../manifest/store/Category"); | ||
var StoreType_1 = require("../manifest/store/StoreType"); | ||
@@ -98,3 +97,2 @@ var Locale_1 = require("../sdk/Locale"); | ||
var _this = this; | ||
var _a; | ||
if (appManifests.length === 0) { | ||
@@ -114,3 +112,3 @@ return null; | ||
author: { | ||
company: firstExt.author.company, | ||
company: firstExt.author.company || 'N/A', | ||
email: 'no@email.com', | ||
@@ -121,7 +119,7 @@ privacyUrl: firstExt.author.privacyUrl, | ||
}, | ||
categories: ((_a = firstExt.categories) === null || _a === void 0 ? void 0 : _a.map(function (ctg) { return Category_1.Category[ctg]; })) || [], | ||
categories: [], | ||
description: firstExt.description, | ||
icon: firstExt.host.icon, | ||
identifier: firstExt.identifier, | ||
medias: firstExt.medias, | ||
medias: [], | ||
locales: [Locale_1.Locale.ENGLISH], | ||
@@ -128,0 +126,0 @@ headline: firstExt.title, |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.74", | ||
"version": "0.4.75", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
699178
12028