torchsdk 3.2.2 → 3.2.3

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torchsdk",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Torch Market SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -14,7 +14,7 @@ for sdk audit, refer to [audit.md](./audit.md).
14
14
 
15
15
  ## Versioning
16
16
 
17
- SDK version tracks the on-chain program IDL version. Starting from v3.2.0, both ship the same version number.
17
+ SDK version tracks the on-chain program IDL version. v3.2.3 is documentation-only (whitepaper, audit, ClawHub spec compliance). No code changes from v3.2.0.
18
18
 
19
19
  ## What's New in v3.2.0
20
20