@backstage/plugin-events-node 0.0.0-nightly-20221122023840 → 0.2.0-next.0

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-20221122023840
3
+ ## 0.2.0-next.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,7 +12,7 @@
12
12
  ### Patch Changes
13
13
 
14
14
  - Updated dependencies
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20221122023840
15
+ - @backstage/backend-plugin-api@0.1.5-next.0
16
16
 
17
17
  ## 0.1.0
18
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.0.0-nightly-20221122023840",
3
+ "version": "0.2.0-next.0",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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-20221122023840",
4
+ "version": "0.2.0-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,10 +24,10 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221122023840"
27
+ "@backstage/backend-plugin-api": "^0.1.5-next.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20221122023840"
30
+ "@backstage/cli": "^0.21.2-next.0"
31
31
  },
32
32
  "files": [
33
33
  "alpha",