@net-protocol/bazaar 0.1.2 → 0.1.4

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.
@@ -246,6 +246,8 @@ interface GetListingsOptions {
246
246
  startIndex?: number;
247
247
  /** Override end index for message range */
248
248
  endIndex?: number;
249
+ /** Include expired listings in results (default: false) */
250
+ includeExpired?: boolean;
249
251
  }
250
252
  /**
251
253
  * Options for fetching collection offers
@@ -246,6 +246,8 @@ interface GetListingsOptions {
246
246
  startIndex?: number;
247
247
  /** Override end index for message range */
248
248
  endIndex?: number;
249
+ /** Include expired listings in results (default: false) */
250
+ includeExpired?: boolean;
249
251
  }
250
252
  /**
251
253
  * Options for fetching collection offers
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@net-protocol/bazaar",
3
- "version": "0.1.2",
4
- "description": "NFT marketplace SDK for Net Protocol - listings, collection offers, and ERC20 offers via Seaport",
3
+ "version": "0.1.4",
4
+ "description": "SDK for Net Bazaar - a decentralized bazaar storing all orders onchain via Seaport",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "module": "./dist/index.mjs",
@@ -88,7 +88,7 @@
88
88
  "blockchain",
89
89
  "ethereum",
90
90
  "nft",
91
- "marketplace",
91
+ "bazaar",
92
92
  "seaport",
93
93
  "opensea"
94
94
  ],