@xoxno/sdk-js 0.1.328 → 0.1.329

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.
@@ -697,6 +697,7 @@ export type GlobalOffers = {
697
697
  isActive: boolean;
698
698
  floorPrice: number;
699
699
  floorPriceMargin: number | null;
700
+ chain?: ActivityChain;
700
701
  };
701
702
  export type GlobalOfferOwner = {
702
703
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.328",
3
+ "version": "0.1.329",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {