Skip to content

Commit 6e83afe

Browse files
committed
chore: upload assets to npm & bump version
1 parent 75249d7 commit 6e83afe

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.turbo/turbo-build.log

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

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

6-
> @elizaos/plugin-aithra-toolkit@1.0.0 build /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit
6+
> @aithranetwork/[email protected].2 build /Users/bucurdavid/dev/itheum/eliza/packages/plugin-aithra-toolkit
77
> tsup --format esm --dts
88

9-
Debugger listening on ws://127.0.0.1:61750/2a90e4f8-f351-4ee9-905f-558922d4a11e
9+
Debugger listening on ws://127.0.0.1:63268/195223c1-970b-4766-9bc8-40454f323bba
1010
For help, see: https://nodejs.org/en/docs/inspector
1111
Debugger attached.
1212
CLI Building entry: src/index.ts
@@ -18,9 +18,9 @@ Debugger attached.
1818
ESM Build start
1919
ESM dist/index.js 30.67 KB
2020
ESM dist/index.js.map 60.50 KB
21-
ESM ⚡️ Build success in 18ms
21+
ESM ⚡️ Build success in 206ms
2222
DTS Build start
23-
DTS ⚡️ Build success in 1152ms
23+
DTS ⚡️ Build success in 1860ms
2424
DTS dist/index.d.ts 2.08 KB
2525
Waiting for the debugger to disconnect...
2626
Waiting for the debugger to disconnect...

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aithranetwork/plugin-aithra-toolkit",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -17,6 +17,7 @@
1717
},
1818
"files": [
1919
"dist",
20+
"assets",
2021
"README.md",
2122
"package.json"
2223
],

0 commit comments

Comments
 (0)