Skip to content

Commit

Permalink
chore: upload assets to npm & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 14, 2025
1 parent 75249d7 commit 6e83afe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Debugger listening on ws://127.0.0.1:61748/b8eb016e-a07c-41bc-9dfd-d82591ba936d
Debugger listening on ws://127.0.0.1:63261/f4e1e624-7efd-4853-96d0-0d143b9bf57a
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.

> @elizaos/plugin-aithra-toolkit@1.0.0 build /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit
> @aithranetwork/plugin-aithra-toolkit@0.0.2 build /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit
> tsup --format esm --dts

Debugger listening on ws://127.0.0.1:61750/2a90e4f8-f351-4ee9-905f-558922d4a11e
Debugger listening on ws://127.0.0.1:63268/195223c1-970b-4766-9bc8-40454f323bba
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
CLI Building entry: src/index.ts
Expand All @@ -18,9 +18,9 @@ Debugger attached.
ESM Build start
ESM dist/index.js 30.67 KB
ESM dist/index.js.map 60.50 KB
ESM ⚡️ Build success in 18ms
ESM ⚡️ Build success in 206ms
DTS Build start
DTS ⚡️ Build success in 1152ms
DTS ⚡️ Build success in 1860ms
DTS dist/index.d.ts 2.08 KB
Waiting for the debugger to disconnect...
Waiting for the debugger to disconnect...
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aithranetwork/plugin-aithra-toolkit",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -17,6 +17,7 @@
},
"files": [
"dist",
"assets",
"README.md",
"package.json"
],
Expand Down

0 comments on commit 6e83afe

Please sign in to comment.