Skip to content

Commit

Permalink
0.0.393
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 21, 2024
1 parent 55e6e6c commit 38c4441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions imports/minilinks-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export const minilinksQueryLevel = (
};

var like = (q, v) => {
if (!v) return false;
var p = q.split('%');
if (p[0] === '') p = p.slice(1);
if (p[p.length - 1] === '') p = p.slice(0, p.length - 1);
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.392",
"version": "0.0.393",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 38c4441

Please sign in to comment.