We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cdeda commit 2f61e1eCopy full SHA for 2f61e1e
src/lib/seam/connect/index.ts
@@ -1 +1,2 @@
1
+export * from './client-options.js'
2
export * from './seam-http.js'
test/seam/connect/env.test.ts
@@ -3,9 +3,7 @@ import { env } from 'node:process'
3
import test from 'ava'
4
import { getTestServer } from 'fixtures/seam/connect/api.js'
5
6
-import { SeamHttp } from '@seamapi/http/connect'
7
-
8
-import { SeamHttpInvalidOptionsError } from 'lib/seam/connect/client-options.js'
+import { SeamHttp, SeamHttpInvalidOptionsError } from '@seamapi/http/connect'
9
10
/*
11
* Tests in this file must run serially to ensure a clean environment for each test.
0 commit comments