-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update package dependencies and add experimental decorators in …
…tsconfig
- Loading branch information
1 parent
3f22eac
commit b6fab0f
Showing
5 changed files
with
4,640 additions
and
4 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 |
---|---|---|
|
@@ -5,4 +5,4 @@ cache/ | |
.env | ||
.DS_Store | ||
|
||
.dist | ||
dist |
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,26 @@ | ||
|
||
Debugger listening on ws://127.0.0.1:49372/be7c2506-9dfc-4cbc-8d26-aa5fa8868e33 | ||
For help, see: https://nodejs.org/en/docs/inspector | ||
Debugger attached. | ||
|
||
> @elizaos/plugin-aithra-toolkit@0.1.8-alpha.1 build /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit | ||
> tsup --format esm --dts | ||
|
||
Debugger listening on ws://127.0.0.1:49385/dbabb072-95d6-4872-8953-9a9fa9bbded8 | ||
For help, see: https://nodejs.org/en/docs/inspector | ||
Debugger attached. | ||
[34mCLI[39m Building entry: src/index.ts | ||
[34mCLI[39m Using tsconfig: tsconfig.json | ||
[34mCLI[39m tsup v8.3.5 | ||
[34mCLI[39m Using tsup config: /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit/tsup.config.ts | ||
[34mCLI[39m Target: esnext | ||
[34mCLI[39m Cleaning output folder | ||
[34mESM[39m Build start | ||
[32mESM[39m [1mdist/index.js [22m[32m4.32 KB[39m | ||
[32mESM[39m [1mdist/index.js.map [22m[32m9.85 KB[39m | ||
[32mESM[39m ⚡️ Build success in 18ms | ||
DTS Build start | ||
DTS ⚡️ Build success in 1504ms | ||
DTS dist/index.d.ts 1.97 KB | ||
Waiting for the debugger to disconnect... | ||
Waiting for the debugger to disconnect... |
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
Oops, something went wrong.