@poap-xyz/utils
Advanced tools
Comparing version 0.1.6 to 0.1.7-beta-v3
@@ -1,2 +0,2 @@ | ||
export { MintingStatus } from './types/mintingStatus'; | ||
export { TransactionRequestStatus } from './types/TransactionRequestStatus'; | ||
export { Chain } from './types/chain'; | ||
@@ -3,0 +3,0 @@ export { Order } from './types/filter'; |
@@ -1,2 +0,2 @@ | ||
export { MintingStatus } from './types/mintingStatus'; | ||
export { TransactionRequestStatus } from './types/TransactionRequestStatus'; | ||
export { Chain } from './types/chain'; | ||
@@ -3,0 +3,0 @@ export { Order } from './types/filter'; |
@@ -1,2 +0,2 @@ | ||
export { MintingStatus } from './types/mintingStatus'; | ||
export { TransactionRequestStatus } from './types/TransactionRequestStatus'; | ||
export { Chain } from './types/chain'; | ||
@@ -3,0 +3,0 @@ export { Order } from './types/filter'; |
@@ -7,9 +7,9 @@ (function (global, factory) { | ||
exports.MintingStatus = void 0; | ||
(function (MintingStatus) { | ||
MintingStatus["PENDING"] = "PENDING"; | ||
MintingStatus["IN_PROCESS"] = "IN_PROCESS"; | ||
MintingStatus["FINISH"] = "FINISH"; | ||
MintingStatus["FINISH_WITH_ERROR"] = "FINISH_WITH_ERROR"; | ||
})(exports.MintingStatus || (exports.MintingStatus = {})); | ||
exports.TransactionRequestStatus = void 0; | ||
(function (TransactionRequestStatus) { | ||
TransactionRequestStatus["PENDING"] = "PENDING"; | ||
TransactionRequestStatus["IN_PROCESS"] = "IN_PROCESS"; | ||
TransactionRequestStatus["FINISH"] = "FINISH"; | ||
TransactionRequestStatus["FINISH_WITH_ERROR"] = "FINISH_WITH_ERROR"; | ||
})(exports.TransactionRequestStatus || (exports.TransactionRequestStatus = {})); | ||
@@ -16,0 +16,0 @@ exports.Chain = void 0; |
{ | ||
"name": "@poap-xyz/utils", | ||
"version": "0.1.6", | ||
"version": "0.1.7-beta-v3", | ||
"description": "Utils module for the poap.js library", | ||
@@ -30,3 +30,4 @@ "type": "module", | ||
"node": ">=18" | ||
} | ||
}, | ||
"stableVersion": "0.1.7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38362