@backstage/plugin-signals-backend 0.0.1-next.3 → 0.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/plugin-auth-node@0.4.6
10
+ - @backstage/plugin-signals-node@0.0.2
11
+ - @backstage/backend-plugin-api@0.6.11
12
+ - @backstage/plugin-events-node@0.2.20
13
+
14
+ ## 0.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 447d210: Fix disconnect loop on server start
19
+ - 8472188: Added or fixed the `repository` field in `package.json`.
20
+ - 047bead: Add support to subscribe and publish messages through signals plugins
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.0
23
+ - @backstage/plugin-auth-node@0.4.4
24
+ - @backstage/plugin-signals-node@0.0.1
25
+ - @backstage/backend-plugin-api@0.6.10
26
+ - @backstage/config@1.1.1
27
+ - @backstage/types@1.1.1
28
+ - @backstage/plugin-events-node@0.2.19
29
+
3
30
  ## 0.0.1-next.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.1-next.3",
3
+ "version": "0.0.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -27,12 +27,12 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/backend-common": "^0.21.0-next.3",
31
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
30
+ "@backstage/backend-common": "^0.21.1",
31
+ "@backstage/backend-plugin-api": "^0.6.11",
32
32
  "@backstage/config": "^1.1.1",
33
- "@backstage/plugin-auth-node": "^0.4.4-next.3",
34
- "@backstage/plugin-events-node": "^0.2.19-next.3",
35
- "@backstage/plugin-signals-node": "^0.0.1-next.3",
33
+ "@backstage/plugin-auth-node": "^0.4.6",
34
+ "@backstage/plugin-events-node": "^0.2.20",
35
+ "@backstage/plugin-signals-node": "^0.0.2",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@types/express": "*",
38
38
  "express": "^4.17.1",
@@ -45,7 +45,7 @@
45
45
  "yn": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.25.2-next.3",
48
+ "@backstage/cli": "^0.25.2",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "msw": "^1.0.0",
51
51
  "supertest": "^6.2.4"