nft-schemas
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -16,3 +16,4 @@ export * from './validation'; | ||
export { WearableCategory } from './dapps/wearable-category'; | ||
export { GraffitiCategory } from './dapps/graffiti-category'; | ||
export { World, ValidWorldRange, getWorld, isInsideWorldLimits, } from './dapps/world'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isInsideWorldLimits = exports.getWorld = exports.World = exports.WearableCategory = exports.Rarity = exports.Order = exports.NFT = exports.NFTCategory = exports.Network = exports.MetaTransaction = exports.ListingStatus = exports.Item = exports.Contract = exports.getChainId = exports.ChainName = exports.getChainName = exports.ChainId = exports.BodyShape = exports.Bid = void 0; | ||
exports.isInsideWorldLimits = exports.getWorld = exports.World = exports.GraffitiCategory = exports.WearableCategory = exports.Rarity = exports.Order = exports.NFT = exports.NFTCategory = exports.Network = exports.MetaTransaction = exports.ListingStatus = exports.Item = exports.Contract = exports.getChainId = exports.ChainName = exports.getChainName = exports.ChainId = exports.BodyShape = exports.Bid = void 0; | ||
// export the utils | ||
@@ -48,2 +48,4 @@ __exportStar(require("./validation"), exports); | ||
Object.defineProperty(exports, "WearableCategory", { enumerable: true, get: function () { return wearable_category_1.WearableCategory; } }); | ||
var graffiti_category_1 = require("./dapps/graffiti-category"); | ||
Object.defineProperty(exports, "GraffitiCategory", { enumerable: true, get: function () { return graffiti_category_1.GraffitiCategory; } }); | ||
var world_1 = require("./dapps/world"); | ||
@@ -50,0 +52,0 @@ Object.defineProperty(exports, "World", { enumerable: true, get: function () { return world_1.World; } }); |
{ | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"name": "nft-schemas", | ||
@@ -4,0 +4,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77563
1326