Skip to content

Commit

Permalink
0.0.442
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 7, 2024
1 parent 94849b8 commit 6417dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions imports/minilinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ export class MinilinkCollection<MGO extends MinilinksGeneratorOptions = typeof M
}

_traveled(array: any[]): Links<Id, L> {
if (!array) return array;
(array as Links<Id, L>).travel = (query?: Exp) => this.deep ? new Traveler(this.deep, array, query ? [{ query }] : [], 'local') : undefined;
return (array as Links<Id, L>);
}
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.441",
"version": "0.0.442",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6417dfa

Please sign in to comment.