@lidofinance/analytics-matomo
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -12,3 +12,3 @@ export type MatomoEventType = [category: string, action: string, name: string]; | ||
interface Window { | ||
_paq: undefined | [string, ...unknown[]][]; | ||
_paq?: undefined | [string, ...unknown[]][]; | ||
__env__: { | ||
@@ -15,0 +15,0 @@ matomoHost: string; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"files": [ | ||
@@ -21,4 +21,4 @@ "dist" | ||
"build": "parcel build", | ||
"format": "prettier --check src", | ||
"format:fix": "yarn format --write", | ||
"lint": "eslint . && prettier --check src", | ||
"lint:fix": "eslint --fix . && prettier --check src --write", | ||
"types": "tsc --noEmit", | ||
@@ -29,3 +29,3 @@ "test": "jest" | ||
"devDependencies": { | ||
"@lidofinance/config-prettier": "~0.10.0", | ||
"@lidofinance/config-prettier": "~0.11.0", | ||
"@types/jest": "^29.2.4", | ||
@@ -32,0 +32,0 @@ "jest": "^29.3.1", |
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
30507