@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20240824022004 → 0.0.0-nightly-20240826071828

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,16 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20240824022004
3
+ ## 0.0.0-nightly-20240826071828
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - b446954: Remove dependency on backend-common
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240824022004
11
- - @backstage/backend-defaults@0.0.0-nightly-20240824022004
12
- - @backstage/plugin-events-node@0.0.0-nightly-20240824022004
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240824022004
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240826071828
11
+ - @backstage/backend-defaults@0.0.0-nightly-20240826071828
12
+ - @backstage/plugin-events-node@0.0.0-nightly-20240826071828
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240826071828
14
14
  - @backstage/config@1.2.0
15
15
 
16
16
  ## 0.4.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab__alpha",
3
- "version": "0.0.0-nightly-20240824022004",
3
+ "version": "0.0.0-nightly-20240826071828",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240824022004",
3
+ "version": "0.0.0-nightly-20240826071828",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,23 +50,23 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-defaults": "^0.0.0-nightly-20240824022004",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240824022004",
53
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240826071828",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240826071828",
55
55
  "@backstage/catalog-model": "^1.6.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/integration": "^1.14.0",
58
58
  "@backstage/plugin-catalog-common": "^1.0.26",
59
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240824022004",
60
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240824022004",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240826071828",
60
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240826071828",
61
61
  "@gitbeaker/rest": "^40.0.3",
62
62
  "lodash": "^4.17.21",
63
63
  "node-fetch": "^2.7.0",
64
64
  "uuid": "^9.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240824022004",
67
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240826071828",
68
68
  "@backstage/cli": "^0.27.0",
69
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240824022004",
69
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240826071828",
70
70
  "@types/lodash": "^4.14.151",
71
71
  "@types/uuid": "^9.0.0",
72
72
  "luxon": "^3.0.0",