Skip to content

Commit 23ea489

Browse files
committed
Add connect SeamHttpClient, entrypoint, and tsup build
1 parent e9ac9ca commit 23ea489

File tree

10 files changed

+1397
-13
lines changed

10 files changed

+1397
-13
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
["^\\u0000"],
2929
["^node:"],
3030
["^@?\\w"],
31-
["@seamapi/http"],
31+
["@seamapi/http/connect"],
3232
["^lib/"],
3333
["^"],
3434
["^\\."]

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
write-mode: overwrite
101101
path: index.js
102102
contents: |
103-
import '@seamapi/http'
103+
import '@seamapi/http/connect'
104104
- name: Install
105105
run: npm install --save ${{ steps.packages.outputs.paths }}
106106
- name: Run

0 commit comments

Comments
 (0)