Skip to content

Commit

Permalink
0.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 18, 2024
1 parent ed4f199 commit b3179df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/preload.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { NextApiRequest, NextApiResponse } from 'next';
import { generateApolloClient } from '@deep-foundation/hasura/client';
import { generateApolloClient } from '@deep-foundation/hasura/client.js';
import { DeepClient } from '@deep-foundation/deeplinks';
import axios from 'axios';

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/perception-imports",
"version": "0.0.105",
"version": "0.0.106",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit b3179df

Please sign in to comment.