@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.1.13 to 1.2.0
@@ -39,4 +39,106 @@ { | ||
} | ||
}, | ||
"home": { | ||
"type": "object", | ||
"properties": { | ||
"topVisits": { | ||
"description": "Top visited plugin", | ||
"visibility": "frontend", | ||
"type": "object", | ||
"properties": { | ||
"filterBy": { | ||
"description": "Filter By config", | ||
"visibility": "frontend", | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"required": [ | ||
"field", | ||
"operator", | ||
"value" | ||
], | ||
"properties": { | ||
"field": { | ||
"visibility": "frontend", | ||
"type": "string" | ||
}, | ||
"operator": { | ||
"visibility": "frontend", | ||
"type": "string" | ||
}, | ||
"value": { | ||
"visibility": "frontend", | ||
"type": [ | ||
"string", | ||
"number" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"recentVisits": { | ||
"description": "Recent visited plugin", | ||
"visibility": "frontend", | ||
"type": "object", | ||
"properties": { | ||
"filterBy": { | ||
"description": "Filter By config", | ||
"visibility": "frontend", | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"required": [ | ||
"field", | ||
"operator", | ||
"value" | ||
], | ||
"properties": { | ||
"field": { | ||
"visibility": "frontend", | ||
"type": "string" | ||
}, | ||
"operator": { | ||
"visibility": "frontend", | ||
"type": "string" | ||
}, | ||
"value": { | ||
"visibility": "frontend", | ||
"type": [ | ||
"string", | ||
"number" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"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.1.12", | ||
"version": "1.1.13", | ||
"extensions": [], | ||
@@ -5,0 +5,0 @@ "registrationMethod": "callback", |
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.1.13", | ||
"version": "1.2.0", | ||
"main": "dist/index.esm.js", | ||
@@ -38,2 +38,3 @@ "types": "dist/index.d.ts", | ||
"@janus-idp/cli": "1.8.6", | ||
"@redhat-developer/red-hat-developer-hub-theme": "*", | ||
"@testing-library/jest-dom": "6.4.2", | ||
@@ -40,0 +41,0 @@ "@testing-library/react": "14.2.1", |
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
1276046
1308
0
12