@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20230619022652 → 0.0.0-nightly-20230620022155

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,21 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230619022652
3
+ ## 0.0.0-nightly-20230620022155
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f31fd1f8fd98: Fixed bug that caused ingestion errors when a user's name or profile picture is undefined.
8
8
  - 66261b4ab441: Added option to skip forked repos
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20230619022652
11
- - @backstage/types@0.0.0-nightly-20230619022652
12
- - @backstage/integration@0.0.0-nightly-20230619022652
13
- - @backstage/catalog-model@0.0.0-nightly-20230619022652
14
- - @backstage/errors@0.0.0-nightly-20230619022652
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20230619022652
16
- - @backstage/backend-tasks@0.0.0-nightly-20230619022652
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230619022652
18
- - @backstage/config@0.0.0-nightly-20230619022652
10
+ - @backstage/backend-common@0.0.0-nightly-20230620022155
11
+ - @backstage/types@0.0.0-nightly-20230620022155
12
+ - @backstage/integration@0.0.0-nightly-20230620022155
13
+ - @backstage/catalog-model@0.0.0-nightly-20230620022155
14
+ - @backstage/errors@0.0.0-nightly-20230620022155
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230620022155
16
+ - @backstage/backend-tasks@0.0.0-nightly-20230620022155
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230620022155
18
+ - @backstage/config@0.0.0-nightly-20230620022155
19
19
 
20
20
  ## 0.2.2-next.3
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20230619022652",
3
+ "version": "0.0.0-nightly-20230620022155",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20230619022652",
4
+ "version": "0.0.0-nightly-20230620022155",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,23 +43,23 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230619022652",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230619022652",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230619022652",
49
- "@backstage/catalog-model": "^0.0.0-nightly-20230619022652",
50
- "@backstage/config": "^0.0.0-nightly-20230619022652",
51
- "@backstage/errors": "^0.0.0-nightly-20230619022652",
52
- "@backstage/integration": "^0.0.0-nightly-20230619022652",
53
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230619022652",
54
- "@backstage/types": "^0.0.0-nightly-20230619022652",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230620022155",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230620022155",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230620022155",
49
+ "@backstage/catalog-model": "^0.0.0-nightly-20230620022155",
50
+ "@backstage/config": "^0.0.0-nightly-20230620022155",
51
+ "@backstage/errors": "^0.0.0-nightly-20230620022155",
52
+ "@backstage/integration": "^0.0.0-nightly-20230620022155",
53
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230620022155",
54
+ "@backstage/types": "^0.0.0-nightly-20230620022155",
55
55
  "lodash": "^4.17.21",
56
56
  "node-fetch": "^2.6.7",
57
57
  "uuid": "^8.0.0",
58
58
  "winston": "^3.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230619022652",
62
- "@backstage/cli": "^0.0.0-nightly-20230619022652",
61
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230620022155",
62
+ "@backstage/cli": "^0.0.0-nightly-20230620022155",
63
63
  "@types/lodash": "^4.14.151",
64
64
  "@types/uuid": "^8.0.0",
65
65
  "luxon": "^3.0.0",