@misofm/sdk 0.17.0 → 0.17.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ Install both SDKs at the application boundary; the platform package intentionall
42
42
  does not carry its own protocol SDK copy:
43
43
 
44
44
  ```sh
45
- bun add @misofm/sdk@^0.17.0 @misonetwork/sdk@^0.11.0
45
+ bun add @misofm/sdk@^0.17.1 @misonetwork/sdk@^0.11.0
46
46
  ```
47
47
 
48
48
  Both SDKs are consumed from npm. The platform package keeps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misofm/sdk",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "packageManager": "bun@1.4.0",
5
5
  "description": "Complete client SDK for the Miso platform on Sui — high-level reads, pressings, listings, records, and work publishing.",
6
6
  "license": "Apache-2.0",