@backstage/plugin-events-backend-module-gitlab 0.0.0-nightly-20240902022856 → 0.0.0-nightly-20240904022810

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,15 +1,24 @@
1
1
  # @backstage/plugin-events-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20240902022856
3
+ ## 0.0.0-nightly-20240904022810
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
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240902022856
10
- - @backstage/plugin-events-node@0.0.0-nightly-20240902022856
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240904022810
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240904022810
11
11
  - @backstage/config@1.2.0
12
12
 
13
+ ## 0.2.11-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@0.9.0-next.1
19
+ - @backstage/config@1.2.0
20
+ - @backstage/plugin-events-node@0.4.0-next.1
21
+
13
22
  ## 0.2.11-next.0
14
23
 
15
24
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gitlab__alpha",
3
- "version": "0.0.0-nightly-20240902022856",
3
+ "version": "0.0.0-nightly-20240904022810",
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-events-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20240902022856",
3
+ "version": "0.0.0-nightly-20240904022810",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -46,14 +46,14 @@
46
46
  "test": "backstage-cli package test"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240902022856",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240904022810",
50
50
  "@backstage/config": "^1.2.0",
51
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240902022856"
51
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240904022810"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240902022856",
55
- "@backstage/cli": "^0.0.0-nightly-20240902022856",
56
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240902022856"
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240904022810",
55
+ "@backstage/cli": "^0.0.0-nightly-20240904022810",
56
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240904022810"
57
57
  },
58
58
  "configSchema": "config.d.ts"
59
59
  }