@net-protocol/bazaar 0.1.8 → 0.1.10
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/README.md +39 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +14 -0
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +14 -0
- package/dist/react.mjs.map +1 -1
- package/dist/{types-oOrmJnNJ.d.mts → types-DTYGArF-.d.mts} +1 -1
- package/dist/{types-oOrmJnNJ.d.ts → types-DTYGArF-.d.ts} +1 -1
- package/package.json +2 -2
|
@@ -406,4 +406,4 @@ interface CreateErc20ListingParams {
|
|
|
406
406
|
expirationDate?: number;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
export { type CollectionOffer as C, type Erc20Offer as E, type GetListingsOptions as G, ItemType as I, type Listing as L,
|
|
409
|
+
export { type CollectionOffer as C, type Erc20Offer as E, type GetListingsOptions as G, ItemType as I, type Listing as L, OrderType as O, type PreparedFulfillment as P, type Sale as S, type WriteTransactionConfig as W, type GetCollectionOffersOptions as a, type GetErc20OffersOptions as b, type GetErc20ListingsOptions as c, type Erc20Listing as d, type GetSalesOptions as e, type SeaportOrderComponents as f, type CreateListingParams as g, type PreparedOrder as h, type CreateCollectionOfferParams as i, type CreateErc20OfferParams as j, type CreateErc20ListingParams as k, type SeaportOrderParameters as l, type SeaportSubmission as m, type SeaportOrderStatusInfo as n, SeaportOrderStatus as o, type EIP712OrderData as p, type OfferItem as q, type ConsiderationItem as r };
|
|
@@ -406,4 +406,4 @@ interface CreateErc20ListingParams {
|
|
|
406
406
|
expirationDate?: number;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
export { type CollectionOffer as C, type Erc20Offer as E, type GetListingsOptions as G, ItemType as I, type Listing as L,
|
|
409
|
+
export { type CollectionOffer as C, type Erc20Offer as E, type GetListingsOptions as G, ItemType as I, type Listing as L, OrderType as O, type PreparedFulfillment as P, type Sale as S, type WriteTransactionConfig as W, type GetCollectionOffersOptions as a, type GetErc20OffersOptions as b, type GetErc20ListingsOptions as c, type Erc20Listing as d, type GetSalesOptions as e, type SeaportOrderComponents as f, type CreateListingParams as g, type PreparedOrder as h, type CreateCollectionOfferParams as i, type CreateErc20OfferParams as j, type CreateErc20ListingParams as k, type SeaportOrderParameters as l, type SeaportSubmission as m, type SeaportOrderStatusInfo as n, SeaportOrderStatus as o, type EIP712OrderData as p, type OfferItem as q, type ConsiderationItem as r };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@net-protocol/bazaar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"test:ui": "vitest --ui"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@net-protocol/core": "^0.1.
|
|
45
|
+
"@net-protocol/core": "^0.1.8",
|
|
46
46
|
"@net-protocol/storage": "^0.1.11",
|
|
47
47
|
"@opensea/seaport-js": "^4.0.4",
|
|
48
48
|
"viem": "^2.31.4"
|