@rarible/types
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,3 +6,3 @@ "use strict"; | ||
function toItemId(value) { | ||
if (!(0, blockchains_1.isBlockchainSpecified)(value)) { | ||
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) { | ||
throw new Error("Not an ItemId: " + value); | ||
@@ -9,0 +9,0 @@ } |
@@ -6,3 +6,3 @@ "use strict"; | ||
function toOrderId(value) { | ||
if (!(0, blockchains_1.isBlockchainSpecified)(value)) { | ||
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) { | ||
throw new Error("Not an OrderId: " + value); | ||
@@ -9,0 +9,0 @@ } |
@@ -6,3 +6,3 @@ "use strict"; | ||
function toOwnershipId(value) { | ||
if (!(0, blockchains_1.isBlockchainSpecified)(value)) { | ||
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) { | ||
throw new Error("Not an OwnershipId: " + value); | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@rarible/types", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"keywords": [ | ||
@@ -38,3 +38,3 @@ "rarible", | ||
}, | ||
"gitHead": "3449ab449a4f05055e793e1f29f8e2bf43e66bcb" | ||
"gitHead": "bec1931af7bd7b5b0c24d000703e7321af72fe77" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31508
32
305