@spotify/backstage-plugin-soundcheck-backend-module-github 0.7.10 → 0.7.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @spotify/backstage-plugin-soundcheck-backend-module-github
2
2
 
3
+ ## 0.7.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updates to Soundcheck integrations' configs to allow configuration in Portal.
8
+
3
9
  ## 0.7.10
4
10
 
5
11
  ### Patch Changes
package/config.d.ts CHANGED
@@ -41,7 +41,7 @@ export interface Config {
41
41
  duration: Duration | HumanDuration;
42
42
  }
43
43
  | boolean;
44
- collects: (
44
+ collects?: (
45
45
  | ExtractorConfig
46
46
  | CodeScanningAlertsExtractorConfig
47
47
  | DependabotAlertsExtractorConfig
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-soundcheck-backend-module-github",
3
3
  "description": "Soundcheck 3rd party integration with Github",
4
- "version": "0.7.10",
4
+ "version": "0.7.11",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.cjs.js",