@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20220704025427 → 0.0.0-nightly-20220707025354

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20220704025427
3
+ ## 0.0.0-nightly-20220707025354
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
7
8
  - 49ff472c0b: Add the possibility in the `GitlabDiscoveryEntityProvider` to scan the whole project instead of concrete groups. For that, use a configuration like this one, where the group parameter is omitted (not mandatory anymore):
8
9
 
9
10
  ```yaml
@@ -17,12 +18,12 @@
17
18
  ```
18
19
 
19
20
  - Updated dependencies
20
- - @backstage/backend-common@0.0.0-nightly-20220704025427
21
- - @backstage/catalog-model@0.0.0-nightly-20220704025427
22
- - @backstage/backend-tasks@0.0.0-nightly-20220704025427
23
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220704025427
24
- - @backstage/errors@0.0.0-nightly-20220704025427
25
- - @backstage/integration@0.0.0-nightly-20220704025427
21
+ - @backstage/backend-common@0.0.0-nightly-20220707025354
22
+ - @backstage/catalog-model@0.0.0-nightly-20220707025354
23
+ - @backstage/integration@0.0.0-nightly-20220707025354
24
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220707025354
25
+ - @backstage/backend-tasks@0.0.0-nightly-20220707025354
26
+ - @backstage/errors@0.0.0-nightly-20220707025354
26
27
 
27
28
  ## 0.1.5-next.1
28
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
4
- "version": "0.0.0-nightly-20220704025427",
4
+ "version": "0.0.0-nightly-20220707025354",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,23 +33,23 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20220704025427",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20220704025427",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20220704025427",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20220707025354",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20220707025354",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20220707025354",
39
39
  "@backstage/config": "^1.0.1",
40
- "@backstage/errors": "^0.0.0-nightly-20220704025427",
41
- "@backstage/integration": "^0.0.0-nightly-20220704025427",
42
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220704025427",
40
+ "@backstage/errors": "^0.0.0-nightly-20220707025354",
41
+ "@backstage/integration": "^0.0.0-nightly-20220707025354",
42
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220707025354",
43
43
  "@backstage/types": "^1.0.0",
44
44
  "lodash": "^4.17.21",
45
- "msw": "^0.42.0",
45
+ "msw": "^0.43.0",
46
46
  "node-fetch": "^2.6.7",
47
47
  "winston": "^3.2.1",
48
48
  "uuid": "^8.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220704025427",
52
- "@backstage/cli": "^0.0.0-nightly-20220704025427",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220707025354",
52
+ "@backstage/cli": "^0.0.0-nightly-20220707025354",
53
53
  "@types/lodash": "^4.14.151",
54
54
  "@types/uuid": "^8.0.0"
55
55
  },