Skip to content

Commit

Permalink
fix: import cross-fetch dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Jun 27, 2022
1 parent 1bb2d8b commit bea7d97
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"docs:json": "typedoc --entryPoints src/index.ts --out docs --includes src/**/*.ts --json docs/spec.json"
},
"dependencies": {
"@supabase/functions-js": "^1.3.3",
"@supabase/gotrue-js": "^1.22.14",
"@supabase/postgrest-js": "^0.37.2",
"@supabase/functions-js": "^1.3.4",
"@supabase/gotrue-js": "^1.22.17",
"@supabase/postgrest-js": "^0.37.4",
"@supabase/realtime-js": "^1.7.2",
"@supabase/storage-js": "^1.7.0"
"@supabase/storage-js": "^1.7.2"
},
"devDependencies": {
"@types/jest": "^26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.module.json
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ES2015",
"module": "ES2020",
"outDir": "dist/module"
}
}

0 comments on commit bea7d97

Please sign in to comment.