Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 73c654e

Browse files
committed
Add error on import
1 parent b07b51f commit 73c654e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
throw new Error('The seamapi package has been moved to seam. \n Please refer to the migration guide at https://github.com/seamapi/javascript/releases/tag/v1.0.0')
2+
13
import { Seam } from "./seam-connect/client"
24
export default Seam
35

0 commit comments

Comments
 (0)