Skip to content

Commit

Permalink
feat: update package dependencies and add experimental decorators in …
Browse files Browse the repository at this point in the history
…tsconfig
  • Loading branch information
bucurdavid committed Feb 17, 2025
1 parent 3f22eac commit b6fab0f
Show file tree
Hide file tree
Showing 5 changed files with 4,640 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cache/
.env
.DS_Store

.dist
dist
26 changes: 26 additions & 0 deletions .turbo/turbo-build.log
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.
CLI Building entry: src/index.ts
CLI Using tsconfig: tsconfig.json
CLI tsup v8.3.5
CLI Using tsup config: /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit/tsup.config.ts
CLI Target: esnext
CLI Cleaning output folder
ESM Build start
ESM dist/index.js 4.32 KB
ESM dist/index.js.map 9.85 KB
ESM ⚡️ 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...
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
"package.json"
],
"dependencies": {
"@aithranetwork/sdk-aithra-toolkit": "0.0.6",
"@aithranetwork/sdk-aithra-toolkit": "0.0.7-alpha.1",
"@elizaos/core": "0.25.6-alpha.1",
"@solana/spl-token": "^0.4.12",
"@solana/web3.js": "1.95.8",
"bs58": "^6.0.0",
"reflect-metadata": "^0.2.2",
"reflect-metadata": "0.2.2",
"replicate": "^1.0.1",
"zod": "^3.0.0"
},
"devDependencies": {
"@swc/core": "^1.10.16",
"@types/node": "^20.0.0",
"tsup": "8.3.5"
},
Expand Down
Loading

0 comments on commit b6fab0f

Please sign in to comment.