Skip to content

Commit

Permalink
0.0.408
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 31, 2024
1 parent c894763 commit 7b83b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { reserve } from './reserve.js';
import { Traveler as NativeTraveler } from './traveler.js';
import { evalClientHandler } from './client-handler.js';
import { Packager } from './packager.js';
import isEqual from 'lodash/isEqual';
import isEqual from 'lodash/isEqual.js';
import axios from 'axios';
const moduleLog = debug.extend('client');

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.407",
"version": "0.0.408",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7b83b54

Please sign in to comment.