@backstage/plugin-events-node 0.2.5-next.0 → 0.2.5-next.2

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,5 +1,19 @@
1
1
  # @backstage/plugin-events-node
2
2
 
3
+ ## 0.2.5-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.5.1-next.2
9
+
10
+ ## 0.2.5-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-plugin-api@0.5.1-next.1
16
+
3
17
  ## 0.2.5-next.0
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.2.5-next.0",
3
+ "version": "0.2.5-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/index.d.ts CHANGED
@@ -136,7 +136,7 @@ interface RequestValidationContext {
136
136
  *
137
137
  * @public
138
138
  */
139
- declare type RequestValidator = (request: RequestDetails, context: RequestValidationContext) => Promise<void>;
139
+ type RequestValidator = (request: RequestDetails, context: RequestValidationContext) => Promise<void>;
140
140
 
141
141
  /**
142
142
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
3
  "description": "The plugin-events-node module for @backstage/plugin-events-backend",
4
- "version": "0.2.5-next.0",
4
+ "version": "0.2.5-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "^0.5.1-next.0"
37
+ "@backstage/backend-plugin-api": "^0.5.1-next.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.22.6-next.0"
40
+ "@backstage/cli": "^0.22.6-next.2"
41
41
  },
42
42
  "files": [
43
43
  "dist",