@hypercerts-org/marketplace-sdk 0.3.20 → 0.3.21

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.cjs.js CHANGED
@@ -7523,7 +7523,7 @@ class ApiClient {
7523
7523
  return (await res.json());
7524
7524
  };
7525
7525
  this.updateOrderValidity = async (tokenIds, chainId) => {
7526
- return fetch(`${this._baseUrl}/marketplace/validate/`, {
7526
+ return fetch(`${this._baseUrl}/marketplace/orders/validate/`, {
7527
7527
  method: "POST",
7528
7528
  headers: {
7529
7529
  "Content-Type": "application/json",
package/dist/index.esm.js CHANGED
@@ -7521,7 +7521,7 @@ class ApiClient {
7521
7521
  return (await res.json());
7522
7522
  };
7523
7523
  this.updateOrderValidity = async (tokenIds, chainId) => {
7524
- return fetch(`${this._baseUrl}/marketplace/validate/`, {
7524
+ return fetch(`${this._baseUrl}/marketplace/orders/validate/`, {
7525
7525
  method: "POST",
7526
7526
  headers: {
7527
7527
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercerts-org/marketplace-sdk",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",