@backstage/plugin-catalog-backend-module-github 0.0.0-nightly-20220831030347 → 0.0.0-nightly-20220901025835

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,19 +1,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20220831030347
3
+ ## 0.0.0-nightly-20220901025835
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3c4a388537: New experimental alpha exports for use with the upcoming backend system.
8
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
8
9
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
9
10
  - 287a64bf97: Added the ability to configure the host for the `GitHubEntityProvider` to use against GitHub Enterprise
10
11
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20220831030347
12
- - @backstage/backend-tasks@0.0.0-nightly-20220831030347
13
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220831030347
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20220831030347
15
- - @backstage/integration@0.0.0-nightly-20220831030347
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20220831030347
12
+ - @backstage/backend-common@0.0.0-nightly-20220901025835
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20220901025835
14
+ - @backstage/integration@0.0.0-nightly-20220901025835
15
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220901025835
16
+ - @backstage/backend-tasks@0.0.0-nightly-20220901025835
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220901025835
17
18
 
18
19
  ## 0.1.7-next.1
19
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.0.0-nightly-20220831030347",
3
+ "version": "0.0.0-nightly-20220901025835",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,11 +1,10 @@
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-20220831030347",
4
+ "version": "0.0.0-nightly-20220901025835",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
- "private": false,
9
8
  "publishConfig": {
10
9
  "access": "public",
11
10
  "main": "dist/index.cjs.js",
@@ -34,26 +33,26 @@
34
33
  "start": "backstage-cli package start"
35
34
  },
36
35
  "dependencies": {
37
- "@backstage/backend-common": "0.0.0-nightly-20220831030347",
38
- "@backstage/backend-tasks": "0.0.0-nightly-20220831030347",
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220831030347",
36
+ "@backstage/backend-common": "0.0.0-nightly-20220901025835",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220901025835",
38
+ "@backstage/backend-tasks": "0.0.0-nightly-20220901025835",
40
39
  "@backstage/catalog-model": "^1.1.0",
41
40
  "@backstage/config": "^1.0.1",
42
41
  "@backstage/errors": "^1.1.0",
43
- "@backstage/integration": "0.0.0-nightly-20220831030347",
44
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220831030347",
45
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20220831030347",
42
+ "@backstage/integration": "0.0.0-nightly-20220901025835",
43
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220901025835",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20220901025835",
46
45
  "@backstage/types": "^1.0.0",
47
46
  "@octokit/graphql": "^5.0.0",
48
47
  "lodash": "^4.17.21",
49
- "msw": "^0.45.0",
48
+ "msw": "^0.46.0",
50
49
  "node-fetch": "^2.6.7",
51
50
  "uuid": "^8.0.0",
52
51
  "winston": "^3.2.1"
53
52
  },
54
53
  "devDependencies": {
55
- "@backstage/backend-test-utils": "0.0.0-nightly-20220831030347",
56
- "@backstage/cli": "0.0.0-nightly-20220831030347",
54
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220901025835",
55
+ "@backstage/cli": "0.0.0-nightly-20220901025835",
57
56
  "@types/lodash": "^4.14.151"
58
57
  },
59
58
  "files": [