Skip to content

Commit f3411f1

Browse files
committed
fix: Fix exports to make tests work
1 parent fde0f49 commit f3411f1

File tree

365 files changed

+30309
-61599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+30309
-61599
lines changed

examples/for-tests-nextjs/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { withSession } from "supertokens-node/nextjs";
22
import { ensureSuperTokensInit } from "./app/config/backend";
33
import { ssrConfig } from "./app/config/ssr";
4-
import superTokensMiddleware from "supertokens-auth-react/nextjs/middleware";
4+
import { superTokensMiddleware } from "supertokens-auth-react/nextjs/middleware";
55

66
ensureSuperTokensInit();
77

lib/build/arrowLeftIcon.js

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

lib/build/authCompWrapper.js

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

lib/build/authRecipe-shared.js

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

lib/build/authRecipe-shared2.js

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

lib/build/claims/booleanClaim.d.ts

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

lib/build/claims/primitiveArrayClaim.d.ts

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

0 commit comments

Comments
 (0)