@backstage/plugin-events-backend 0.0.0-nightly-20240305021008 → 0.0.0-nightly-20240307020519

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,6 +1,6 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240305021008
3
+ ## 0.0.0-nightly-20240307020519
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -73,10 +73,20 @@
73
73
  Optionally, an instance can be passed as argument to allow mixed setups to operate alongside.
74
74
 
75
75
  - Updated dependencies
76
- - @backstage/plugin-events-node@0.0.0-nightly-20240305021008
77
- - @backstage/backend-common@0.0.0-nightly-20240305021008
78
- - @backstage/config@0.0.0-nightly-20240305021008
79
- - @backstage/backend-plugin-api@0.0.0-nightly-20240305021008
76
+ - @backstage/plugin-events-node@0.0.0-nightly-20240307020519
77
+ - @backstage/backend-common@0.0.0-nightly-20240307020519
78
+ - @backstage/config@0.0.0-nightly-20240307020519
79
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240307020519
80
+
81
+ ## 0.3.0-next.1
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies
86
+ - @backstage/config@1.2.0-next.1
87
+ - @backstage/backend-common@0.21.4-next.1
88
+ - @backstage/backend-plugin-api@0.6.14-next.1
89
+ - @backstage/plugin-events-node@0.3.0-next.1
80
90
 
81
91
  ## 0.3.0-next.0
82
92
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20240305021008",
3
+ "version": "0.0.0-nightly-20240307020519",
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-20240305021008",
3
+ "version": "0.0.0-nightly-20240307020519",
4
4
  "backstage": {
5
5
  "role": "backend-plugin"
6
6
  },
@@ -44,20 +44,20 @@
44
44
  "test": "backstage-cli package test"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-common": "^0.0.0-nightly-20240305021008",
48
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240305021008",
49
- "@backstage/config": "^0.0.0-nightly-20240305021008",
50
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240305021008",
47
+ "@backstage/backend-common": "^0.0.0-nightly-20240307020519",
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240307020519",
49
+ "@backstage/config": "^0.0.0-nightly-20240307020519",
50
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240307020519",
51
51
  "@types/express": "^4.17.6",
52
52
  "express": "^4.17.1",
53
53
  "express-promise-router": "^4.1.0",
54
54
  "winston": "^3.2.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-common": "^0.0.0-nightly-20240305021008",
58
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240305021008",
59
- "@backstage/cli": "^0.0.0-nightly-20240305021008",
60
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240305021008",
57
+ "@backstage/backend-common": "^0.0.0-nightly-20240307020519",
58
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240307020519",
59
+ "@backstage/cli": "^0.0.0-nightly-20240307020519",
60
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240307020519",
61
61
  "supertest": "^6.1.3"
62
62
  },
63
63
  "configSchema": "config.d.ts"