Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved exported paths, added NextAppRouter specific platform #418

Merged
merged 9 commits into from
Mar 6, 2025

remove auth/browser

82fb0d1
Select commit
Loading
Failed to load commit list.
Merged

Improved exported paths, added NextAppRouter specific platform #418

remove auth/browser
82fb0d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 4, 2025 in 1s

34.54% of diff hit (target 83.40%)

View this Pull Request on Codecov

34.54% of diff hit (target 83.40%)

Annotations

Check warning on line 46 in src/app-bridge/with-authorization.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/app-bridge/with-authorization.tsx#L46

Added line #L46 was not covered by tests

Check warning on line 35 in src/auth/fetch-remote-jwks.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/auth/fetch-remote-jwks.ts#L35

Added line #L35 was not covered by tests

Check warning on line 7 in src/handlers/platforms/fetch-api/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/fetch-api/index.ts#L7

Added line #L7 was not covered by tests

Check warning on line 4 in src/handlers/platforms/next-app-router/create-app-register-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-app-register-handler.ts#L4

Added line #L4 was not covered by tests

Check warning on line 18 in src/handlers/platforms/next-app-router/create-app-register-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-app-register-handler.ts#L13-L18

Added lines #L13 - L18 were not covered by tests

Check warning on line 21 in src/handlers/platforms/next-app-router/create-app-register-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-app-register-handler.ts#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 3 in src/handlers/platforms/next-app-router/create-manifest-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-manifest-handler.ts#L3

Added line #L3 was not covered by tests

Check warning on line 8 in src/handlers/platforms/next-app-router/create-manifest-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-manifest-handler.ts#L8

Added line #L8 was not covered by tests

Check warning on line 40 in src/handlers/platforms/next-app-router/create-manifest-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-manifest-handler.ts#L33-L40

Added lines #L33 - L40 were not covered by tests

Check warning on line 4 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L4

Added line #L4 was not covered by tests

Check warning on line 10 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L10

Added line #L10 was not covered by tests

Check warning on line 21 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L17-L21

Added lines #L17 - L21 were not covered by tests

Check warning on line 29 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L23-L29

Added lines #L23 - L29 were not covered by tests

Check warning on line 33 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 41 in src/handlers/platforms/next-app-router/create-protected-handler.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/create-protected-handler.ts#L35-L41

Added lines #L35 - L41 were not covered by tests

Check warning on line 7 in src/handlers/platforms/next-app-router/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/index.ts#L2-L7

Added lines #L2 - L7 were not covered by tests

Check warning on line 3 in src/handlers/platforms/next-app-router/platform-adapter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/platform-adapter.ts#L3

Added line #L3 was not covered by tests

Check warning on line 12 in src/handlers/platforms/next-app-router/platform-adapter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/platform-adapter.ts#L8-L12

Added lines #L8 - L12 were not covered by tests

Check warning on line 4 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L4

Added line #L4 was not covered by tests

Check warning on line 10 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L10

Added line #L10 was not covered by tests

Check warning on line 13 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L13

Added line #L13 was not covered by tests

Check warning on line 16 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 19 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 24 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-async-webhook.ts#L21-L24

Added lines #L21 - L24 were not covered by tests

Check warning on line 4 in src/handlers/platforms/next-app-router/saleor-webhooks/saleor-sync-webhook.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-sync-webhook.ts#L4

Added line #L4 was not covered by tests