@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -40,2 +40,25 @@ { | ||
}, | ||
"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": { | ||
@@ -119,27 +142,4 @@ "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.5.1", | ||
"version": "1.5.2", | ||
"extensions": [], | ||
@@ -5,0 +5,0 @@ "registrationMethod": "callback", |
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"main": "dist/index.esm.js", | ||
@@ -44,3 +44,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/test-utils": "1.5.9", | ||
"@janus-idp/cli": "1.13.1", | ||
"@janus-idp/cli": "1.13.2", | ||
"@redhat-developer/red-hat-developer-hub-theme": "0.2.0", | ||
@@ -47,0 +47,0 @@ "@testing-library/jest-dom": "6.4.8", |