@kuestcom/clob-client 6.0.0 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # Kuest CLOB Client
1
+ <h1 align="center">
2
+ <img src="https://github.com/user-attachments/assets/0cc687fb-89c4-43fa-a056-d89c307215ad" alt="Kuest" height="96" /><br/>
3
+ Kuest Typescript CLOB Client
4
+ </h1>
2
5
 
3
6
  <a href='https://www.npmjs.com/package/@kuestcom/clob-client'>
4
7
  <img src='https://img.shields.io/npm/v/@kuestcom/clob-client.svg' alt='NPM'/>
@@ -51,11 +54,6 @@ const creds = new ClobClient(host, 80002, signer).createOrDeriveApiKey();
51
54
 
52
55
  See [examples](examples/) for more information
53
56
 
54
- ### Builder signing
55
-
56
- Builder signing: controlled by `src/site-config.ts`.
57
- Set `builder_mode` to `true` there to enable builder headers for this SDK build.
58
-
59
57
  ### Using viem WalletClient
60
58
 
61
59
  ```ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kuestcom/clob-client",
3
3
  "description": "Typescript client for Kuest's CLOB",
4
- "version": "6.0.0",
4
+ "version": "6.0.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/kuestcom/clob-client.git"