@rarible/types
Advanced tools
Comparing version 0.1.9 to 0.1.10
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toItemId = void 0; | ||
var blockchains_1 = require("./blockchains"); | ||
function toItemId(value) { | ||
if (!blockchains_1.isBlockchainSpecified(value)) { | ||
throw new Error("Not an ItemId: " + value); | ||
} | ||
return value; | ||
} | ||
exports.toItemId = toItemId; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toOrderId = void 0; | ||
var blockchains_1 = require("./blockchains"); | ||
function toOrderId(value) { | ||
if (!blockchains_1.isBlockchainSpecified(value)) { | ||
throw new Error("Not an OrderId: " + value); | ||
} | ||
return value; | ||
} | ||
exports.toOrderId = toOrderId; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toOwnershipId = void 0; | ||
var blockchains_1 = require("./blockchains"); | ||
function toOwnershipId(value) { | ||
if (!blockchains_1.isBlockchainSpecified(value)) { | ||
throw new Error("Not an OwnershipId: " + value); | ||
} | ||
return value; | ||
} | ||
exports.toOwnershipId = toOwnershipId; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toUnionAddress = void 0; | ||
var blockchains_1 = require("./blockchains"); | ||
function toUnionAddress(value) { | ||
if (!blockchains_1.isBlockchainSpecified(value)) { | ||
throw new Error("Not a UnionAddress: " + value); | ||
} | ||
return value; | ||
} | ||
exports.toUnionAddress = toUnionAddress; |
{ | ||
"name": "@rarible/types", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"keywords": [ | ||
@@ -38,3 +38,3 @@ "rarible", | ||
}, | ||
"gitHead": "a6d63ec43b4e69775d73d372f579251fc1ff0d99" | ||
"gitHead": "f526c219d16137d3feef7d205e6af83bb556624b" | ||
} |
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
28048
24
219