@masa-finance/analytics-sdk
Advanced tools
Comparing version 0.5.15 to 0.5.16
{ | ||
"name": "@masa-finance/analytics-sdk", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"main": "dist/src/index.js", | ||
@@ -18,9 +18,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.12.5", | ||
"@types/node": "^20.12.10", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"prettier": "^3.2.5", | ||
@@ -30,4 +30,4 @@ "process": "^0.11.10", | ||
"typedoc": "^0.25.13", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typescript": "^5.4.4", | ||
"typedoc-plugin-markdown": "^4.0.0", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0", | ||
@@ -34,0 +34,0 @@ "webpack-cli": "^5.1.4" |
@@ -1,2 +0,2 @@ | ||
export type EventType = "pageView" | "customEvent" | "login" | "mint" | "connectWallet" | "swap" | "bridge" | "addLiquidity" | "removeLiquidity" | "farm" | "trade" | "claim"; | ||
export type EventType = "pageView" | "customEvent" | "login" | "mint" | "connectWallet" | "swap" | "bridge" | "addLiquidity" | "removeLiquidity" | "farm" | "trade" | "claim" | "deposit" | "withdrawl" | "transfer" | "staking"; | ||
export interface BaseEvent { | ||
@@ -3,0 +3,0 @@ type: EventType; |
{ | ||
"name": "@masa-finance/analytics-sdk", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"main": "dist/src/index.js", | ||
@@ -18,9 +18,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.12.5", | ||
"@types/node": "^20.12.10", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"prettier": "^3.2.5", | ||
@@ -30,4 +30,4 @@ "process": "^0.11.10", | ||
"typedoc": "^0.25.13", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typescript": "^5.4.4", | ||
"typedoc-plugin-markdown": "^4.0.0", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0", | ||
@@ -34,0 +34,0 @@ "webpack-cli": "^5.1.4" |
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
552180