@backstage/plugin-events-backend 0.0.0-nightly-20241229023405 → 0.0.0-nightly-20241231023012

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20241229023405
3
+ ## 0.0.0-nightly-20241231023012
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d9d62ef: Remove some internal usages of the backend-common package
8
8
  - Updated dependencies
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20241229023405
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20241229023405
9
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20241231023012
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241231023012
11
11
  - @backstage/config@1.3.1
12
12
  - @backstage/errors@1.2.6
13
13
  - @backstage/types@1.2.0
14
- - @backstage/plugin-events-node@0.0.0-nightly-20241229023405
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20241231023012
15
15
 
16
16
  ## 0.4.1-next.0
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20241229023405",
3
+ "version": "0.0.0-nightly-20241231023012",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -64,11 +64,11 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/backend-common": "^0.25.0",
67
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20241229023405",
68
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241229023405",
67
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20241231023012",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241231023012",
69
69
  "@backstage/config": "1.3.1",
70
70
  "@backstage/errors": "1.2.6",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241229023405",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241231023012",
72
72
  "@backstage/types": "1.2.0",
73
73
  "@types/express": "^4.17.6",
74
74
  "content-type": "^1.0.5",
@@ -78,12 +78,12 @@
78
78
  "winston": "^3.2.1"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-app-api": "0.0.0-nightly-20241229023405",
82
- "@backstage/backend-defaults": "0.0.0-nightly-20241229023405",
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241229023405",
84
- "@backstage/cli": "0.0.0-nightly-20241229023405",
85
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241229023405",
86
- "@backstage/repo-tools": "0.0.0-nightly-20241229023405",
81
+ "@backstage/backend-app-api": "0.0.0-nightly-20241231023012",
82
+ "@backstage/backend-defaults": "0.0.0-nightly-20241231023012",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241231023012",
84
+ "@backstage/cli": "0.0.0-nightly-20241231023012",
85
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241231023012",
86
+ "@backstage/repo-tools": "0.0.0-nightly-20241231023012",
87
87
  "@types/content-type": "^1.1.8",
88
88
  "supertest": "^7.0.0"
89
89
  },