@masa-finance/analytics-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@masa-finance/analytics-sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/src/index.js", | ||
@@ -9,2 +9,3 @@ "license": "MIT", | ||
"build": "tsc", | ||
"lint": "eslint ./src", | ||
"prettier": "prettier ./src --write", | ||
@@ -19,2 +20,7 @@ "doc": "typedoc" | ||
"@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "^3.0.3", | ||
@@ -21,0 +27,0 @@ "typedoc-plugin-markdown": "^3.16.0", |
@@ -0,5 +1,5 @@ | ||
export { logEvent } from "./event-logger"; | ||
export * from "./interfaces"; | ||
export { MasaAnalytics } from "./masa-analytics"; | ||
export { generateSignature } from "./tools"; | ||
export { logEvent } from "./event-logger"; | ||
export { MasaAnalytics } from "./masa-analytics"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,10 +17,10 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MasaAnalytics = exports.logEvent = exports.generateSignature = void 0; | ||
__exportStar(require("./interfaces"), exports); | ||
var tools_1 = require("./tools"); | ||
Object.defineProperty(exports, "generateSignature", { enumerable: true, get: function () { return tools_1.generateSignature; } }); | ||
exports.generateSignature = exports.MasaAnalytics = exports.logEvent = void 0; | ||
var event_logger_1 = require("./event-logger"); | ||
Object.defineProperty(exports, "logEvent", { enumerable: true, get: function () { return event_logger_1.logEvent; } }); | ||
__exportStar(require("./interfaces"), exports); | ||
var masa_analytics_1 = require("./masa-analytics"); | ||
Object.defineProperty(exports, "MasaAnalytics", { enumerable: true, get: function () { return masa_analytics_1.MasaAnalytics; } }); | ||
var tools_1 = require("./tools"); | ||
Object.defineProperty(exports, "generateSignature", { enumerable: true, get: function () { return tools_1.generateSignature; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export type EventType = 'pageView' | 'login' | 'mint' | 'connectWallet' | 'swap' | 'bridge' | 'addLiquidity' | 'farm' | 'trade' | 'claim'; | ||
export type EventType = "pageView" | "login" | "mint" | "connectWallet" | "swap" | "bridge" | "addLiquidity" | "farm" | "trade" | "claim"; | ||
export interface Event { | ||
@@ -3,0 +3,0 @@ type: EventType; |
{ | ||
"name": "@masa-finance/analytics-sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/src/index.js", | ||
@@ -9,2 +9,3 @@ "license": "MIT", | ||
"build": "tsc", | ||
"lint": "eslint ./src", | ||
"prettier": "prettier ./src --write", | ||
@@ -19,2 +20,7 @@ "doc": "typedoc" | ||
"@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"prettier": "^3.0.3", | ||
@@ -21,0 +27,0 @@ "typedoc-plugin-markdown": "^3.16.0", |
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
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
27753
10