Skip to content

Commit

Permalink
0.0.501
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 12, 2024
1 parent 0d54904 commit a5bbe12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/minilinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ export class MinilinkCollection<MGO extends MinilinksGeneratorOptions = typeof M
return {
errors: [...r1.errors, ...a1.errors, ...r2.errors, ...a2.errors],
anomalies: [...r1.anomalies, ...a1.anomalies, ...r2.anomalies, ...a2.anomalies],
data: input.map(i => this.byId[i?.id]),
data: this._traveled(input.map(i => this.byId[i?.id])),
plainLinks: linksArray,
};
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.500",
"version": "0.0.501",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit a5bbe12

Please sign in to comment.