@hypercerts-org/marketplace-sdk 0.0.15 → 0.0.16

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
@@ -1072,7 +1072,7 @@ var asDeployedChain$1 = /*#__PURE__*/Object.freeze({
1072
1072
  asDeployedChain: asDeployedChain
1073
1073
  });
1074
1074
 
1075
- const HYPERCERTS_MARKETPLACE_API_URL = "http://localhost:3000/api";
1075
+ const HYPERCERTS_MARKETPLACE_API_URL = "https://staging.hyperboards.org/api";
1076
1076
  const SUPABASE_HYPERCERTS_URL = "https://clagjjfinooizoqdkvqc.supabase.co";
1077
1077
  const SUPABASE_HYPERCERTS_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNsYWdqamZpbm9vaXpvcWRrdnFjIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NzY5NTAxNDAsImV4cCI6MTk5MjUyNjE0MH0.LOIW3NcYEfF7w893PS3Ne1VrntACE3OPeSRFkspvyqw";
1078
1078
  const supabaseHypercerts = supabaseJs.createClient(SUPABASE_HYPERCERTS_URL, SUPABASE_HYPERCERTS_ANON_KEY);
package/dist/index.esm.js CHANGED
@@ -1070,7 +1070,7 @@ var asDeployedChain$1 = /*#__PURE__*/Object.freeze({
1070
1070
  asDeployedChain: asDeployedChain
1071
1071
  });
1072
1072
 
1073
- const HYPERCERTS_MARKETPLACE_API_URL = "http://localhost:3000/api";
1073
+ const HYPERCERTS_MARKETPLACE_API_URL = "https://staging.hyperboards.org/api";
1074
1074
  const SUPABASE_HYPERCERTS_URL = "https://clagjjfinooizoqdkvqc.supabase.co";
1075
1075
  const SUPABASE_HYPERCERTS_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNsYWdqamZpbm9vaXpvcWRrdnFjIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NzY5NTAxNDAsImV4cCI6MTk5MjUyNjE0MH0.LOIW3NcYEfF7w893PS3Ne1VrntACE3OPeSRFkspvyqw";
1076
1076
  const supabaseHypercerts = createClient(SUPABASE_HYPERCERTS_URL, SUPABASE_HYPERCERTS_ANON_KEY);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercerts-org/marketplace-sdk",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -68,7 +68,6 @@
68
68
  "eslint": "^8.17.0",
69
69
  "eslint-config-prettier": "^8.7.0",
70
70
  "eslint-plugin-prettier": "^4.2.1",
71
- "ethers": "^6.6.2",
72
71
  "hardhat": "^2.16.1",
73
72
  "hardhat-abi-exporter": "^2.9.0",
74
73
  "husky": "^8.0.1",
@@ -77,7 +76,7 @@
77
76
  "prettier": "^2.6.2",
78
77
  "prettier-plugin-solidity": "^1.1.3",
79
78
  "release-it": "^15.7.0",
80
- "rollup": "^3.18.0",
79
+ "rollup": "^4.9.5",
81
80
  "rollup-plugin-bundle-size": "^1.0.3",
82
81
  "rollup-plugin-copy": "^3.4.0",
83
82
  "rollup-plugin-dotenv": "^0.5.0",
@@ -89,11 +88,12 @@
89
88
  "typechain": "^8.2.0",
90
89
  "typedoc": "^0.24.7",
91
90
  "typedoc-plugin-markdown": "^3.15.3",
92
- "typescript": "^4.7.3"
91
+ "typescript": "^5.3.3"
93
92
  },
94
93
  "dependencies": {
95
94
  "@hypercerts-org/sdk": "^1.4.1",
96
95
  "@supabase/supabase-js": "^2.39.2",
96
+ "ethers": "^6.6.2",
97
97
  "merkletreejs": "^0.3.9"
98
98
  }
99
99
  }