@poap-xyz/utils
Advanced tools
Comparing version 0.5.4 to 0.5.5-beta-v0
@@ -1,2 +0,1 @@ | ||
export * from './removeSpecialCharacters'; | ||
export * from './toPOAPDate'; |
@@ -1,2 +0,1 @@ | ||
export * from './removeSpecialCharacters'; | ||
export * from './toPOAPDate'; |
@@ -1,2 +0,1 @@ | ||
export * from './removeSpecialCharacters'; | ||
export * from './toPOAPDate'; |
@@ -128,6 +128,2 @@ (function (global, factory) { | ||
function removeSpecialCharacters(str) { | ||
return str.replace(/[^a-zA-Z0-9 ]/g, ''); | ||
} | ||
function toPOAPDate(date) { | ||
@@ -172,3 +168,2 @@ return date | ||
exports.nextCursor = nextCursor; | ||
exports.removeSpecialCharacters = removeSpecialCharacters; | ||
exports.toPOAPDate = toPOAPDate; | ||
@@ -175,0 +170,0 @@ |
{ | ||
"name": "@poap-xyz/utils", | ||
"version": "0.5.4", | ||
"version": "0.5.5-beta-v0", | ||
"description": "Utils module for the poap.js library", | ||
@@ -30,3 +30,4 @@ "main": "dist/cjs/index.cjs", | ||
"node": ">=18" | ||
} | ||
}, | ||
"stableVersion": "0.5.5" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76045
67
802