Skip to content

Commit 3ea9c12

Browse files
authored
Update client api on npmjs (#3588)
* update package version && changelog * udpate README * update README one more * Remove unnecessary changelog
1 parent 794c7f4 commit 3ea9c12

File tree

4 files changed

+1307
-1470
lines changed

4 files changed

+1307
-1470
lines changed

tee-worker/client-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This package is a refactor of [parachain-api](https://www.npmjs.com/package/@hei
99

1010
## [Unreleased]
1111

12+
## [0.0.3] - 2025-07-08
13+
### Added
14+
- Added Omni Executor interface definitions for task execution and authentication
15+
- Added `NativeTask` enum with task types:
16+
- `RequestIntent` for intent-based operations
17+
- `PumpxRequestJwt`, `PumpxExportWallet`, `PumpxAddWallet`, `PumpxSignLimitOrder`, `PumpxTransferWidthdraw`, `PumpxNotifyLimitOrderResult` for PumpX integration
18+
- Added response types: `PumpxAddWalletResponse`, `PumpxCreateTransferTxResponse`, `PumpxRequestJwt`
19+
- Added data types: `PumpxCreateTransferTxData`, `PumpxAddWalletData`
20+
- Added error types: `PumpxApiError`, `PumpxSignerError`
21+
1222
## [0.0.2] - 2025-06-05
1323
### Changed
1424
- Change `CorePrimitivesIdentity` to `HeimaPrimitivesIdentity`

tee-worker/client-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pnpm run build
4646
## Publish
4747

4848
```
49+
pnpm run load:metadata
4950
pnpm run generate
50-
pnpm run build
51-
pnpm run publish
51+
pnpm run build-publish
5252
```

tee-worker/client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./dist/identity/index.cjs",
88
"module": "./dist/identity/index.js",
99
"types": "./dist/identity/index.d.ts",
10-
"version": "0.0.2",
10+
"version": "0.0.3",
1111
"files": [
1212
"dist",
1313
"src",

0 commit comments

Comments
 (0)