@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20240313022044 → 0.0.0-nightly-20240314033554

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,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20240313022044
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  Updated dependency `@types/uuid` to `^9.0.0`.
9
9
  - 9f5b8bc: Add GitLab `visibility` to group entity annotations.
10
10
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20240313022044
12
- - @backstage/integration@0.0.0-nightly-20240313022044
13
- - @backstage/config@0.0.0-nightly-20240313022044
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20240313022044
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240313022044
16
- - @backstage/backend-tasks@0.0.0-nightly-20240313022044
17
- - @backstage/catalog-model@0.0.0-nightly-20240313022044
11
+ - @backstage/backend-common@0.0.0-nightly-20240314033554
12
+ - @backstage/integration@0.0.0-nightly-20240314033554
13
+ - @backstage/config@0.0.0-nightly-20240314033554
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240314033554
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240314033554
16
+ - @backstage/backend-tasks@0.0.0-nightly-20240314033554
17
+ - @backstage/catalog-model@0.0.0-nightly-20240314033554
18
18
 
19
19
  ## 0.3.11-next.2
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20240313022044",
3
+ "version": "0.0.0-nightly-20240314033554",
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-20240313022044",
4
+ "version": "0.0.0-nightly-20240314033554",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,21 +43,21 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20240313022044",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240313022044",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20240313022044",
49
- "@backstage/catalog-model": "^0.0.0-nightly-20240313022044",
50
- "@backstage/config": "^0.0.0-nightly-20240313022044",
51
- "@backstage/integration": "^0.0.0-nightly-20240313022044",
52
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240313022044",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20240314033554",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240314033554",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240314033554",
49
+ "@backstage/catalog-model": "^0.0.0-nightly-20240314033554",
50
+ "@backstage/config": "^0.0.0-nightly-20240314033554",
51
+ "@backstage/integration": "^0.0.0-nightly-20240314033554",
52
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240314033554",
53
53
  "lodash": "^4.17.21",
54
54
  "node-fetch": "^2.6.7",
55
55
  "uuid": "^9.0.0",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240313022044",
60
- "@backstage/cli": "^0.0.0-nightly-20240313022044",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240314033554",
60
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
61
61
  "@types/lodash": "^4.14.151",
62
62
  "@types/uuid": "^9.0.0",
63
63
  "luxon": "^3.0.0",