@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 +2 -2
- package/alpha/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-events-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
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-
|
|
112
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240310021333
|
|
113
113
|
|
|
114
114
|
## 0.3.0-next.1
|
|
115
115
|
|
package/alpha/package.json
CHANGED
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-
|
|
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-
|
|
43
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240310021333"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
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",
|