Skip to content

Commit

Permalink
0.0.405
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 28, 2024
1 parent d2f0f33 commit ae2cd10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions imports/minilinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ export class MinilinksLink<Ref extends Id> {
toString(): string {
return `${this.symbol} ${this.id} ${this.name}`;
}
valueOf(): any {
return this?.value?.value;
}
string?: any;
number?: any;
object?: any;
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.404",
"version": "0.0.405",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit ae2cd10

Please sign in to comment.