@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20220920030005 → 0.0.0-nightly-20220923030237

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,6 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20220920030005
3
+ ## 0.0.0-nightly-20220923030237
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20220923030237
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220923030237
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20220923030237
11
+ - @backstage/backend-common@0.0.0-nightly-20220923030237
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220923030237
13
+ - @backstage/backend-tasks@0.0.0-nightly-20220923030237
14
+ - @backstage/config@0.0.0-nightly-20220923030237
15
+ - @backstage/errors@0.0.0-nightly-20220923030237
16
+ - @backstage/integration@0.0.0-nightly-20220923030237
17
+ - @backstage/types@1.0.0
18
+
19
+ ## 0.1.7
4
20
 
5
21
  ### Patch Changes
6
22
 
@@ -12,15 +28,15 @@
12
28
  - 287a64bf97: Added the ability to configure the host for the `GitHubEntityProvider` to use against GitHub Enterprise
13
29
  - 91e2abbd46: Remove the duplicated `scheduleFn` initialization in `GitHubEntityProvider`.
14
30
  - Updated dependencies
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20220920030005
16
- - @backstage/backend-common@0.0.0-nightly-20220920030005
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20220920030005
18
- - @backstage/integration@0.0.0-nightly-20220920030005
19
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220920030005
20
- - @backstage/backend-tasks@0.0.0-nightly-20220920030005
21
- - @backstage/catalog-model@0.0.0-nightly-20220920030005
22
- - @backstage/config@0.0.0-nightly-20220920030005
23
- - @backstage/errors@0.0.0-nightly-20220920030005
31
+ - @backstage/backend-plugin-api@0.1.2
32
+ - @backstage/backend-common@0.15.1
33
+ - @backstage/plugin-catalog-node@1.1.0
34
+ - @backstage/integration@1.3.1
35
+ - @backstage/plugin-catalog-backend@1.4.0
36
+ - @backstage/backend-tasks@0.3.5
37
+ - @backstage/catalog-model@1.1.1
38
+ - @backstage/config@1.0.2
39
+ - @backstage/errors@1.1.1
24
40
 
25
41
  ## 0.1.7-next.3
26
42
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.0.0-nightly-20220920030005",
3
+ "version": "0.0.0-nightly-20220923030237",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
4
- "version": "0.0.0-nightly-20220920030005",
4
+ "version": "0.0.0-nightly-20220923030237",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "0.0.0-nightly-20220920030005",
37
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220920030005",
38
- "@backstage/backend-tasks": "0.0.0-nightly-20220920030005",
39
- "@backstage/catalog-model": "0.0.0-nightly-20220920030005",
40
- "@backstage/config": "0.0.0-nightly-20220920030005",
41
- "@backstage/errors": "0.0.0-nightly-20220920030005",
42
- "@backstage/integration": "0.0.0-nightly-20220920030005",
43
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220920030005",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20220920030005",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20220923030237",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20220923030237",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20220923030237",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220923030237",
40
+ "@backstage/config": "^0.0.0-nightly-20220923030237",
41
+ "@backstage/errors": "^0.0.0-nightly-20220923030237",
42
+ "@backstage/integration": "^0.0.0-nightly-20220923030237",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220923030237",
44
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20220923030237",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@octokit/graphql": "^5.0.0",
47
47
  "lodash": "^4.17.21",
@@ -51,8 +51,8 @@
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "0.0.0-nightly-20220920030005",
55
- "@backstage/cli": "0.0.0-nightly-20220920030005",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220923030237",
55
+ "@backstage/cli": "^0.0.0-nightly-20220923030237",
56
56
  "@types/lodash": "^4.14.151"
57
57
  },
58
58
  "files": [
@@ -61,4 +61,4 @@
61
61
  "config.d.ts"
62
62
  ],
63
63
  "configSchema": "config.d.ts"
64
- }
64
+ }