@spotify/backstage-plugin-soundcheck-backend-module-github 0.5.1 → 0.5.3

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/dist/index.d.ts CHANGED
@@ -1,10 +1,11 @@
1
- import { FactRef, Fact, CollectionConfig } from '@spotify/backstage-plugin-soundcheck-common';
1
+ import { PluginCacheManager } from '@backstage/backend-common';
2
2
  import { Entity } from '@backstage/catalog-model';
3
- import { Logger } from 'winston';
4
3
  import { Config } from '@backstage/config';
5
- import { PluginCacheManager } from '@backstage/backend-common';
6
- import { ConfigurableFactCollector } from '@spotify/backstage-plugin-soundcheck-node';
7
4
  import { JsonValue } from '@backstage/types';
5
+ import { FactRef, Fact, CollectionConfig } from '@spotify/backstage-plugin-soundcheck-common';
6
+ import { ConfigurableFactCollector } from '@spotify/backstage-plugin-soundcheck-node';
7
+ import { Logger } from 'winston';
8
+ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
8
9
 
9
10
  /**
10
11
  * Soundcheck 3rd party integration - Github.
@@ -39,4 +40,7 @@ declare class GithubFactCollector implements ConfigurableFactCollector {
39
40
  getConfigSchema(): Promise<string>;
40
41
  }
41
42
 
42
- export { GithubFactCollector };
43
+ /** @alpha */
44
+ declare const githubSoundcheckModule: () => _backstage_backend_plugin_api.BackendFeature;
45
+
46
+ export { GithubFactCollector, githubSoundcheckModule as default };
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.5.1",
4
+ "version": "0.5.3",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.cjs.js",
@@ -22,22 +22,25 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "devDependencies": {
25
- "@backstage/cli": "^0.25.1",
26
- "@types/git-url-parse": "^9.0.0"
25
+ "@backstage/backend-test-utils": "^0.3.4",
26
+ "@backstage/cli": "^0.26.0",
27
+ "@spotify/backstage-plugin-soundcheck-backend": "^0.15.0",
28
+ "@types/git-url-parse": "^9.0.0",
29
+ "supertest": "^6.1.3"
27
30
  },
28
31
  "dependencies": {
29
- "@backstage/backend-common": "^0.20.1",
30
- "@backstage/backend-plugin-api": "^0.6.9",
31
- "@backstage/catalog-model": "^1.4.3",
32
- "@backstage/config": "^1.1.1",
33
- "@backstage/errors": "^1.2.3",
34
- "@backstage/integration": "^1.8.0",
32
+ "@backstage/backend-common": "^0.21.4",
33
+ "@backstage/backend-plugin-api": "^0.6.14",
34
+ "@backstage/catalog-model": "^1.4.5",
35
+ "@backstage/config": "^1.2.0",
36
+ "@backstage/errors": "^1.2.4",
37
+ "@backstage/integration": "^1.9.1",
35
38
  "@backstage/types": "^1.1.1",
36
39
  "@octokit/request-error": "^5.0.0",
37
40
  "@octokit/rest": "^20.0.0",
38
- "@spotify/backstage-plugin-soundcheck-common": "^0.11.1",
39
- "@spotify/backstage-plugin-soundcheck-node": "^0.4.7",
40
- "git-url-parse": "^13.0.0",
41
+ "@spotify/backstage-plugin-soundcheck-common": "^0.13.0",
42
+ "@spotify/backstage-plugin-soundcheck-node": "^0.6.0",
43
+ "git-url-parse": "^14.0.0",
41
44
  "lodash": "^4.17.21",
42
45
  "winston": "^3.2.1",
43
46
  "zod": "^3.20.0",