Skip to content

Commit bea7d97

Browse files
committed
fix: import cross-fetch dynamically
1 parent 1bb2d8b commit bea7d97

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"docs:json": "typedoc --entryPoints src/index.ts --out docs --includes src/**/*.ts --json docs/spec.json"
3838
},
3939
"dependencies": {
40-
"@supabase/functions-js": "^1.3.3",
41-
"@supabase/gotrue-js": "^1.22.14",
42-
"@supabase/postgrest-js": "^0.37.2",
40+
"@supabase/functions-js": "^1.3.4",
41+
"@supabase/gotrue-js": "^1.22.17",
42+
"@supabase/postgrest-js": "^0.37.4",
4343
"@supabase/realtime-js": "^1.7.2",
44-
"@supabase/storage-js": "^1.7.0"
44+
"@supabase/storage-js": "^1.7.2"
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^26.0.13",

tsconfig.module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"module": "ES2015",
4+
"module": "ES2020",
55
"outDir": "dist/module"
66
}
77
}

0 commit comments

Comments
 (0)