@aglyn/plugins-marketplace 1.0.0-beta.161 → 1.0.0-beta.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aglyn/plugins-marketplace",
3
- "version": "1.0.0-beta.161",
3
+ "version": "1.0.0-beta.163",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://aglyn.com",
6
6
  "repository": {
@@ -25,19 +25,19 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@aglyn/aglyn": "1.0.0-beta.161",
29
- "@aglyn/aglyn-markdown-editor": "1.0.0-beta.161",
30
- "@aglyn/shared-data-enums": "1.0.0-beta.161",
31
- "@aglyn/shared-data-mdi": "1.0.0-beta.161",
32
- "@aglyn/shared-ui-jsx": "1.0.0-beta.161",
33
- "@aglyn/shared-ui-next": "1.0.0-beta.161",
34
- "@aglyn/shared-ui-snackstack": "1.0.0-beta.161",
35
- "@aglyn/shared-util-email": "1.0.0-beta.161",
36
- "@aglyn/shared-util-http": "1.0.0-beta.161",
37
- "@aglyn/shared-util-timestamp": "1.0.0-beta.161",
38
- "@aglyn/tenant-data-admin": "1.0.0-beta.161",
39
- "@aglyn/tenant-feature-instance": "1.0.0-beta.161",
40
- "@aglyn/tenant-runtime": "1.0.0-beta.161",
28
+ "@aglyn/aglyn": "1.0.0-beta.163",
29
+ "@aglyn/aglyn-markdown-editor": "1.0.0-beta.163",
30
+ "@aglyn/shared-data-enums": "1.0.0-beta.163",
31
+ "@aglyn/shared-data-mdi": "1.0.0-beta.163",
32
+ "@aglyn/shared-ui-jsx": "1.0.0-beta.163",
33
+ "@aglyn/shared-ui-next": "1.0.0-beta.163",
34
+ "@aglyn/shared-ui-snackstack": "1.0.0-beta.163",
35
+ "@aglyn/shared-util-email": "1.0.0-beta.163",
36
+ "@aglyn/shared-util-http": "1.0.0-beta.163",
37
+ "@aglyn/shared-util-timestamp": "1.0.0-beta.163",
38
+ "@aglyn/tenant-data-admin": "1.0.0-beta.163",
39
+ "@aglyn/tenant-feature-instance": "1.0.0-beta.163",
40
+ "@aglyn/tenant-runtime": "1.0.0-beta.163",
41
41
  "@swc/helpers": "0.5.23"
42
42
  },
43
43
  "peerDependencies": {
@@ -16,7 +16,7 @@
16
16
  */ 'use client';
17
17
  import { _ as _extends } from "@swc/helpers/_/_extends";
18
18
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
19
- import { LISTING_README_MAX_CHARS, listingArtifactType, installsUnreviewedFallback, listingArtifactLabel, listingInclusions, hasLivePurchaseOf, hasOrgLicenceOf, licensedOrgIdsFor, installTargetsFor, isListingDeleted, isPrivateListing, resolveInstallPlan, resolveOrgInstallSummary, resolvePluginInstallState, resolveUninstallTargets, safePublisherHref } from "../model/marketplace.js";
19
+ import { LISTING_README_MAX_CHARS, listingArtifactType, installsUnreviewedFallback, listingArtifactLabel, listingInclusions, hasLivePurchaseOf, hasOrgLicenceOf, licensedOrgIdsFor, installTargetsFor, isListingDeleted, isPrivateListing, resolveInstallPlan, resolveOrgInstallSummary, resolvePluginInstallState, resolveUninstallTargets, safePublisherHref, safePublisherImageSrc } from "../model/marketplace.js";
20
20
  import UninstallImpactDialog from "./uninstall-impact-dialog.component.js";
21
21
  import { ListingImage } from "./listing-image.component.js";
22
22
  import { buildRoute, parseMarkdownLite, PLATFORM_BRAND_NAME, offeredPluginVersion, PLUGIN_HOST_ABI_VERSION, pluginDocsHelp, resolveMarkdownLink, resolveMediaSrc, resolveUpdateState, Route, updateStateLabel } from "@aglyn/aglyn";
@@ -1526,7 +1526,7 @@ export function ListingReadme({ readme }) {
1526
1526
  spacing: 0.5,
1527
1527
  children: [
1528
1528
  /*#__PURE__*/ _jsx(Avatar, {
1529
- src: safePublisherHref(profile == null ? void 0 : profile.avatarUrl),
1529
+ src: safePublisherImageSrc(profile == null ? void 0 : profile.avatarUrl),
1530
1530
  alt: (_ref9 = profile == null ? void 0 : profile.displayName) != null ? _ref9 : 'Publisher',
1531
1531
  variant: "rounded",
1532
1532
  sx: {