@backstage/plugin-events-node 0.0.0-nightly-20240309020749 → 0.0.0-nightly-20240310021333

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-node
2
2
 
3
- ## 0.0.0-nightly-20240309020749
3
+ ## 0.0.0-nightly-20240310021333
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -109,7 +109,7 @@
109
109
  Optionally, an instance can be passed as argument to allow mixed setups to operate alongside.
110
110
 
111
111
  - Updated dependencies
112
- - @backstage/backend-plugin-api@0.0.0-nightly-20240309020749
112
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240310021333
113
113
 
114
114
  ## 0.3.0-next.1
115
115
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.0.0-nightly-20240309020749",
3
+ "version": "0.0.0-nightly-20240310021333",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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.0.0-nightly-20240309020749",
4
+ "version": "0.0.0-nightly-20240310021333",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,11 +40,11 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240309020749"
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240310021333"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20240309020749",
47
- "@backstage/cli": "^0.0.0-nightly-20240309020749"
46
+ "@backstage/backend-common": "^0.0.0-nightly-20240310021333",
47
+ "@backstage/cli": "^0.0.0-nightly-20240310021333"
48
48
  },
49
49
  "files": [
50
50
  "dist",