@backstage/plugin-catalog-backend-module-github 0.7.4 → 0.7.5-next.1

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,11 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.7.4
3
+ ## 0.7.5-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-backend@1.26.1
8
+ - @backstage/plugin-catalog-backend@1.26.2-next.1
9
+ - @backstage/integration@1.15.1-next.0
10
+ - @backstage/backend-plugin-api@1.0.1-next.0
11
+ - @backstage/catalog-client@1.7.0
12
+ - @backstage/catalog-model@1.7.0
13
+ - @backstage/config@1.2.0
14
+ - @backstage/plugin-catalog-common@1.1.0
15
+ - @backstage/plugin-catalog-node@1.13.1-next.0
16
+ - @backstage/plugin-events-node@0.4.1-next.0
17
+
18
+ ## 0.7.4-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 094eaa3: Remove references to in-repo backend-common
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-backend@1.26.1-next.0
25
+ - @backstage/plugin-events-node@0.4.1-next.0
26
+ - @backstage/backend-plugin-api@1.0.1-next.0
27
+ - @backstage/catalog-client@1.7.0
28
+ - @backstage/catalog-model@1.7.0
29
+ - @backstage/config@1.2.0
30
+ - @backstage/integration@1.15.0
31
+ - @backstage/plugin-catalog-common@1.1.0
32
+ - @backstage/plugin-catalog-node@1.13.1-next.0
9
33
 
10
34
  ## 0.7.3
11
35
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github__alpha",
3
- "version": "0.7.4",
3
+ "version": "0.7.5-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.7.4",
3
+ "version": "0.7.5-next.1",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -27,6 +27,7 @@
27
27
  "default": "./dist/index.cjs.js"
28
28
  },
29
29
  "./alpha": {
30
+ "backstage": "@backstage/BackendFeature",
30
31
  "require": "./dist/alpha.cjs.js",
31
32
  "types": "./dist/alpha.d.ts",
32
33
  "default": "./dist/alpha.cjs.js"
@@ -51,15 +52,15 @@
51
52
  },
52
53
  "dependencies": {
53
54
  "@backstage/backend-common": "^0.25.0",
54
- "@backstage/backend-plugin-api": "^1.0.0",
55
- "@backstage/catalog-client": "^1.7.0",
56
- "@backstage/catalog-model": "^1.7.0",
57
- "@backstage/config": "^1.2.0",
58
- "@backstage/integration": "^1.15.0",
59
- "@backstage/plugin-catalog-backend": "^1.26.1",
60
- "@backstage/plugin-catalog-common": "^1.1.0",
61
- "@backstage/plugin-catalog-node": "^1.13.0",
62
- "@backstage/plugin-events-node": "^0.4.0",
55
+ "@backstage/backend-plugin-api": "1.0.1-next.0",
56
+ "@backstage/catalog-client": "1.7.0",
57
+ "@backstage/catalog-model": "1.7.0",
58
+ "@backstage/config": "1.2.0",
59
+ "@backstage/integration": "1.15.1-next.0",
60
+ "@backstage/plugin-catalog-backend": "1.26.2-next.1",
61
+ "@backstage/plugin-catalog-common": "1.1.0",
62
+ "@backstage/plugin-catalog-node": "1.13.1-next.0",
63
+ "@backstage/plugin-events-node": "0.4.1-next.0",
63
64
  "@octokit/graphql": "^5.0.0",
64
65
  "@octokit/rest": "^19.0.3",
65
66
  "git-url-parse": "^14.0.0",
@@ -69,8 +70,8 @@
69
70
  "uuid": "^9.0.0"
70
71
  },
71
72
  "devDependencies": {
72
- "@backstage/backend-test-utils": "^1.0.0",
73
- "@backstage/cli": "^0.27.1",
73
+ "@backstage/backend-test-utils": "1.0.1-next.1",
74
+ "@backstage/cli": "0.28.0-next.1",
74
75
  "@types/lodash": "^4.14.151",
75
76
  "luxon": "^3.0.0",
76
77
  "msw": "^1.0.0"