-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d335437
commit 0df7809
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@disci/adapter-hono": major | ||
"disci": major | ||
--- | ||
|
||
All provide packages are esm only | ||
|
||
They can be only imported using `import` statements and cannot be used with `require` statements. | ||
Check [here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) for more information. | ||
|
||
```diff | ||
- const { createInteractionRequestHandler } = require('@disci/adapter-hono'); | ||
+ import { createInteractionRequestHandler } from "@disci/adapter-hono"; | ||
``` |