@medialane/sdk 0.2.4 → 0.2.5

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.
package/dist/index.d.cts CHANGED
@@ -208,6 +208,7 @@ interface ApiOrderPrice {
208
208
  raw: string | null;
209
209
  formatted: string | null;
210
210
  currency: string | null;
211
+ decimals: number;
211
212
  }
212
213
  interface ApiOrderTxHash {
213
214
  created: string | null;
package/dist/index.d.ts CHANGED
@@ -208,6 +208,7 @@ interface ApiOrderPrice {
208
208
  raw: string | null;
209
209
  formatted: string | null;
210
210
  currency: string | null;
211
+ decimals: number;
211
212
  }
212
213
  interface ApiOrderTxHash {
213
214
  created: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/sdk",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Framework-agnostic TypeScript SDK for Medialane.io — the IP marketplace on Starknet",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",