@xoxno/sdk-js 0.1.175-alpha → 0.1.177-alpha

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.
@@ -224,7 +224,7 @@ export declare class SCInteraction {
224
224
  nonce?: number;
225
225
  quantity?: number;
226
226
  token?: string;
227
- paymentAmount?: number;
227
+ paymentAmount?: string;
228
228
  withCheck?: boolean;
229
229
  isBigUintPayment?: boolean;
230
230
  isBid?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.175-alpha",
3
+ "version": "0.1.177-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {
@@ -109,6 +109,7 @@
109
109
  "he": "^1.2.0",
110
110
  "next-intl": "^3.17.2",
111
111
  "react": "^18.3.1",
112
+ "react-markdown": "^9.0.1",
112
113
  "webpack-bundle-analyzer": "^4.10.2"
113
114
  }
114
115
  }