@medialane/sdk 0.3.0 → 0.3.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.
package/dist/index.d.cts CHANGED
@@ -311,6 +311,7 @@ interface ApiCollection {
311
311
  id: string;
312
312
  chain: string;
313
313
  contractAddress: string;
314
+ collectionId: string | null;
314
315
  name: string | null;
315
316
  symbol: string | null;
316
317
  description: string | null;
package/dist/index.d.ts CHANGED
@@ -311,6 +311,7 @@ interface ApiCollection {
311
311
  id: string;
312
312
  chain: string;
313
313
  contractAddress: string;
314
+ collectionId: string | null;
314
315
  name: string | null;
315
316
  symbol: string | null;
316
317
  description: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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",