@backstage/plugin-events-node 0.0.0-nightly-20230809021722 → 0.0.0-nightly-20230810022130

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,12 +1,12 @@
1
1
  # @backstage/plugin-events-node
2
2
 
3
- ## 0.0.0-nightly-20230809021722
3
+ ## 0.0.0-nightly-20230810022130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12a8c94eda8d: Add package repository and homepage metadata
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20230809021722
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
10
10
 
11
11
  ## 0.2.9-next.2
12
12
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.0.0-nightly-20230809021722",
3
+ "version": "0.0.0-nightly-20230810022130",
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-20230809021722",
4
+ "version": "0.0.0-nightly-20230810022130",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,10 +40,10 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230809021722"
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20230809021722"
46
+ "@backstage/cli": "^0.0.0-nightly-20230810022130"
47
47
  },
48
48
  "files": [
49
49
  "dist",