@kumori/aurora-backend-handler 1.0.18 → 1.0.19

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.
@@ -451,7 +451,7 @@ export const getMarketplaceItems = async (
451
451
  const item: MarketplaceItem = {
452
452
  tenant: tenant.toString(),
453
453
  name: (value as any).name,
454
- logo: "https://gitlab.com/uploads/-/system/group/avatar/86481133/Axebow-Logo-2.jpeg?width=96",
454
+ logo: (value as any).icon,
455
455
  description: (value as any).name,
456
456
  version: (value as any).version,
457
457
  requirements: { cpu, memory },
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "ws": "^8.18.2"
24
24
  },
25
25
  "name": "@kumori/aurora-backend-handler",
26
- "version": "1.0.18",
26
+ "version": "1.0.19",
27
27
  "description": "backend handler",
28
28
  "main": "backend-handler.ts",
29
29
  "repository": {