@janus-idp/backstage-plugin-analytics-module-matomo
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -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.2.5", | ||
"version": "1.2.6", | ||
"extensions": [], | ||
@@ -5,0 +5,0 @@ "registrationMethod": "callback", |
{ | ||
"name": "@janus-idp/backstage-plugin-analytics-module-matomo", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"main": "dist/index.esm.js", | ||
@@ -37,3 +37,3 @@ "types": "dist/index.d.ts", | ||
"@backstage/test-utils": "1.5.4", | ||
"@janus-idp/cli": "1.8.10", | ||
"@janus-idp/cli": "1.9.0", | ||
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54", | ||
@@ -40,0 +40,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
1276030