@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20250402023738 → 0.0.0-nightly-20250408023830

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 +4 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20250402023738
3
+ ## 0.0.0-nightly-20250408023830
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a568cda: add filter for repos by membership and topics
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20250402023738
10
- - @backstage/integration@0.0.0-nightly-20250402023738
9
+ - @backstage/backend-defaults@0.0.0-nightly-20250408023830
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250408023830
11
+ - @backstage/integration@0.0.0-nightly-20250408023830
11
12
  - @backstage/backend-plugin-api@1.2.1
12
13
  - @backstage/catalog-model@1.7.3
13
14
  - @backstage/config@1.3.2
14
15
  - @backstage/plugin-catalog-common@1.1.3
15
- - @backstage/plugin-catalog-node@1.16.1
16
16
  - @backstage/plugin-events-node@0.4.9
17
17
 
18
18
  ## 0.6.5-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20250402023738",
3
+ "version": "0.0.0-nightly-20250408023830",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -43,11 +43,11 @@
43
43
  "types": "./dist/index.d.ts",
44
44
  "typesVersions": {
45
45
  "*": {
46
- "*": [
47
- "dist/index.d.ts"
48
- ],
49
46
  "alpha": [
50
47
  "dist/alpha.d.ts"
48
+ ],
49
+ "package.json": [
50
+ "package.json"
51
51
  ]
52
52
  }
53
53
  },
@@ -65,13 +65,13 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-defaults": "0.0.0-nightly-20250402023738",
68
+ "@backstage/backend-defaults": "0.0.0-nightly-20250408023830",
69
69
  "@backstage/backend-plugin-api": "1.2.1",
70
70
  "@backstage/catalog-model": "1.7.3",
71
71
  "@backstage/config": "1.3.2",
72
- "@backstage/integration": "0.0.0-nightly-20250402023738",
72
+ "@backstage/integration": "0.0.0-nightly-20250408023830",
73
73
  "@backstage/plugin-catalog-common": "1.1.3",
74
- "@backstage/plugin-catalog-node": "1.16.1",
74
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250408023830",
75
75
  "@backstage/plugin-events-node": "0.4.9",
76
76
  "@gitbeaker/rest": "^40.0.3",
77
77
  "lodash": "^4.17.21",
@@ -79,8 +79,8 @@
79
79
  "uuid": "^11.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "0.0.0-nightly-20250402023738",
83
- "@backstage/cli": "0.0.0-nightly-20250402023738",
82
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250408023830",
83
+ "@backstage/cli": "0.0.0-nightly-20250408023830",
84
84
  "@backstage/plugin-events-backend-test-utils": "0.1.42",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "luxon": "^3.0.0",