@limitless-exchange/sdk 1.0.1 → 1.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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Limitless Exchange TypeScript SDK
2
2
 
3
- **v1.0.0 LTS (Long-Term Support)** | Production-Ready | Type-Safe | Fully Documented
3
+ **v1.0.2 LTS (Long-Term Support)** | Production-Ready | Type-Safe | Fully Documented
4
4
 
5
5
  A TypeScript SDK for interacting with the Limitless Exchange platform, providing type-safe access to CLOB and NegRisk prediction markets.
6
6
 
7
- > 🎉 **v1.0.0 LTS Release**: This is the first stable, production-ready release with long-term support. Recommended for all production deployments. See [Changelog](#changelog) for details.
7
+ > 🎉 **v1.0.2 LTS Release**: This is the first stable, production-ready release with long-term support. Recommended for all production deployments. See [Changelog](#changelog) for details.
8
8
 
9
9
  ## ⚠️ Disclaimer
10
10
 
@@ -93,7 +93,7 @@ See [examples/project-integration/src/active-markets.ts](./examples/project-inte
93
93
 
94
94
  ### Authentication
95
95
 
96
- The SDK uses API keys for authentication. API keys can be obtained from your Limitless Exchange account settings.
96
+ The SDK uses API keys for authentication. API keys can be obtained from your Limitless Exchange account settings(Click on User Profile).
97
97
 
98
98
  ```typescript
99
99
  import { HttpClient } from '@limitless-exchange/sdk';
@@ -451,7 +451,7 @@ docs/
451
451
 
452
452
  ## Changelog
453
453
 
454
- ### v1.0.0 (LTS - Long-Term Support Release)
454
+ ### v1.0.2 (LTS - Long-Term Support Release)
455
455
 
456
456
  **Release Date**: January 2026
457
457
 
@@ -477,7 +477,7 @@ This is the first stable, production-ready release of the Limitless Exchange Typ
477
477
  - **Error Handling**: Decorator and wrapper retry patterns, configurable strategies
478
478
  - **Token Approvals**: Complete setup script, CLOB and NegRisk workflows
479
479
 
480
- #### Documentation Enhancements (v1.0.0)
480
+ #### Documentation Enhancements (v1.0.2)
481
481
 
482
482
  - Added FOK order examples to README with clear `makerAmount` semantics
483
483
  - Created comprehensive CHANGELOG.md following Keep a Changelog format
@@ -498,7 +498,7 @@ For complete release notes, see [CHANGELOG.md](./CHANGELOG.md).
498
498
 
499
499
  ## LTS Support Policy
500
500
 
501
- **v1.0.0 LTS** will receive:
501
+ **v1.0.2 LTS** will receive:
502
502
 
503
503
  - Security updates and critical bug fixes
504
504
  - Compatibility maintenance with Limitless Exchange API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limitless-exchange/sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "TypeScript SDK for Limitless Exchange CLOB and NegRisk trading",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",