@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -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.2.8", | ||
"version": "1.2.9", | ||
"extensions": [], | ||
@@ -5,0 +5,0 @@ "registrationMethod": "callback", |
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"main": "dist/index.esm.js", | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/test-utils": "1.5.4", | ||
"@janus-idp/cli": "1.9.0", | ||
"@janus-idp/cli": "1.10.0", | ||
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54", | ||
@@ -41,0 +41,0 @@ "@testing-library/jest-dom": "6.4.2", |
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
1276527