@story-protocol/core-sdk 0.0.1-beta-rc.6 → 0.0.1-beta-rc.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2248,7 +2248,7 @@ var IPAssetClient = /*#__PURE__*/function () {
2248
2248
  return this.isNFTRegistered(SepoliaChainId, request.tokenContractAddress, request.tokenId);
2249
2249
  case 3:
2250
2250
  ipId = _context.sent;
2251
- if (!ipId) {
2251
+ if (!(ipId !== "0x")) {
2252
2252
  _context.next = 6;
2253
2253
  break;
2254
2254
  }
@@ -2248,7 +2248,7 @@ var IPAssetClient = /*#__PURE__*/function () {
2248
2248
  return this.isNFTRegistered(SepoliaChainId, request.tokenContractAddress, request.tokenId);
2249
2249
  case 3:
2250
2250
  ipId = _context.sent;
2251
- if (!ipId) {
2251
+ if (!(ipId !== "0x")) {
2252
2252
  _context.next = 6;
2253
2253
  break;
2254
2254
  }
@@ -2221,7 +2221,7 @@ var IPAssetClient = /*#__PURE__*/function () {
2221
2221
  return this.isNFTRegistered(SepoliaChainId, request.tokenContractAddress, request.tokenId);
2222
2222
  case 3:
2223
2223
  ipId = _context.sent;
2224
- if (!ipId) {
2224
+ if (!(ipId !== "0x")) {
2225
2225
  _context.next = 6;
2226
2226
  break;
2227
2227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@story-protocol/core-sdk",
3
- "version": "0.0.1-beta-rc.6",
3
+ "version": "0.0.1-beta-rc.7",
4
4
  "description": "Story Protocol Core SDK",
5
5
  "main": "dist/story-protocol-core-sdk.cjs.js",
6
6
  "module": "dist/story-protocol-core-sdk.esm.js",