@backstage/plugin-events-backend-module-gerrit 0.2.10 → 0.2.11-next.1

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,12 +1,21 @@
1
1
  # @backstage/plugin-events-backend-module-gerrit
2
2
 
3
- ## 0.2.10
3
+ ## 0.2.11-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-events-node@0.3.10
9
- - @backstage/backend-plugin-api@0.8.1
8
+ - @backstage/backend-plugin-api@0.9.0-next.1
9
+ - @backstage/plugin-events-node@0.4.0-next.1
10
+
11
+ ## 0.2.11-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@0.9.0-next.0
18
+ - @backstage/plugin-events-node@0.4.0-next.0
10
19
 
11
20
  ## 0.2.9
12
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gerrit__alpha",
3
- "version": "0.2.10",
3
+ "version": "0.2.11-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -7,6 +7,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
7
7
  *
8
8
  * @alpha
9
9
  */
10
- declare const eventsModuleGerritEventRouter: _backstage_backend_plugin_api.BackendFeatureCompat;
10
+ declare const eventsModuleGerritEventRouter: _backstage_backend_plugin_api.BackendFeature;
11
11
 
12
12
  export { eventsModuleGerritEventRouter as default, eventsModuleGerritEventRouter };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gerrit",
3
- "version": "0.2.10",
3
+ "version": "0.2.11-next.1",
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.8.1",
49
- "@backstage/plugin-events-node": "^0.3.10"
48
+ "@backstage/backend-plugin-api": "^0.9.0-next.1",
49
+ "@backstage/plugin-events-node": "^0.4.0-next.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.5.1",
53
- "@backstage/cli": "^0.27.0",
54
- "@backstage/plugin-events-backend-test-utils": "^0.1.34"
52
+ "@backstage/backend-test-utils": "^0.6.0-next.1",
53
+ "@backstage/cli": "^0.27.1-next.1",
54
+ "@backstage/plugin-events-backend-test-utils": "^0.1.35-next.1"
55
55
  }
56
56
  }