@backstage/plugin-events-backend 0.0.0-nightly-20240816021916 → 0.0.0-nightly-20240817021759

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,14 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240816021916
3
+ ## 0.0.0-nightly-20240817021759
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20240816021916
9
- - @backstage/backend-common@0.0.0-nightly-20240816021916
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240817021759
9
+ - @backstage/backend-common@0.0.0-nightly-20240817021759
10
10
  - @backstage/config@1.2.0
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240816021916
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240817021759
12
12
 
13
13
  ## 0.3.10-next.3
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.0.0-nightly-20240816021916",
3
+ "version": "0.0.0-nightly-20240817021759",
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-20240816021916",
3
+ "version": "0.0.0-nightly-20240817021759",
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-20240816021916",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240816021916",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240817021759",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240817021759",
55
55
  "@backstage/config": "^1.2.0",
56
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240816021916",
56
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240817021759",
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-20240816021916",
64
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240816021916",
65
- "@backstage/cli": "^0.0.0-nightly-20240816021916",
66
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240816021916",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20240817021759",
64
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240817021759",
65
+ "@backstage/cli": "^0.0.0-nightly-20240817021759",
66
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240817021759",
67
67
  "supertest": "^6.1.3"
68
68
  },
69
69
  "configSchema": "config.d.ts"