@pendle/sdk-boros 1.1.54 → 1.1.55

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Pendle SDK Boros
2
2
 
3
+ > ⚠️ **This SDK is legacy.** Please migrate to [`@pendle/boros-sdk-public`](https://www.npmjs.com/package/@pendle/boros-sdk-public), which targets the new Boros API.
4
+ >
5
+ > The legacy API hosts will be turned off on **20 June 2026**, after which `@pendle/sdk-boros` will stop working. See the [API migration guide](https://docs.pendle.finance/boros-dev/Backend/api-migration) for details.
6
+
3
7
  ## Overview
4
8
 
5
9
  Below is the documentation for the SDK. For more details about the overall architecture, contracts, API, and more, please refer to the [documentation](documentation/) folder.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pendle/sdk-boros",
3
3
  "description": "Pendle SDK for Boros",
4
4
  "license": "MIT",
5
- "version": "1.1.54",
5
+ "version": "1.1.55",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@pendle/boros-core": "^1.0.4",
40
40
  "@pendle/boros-offchain-math": "1.0.6",
41
- "axios": "^1.8.4",
41
+ "axios": "^1.15.1",
42
42
  "date-fns": "^4.1.0",
43
43
  "lru-cache": "^11.2.2",
44
44
  "viem": "2.44.4"