From a5bbe1223599bd78dbdb73c84b0c2ea3c31762b8 Mon Sep 17 00:00:00 2001 From: Ivan S Glazunov Date: Thu, 12 Sep 2024 12:16:52 +0000 Subject: [PATCH] 0.0.501 --- imports/minilinks.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imports/minilinks.tsx b/imports/minilinks.tsx index ac1bf7e1..0e72a519 100644 --- a/imports/minilinks.tsx +++ b/imports/minilinks.tsx @@ -844,7 +844,7 @@ export class MinilinkCollection this.byId[i?.id]), + data: this._traveled(input.map(i => this.byId[i?.id])), plainLinks: linksArray, }; } diff --git a/package.json b/package.json index 6e07e641..9c4bfd3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/deeplinks", - "version": "0.0.500", + "version": "0.0.501", "license": "Unlicense", "type": "module", "scripts": {