@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -40,25 +40,2 @@ { | ||
}, | ||
"search": { | ||
"description": "Configuration options for the search plugin", | ||
"type": "object", | ||
"properties": { | ||
"query": { | ||
"description": "An object representing the default search query configuration.\nBy configuring and modifying the values of this object,\nyou can customize the default values of the search queries\nand define how it behaves by default.", | ||
"type": "object", | ||
"properties": { | ||
"pageLimit": { | ||
"description": "A number indicating the maximum number of results to be returned\nper page during pagination.", | ||
"visibility": "frontend", | ||
"enum": [ | ||
10, | ||
100, | ||
25, | ||
50 | ||
], | ||
"type": "number" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"home": { | ||
@@ -142,4 +119,27 @@ "type": "object", | ||
} | ||
}, | ||
"search": { | ||
"description": "Configuration options for the search plugin", | ||
"type": "object", | ||
"properties": { | ||
"query": { | ||
"description": "An object representing the default search query configuration.\nBy configuring and modifying the values of this object,\nyou can customize the default values of the search queries\nand define how it behaves by default.", | ||
"type": "object", | ||
"properties": { | ||
"pageLimit": { | ||
"description": "A number indicating the maximum number of results to be returned\nper page during pagination.", | ||
"visibility": "frontend", | ||
"enum": [ | ||
10, | ||
100, | ||
25, | ||
50 | ||
], | ||
"type": "number" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "janus-idp.backstage-plugin-analytics-module-matomo", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"extensions": [], | ||
@@ -5,0 +5,0 @@ "registrationMethod": "callback", |
let isInitialized = false; | ||
const loadMatomo = (matomoUrl, siteId) => { | ||
if (isInitialized) | ||
return; | ||
if (isInitialized) return; | ||
const _paq = window._paq = window._paq || []; | ||
@@ -6,0 +5,0 @@ _paq.push(["trackPageView"]); |
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"main": "dist/index.esm.js", | ||
@@ -40,11 +40,11 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@backstage/cli": "0.26.10", | ||
"@backstage/core-app-api": "1.13.0", | ||
"@backstage/dev-utils": "1.0.34", | ||
"@backstage/test-utils": "1.5.7", | ||
"@janus-idp/cli": "1.12.0", | ||
"@backstage/cli": "0.26.11", | ||
"@backstage/core-app-api": "1.14.1", | ||
"@backstage/dev-utils": "1.0.36", | ||
"@backstage/test-utils": "1.5.9", | ||
"@janus-idp/cli": "1.13.0", | ||
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54", | ||
"@testing-library/jest-dom": "6.4.2", | ||
"@testing-library/react": "14.2.1", | ||
"@testing-library/user-event": "14.5.1", | ||
"@testing-library/jest-dom": "6.4.8", | ||
"@testing-library/react": "14.3.1", | ||
"@testing-library/user-event": "14.5.2", | ||
"@types/node": "18.19.33", | ||
@@ -51,0 +51,0 @@ "cross-fetch": "4.0.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
1282764
1310