@backstage/plugin-events-backend 0.0.0-nightly-20240701022140 → 0.0.0-nightly-20240703021716

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,25 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240701022140
3
+ ## 0.0.0-nightly-20240703021716
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20240701022140
9
- - @backstage/backend-common@0.0.0-nightly-20240701022140
10
- - @backstage/plugin-events-node@0.0.0-nightly-20240701022140
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240703021716
9
+ - @backstage/backend-common@0.0.0-nightly-20240703021716
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240703021716
11
11
  - @backstage/config@1.2.0
12
12
 
13
+ ## 0.3.9-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.23.3-next.1
19
+ - @backstage/backend-plugin-api@0.6.22-next.1
20
+ - @backstage/config@1.2.0
21
+ - @backstage/plugin-events-node@0.3.8-next.1
22
+
13
23
  ## 0.3.8-next.0
14
24
 
15
25
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.0.0-nightly-20240701022140",
3
+ "version": "0.0.0-nightly-20240703021716",
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",
3
- "version": "0.0.0-nightly-20240701022140",
3
+ "version": "0.0.0-nightly-20240703021716",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -50,20 +50,20 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20240701022140",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240701022140",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240703021716",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240703021716",
55
55
  "@backstage/config": "^1.2.0",
56
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240701022140",
56
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240703021716",
57
57
  "@types/express": "^4.17.6",
58
58
  "express": "^4.17.1",
59
59
  "express-promise-router": "^4.1.0",
60
60
  "winston": "^3.2.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20240701022140",
64
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240701022140",
65
- "@backstage/cli": "^0.0.0-nightly-20240701022140",
66
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240701022140",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20240703021716",
64
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240703021716",
65
+ "@backstage/cli": "^0.0.0-nightly-20240703021716",
66
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240703021716",
67
67
  "supertest": "^6.1.3"
68
68
  },
69
69
  "configSchema": "config.d.ts"