@uniswap/analytics-events
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -15,2 +15,3 @@ "use strict"; | ||
PageName["NFT_PROFILE_PAGE"] = "nft-profile-page"; | ||
PageName["NOT_FOUND"] = "not-found"; | ||
PageName["POOL_PAGE"] = "pool-page"; | ||
@@ -17,0 +18,0 @@ PageName["SWAP_PAGE"] = "swap-page"; |
@@ -11,2 +11,3 @@ /** | ||
NFT_PROFILE_PAGE = "nft-profile-page", | ||
NOT_FOUND = "not-found", | ||
POOL_PAGE = "pool-page", | ||
@@ -13,0 +14,0 @@ SWAP_PAGE = "swap-page", |
@@ -12,2 +12,3 @@ /** | ||
PageName["NFT_PROFILE_PAGE"] = "nft-profile-page"; | ||
PageName["NOT_FOUND"] = "not-found"; | ||
PageName["POOL_PAGE"] = "pool-page"; | ||
@@ -14,0 +15,0 @@ PageName["SWAP_PAGE"] = "swap-page"; |
@@ -11,2 +11,3 @@ /** | ||
NFT_PROFILE_PAGE = "nft-profile-page", | ||
NOT_FOUND = "not-found", | ||
POOL_PAGE = "pool-page", | ||
@@ -13,0 +14,0 @@ SWAP_PAGE = "swap-page", |
@@ -58,3 +58,3 @@ { | ||
}, | ||
"version": "1.5.0" | ||
"version": "1.6.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
107914
1159