@backstage/plugin-events-backend-module-gerrit 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240621021638

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,14 +1,22 @@
1
1
  # @backstage/plugin-events-backend-module-gerrit
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
9
+ - @backstage/plugin-events-node@0.0.0-nightly-20240621021638
10
+
11
+ ## 0.2.5
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
16
  - d44a20a: Added additional plugin metadata to `package.json`.
9
17
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240618021721
18
+ - @backstage/backend-plugin-api@0.6.19
19
+ - @backstage/plugin-events-node@0.3.5
12
20
 
13
21
  ## 0.2.5-next.2
14
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-events-backend-module-gerrit",
3
- "version": "0.0.0-nightly-20240618021721",
2
+ "name": "@backstage/plugin-events-backend-module-gerrit__alpha",
3
+ "version": "0.0.0-nightly-20240621021638",
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-gerrit",
3
- "version": "0.0.0-nightly-20240618021721",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -45,12 +45,12 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240618021721",
49
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240618021721"
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
49
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240621021638"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240618021721",
53
- "@backstage/cli": "^0.0.0-nightly-20240618021721",
54
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240618021721"
52
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
53
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
54
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240621021638"
55
55
  }
56
56
  }