@backstage/plugin-signals-backend 0.0.0-nightly-20240316021101 → 0.0.0-nightly-20240317021146

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 +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240316021101
3
+ ## 0.0.0-nightly-20240317021146
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -18,12 +18,12 @@
18
18
  - 6d84ee6: Changed to use the refactored signal service naming
19
19
  - df45710: Improved error logging and fixed authentication
20
20
  - Updated dependencies
21
- - @backstage/plugin-events-node@0.0.0-nightly-20240316021101
22
- - @backstage/backend-common@0.0.0-nightly-20240316021101
23
- - @backstage/plugin-auth-node@0.0.0-nightly-20240316021101
24
- - @backstage/config@0.0.0-nightly-20240316021101
25
- - @backstage/plugin-signals-node@0.0.0-nightly-20240316021101
26
- - @backstage/backend-plugin-api@0.0.0-nightly-20240316021101
21
+ - @backstage/plugin-events-node@0.0.0-nightly-20240317021146
22
+ - @backstage/backend-common@0.0.0-nightly-20240317021146
23
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240317021146
24
+ - @backstage/config@0.0.0-nightly-20240317021146
25
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240317021146
26
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240317021146
27
27
  - @backstage/types@1.1.1
28
28
 
29
29
  ## 0.1.0-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240316021101",
3
+ "version": "0.0.0-nightly-20240317021146",
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.0.0-nightly-20240316021101",
31
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240316021101",
32
- "@backstage/config": "^0.0.0-nightly-20240316021101",
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240316021101",
34
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240316021101",
35
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240316021101",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240317021146",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240317021146",
32
+ "@backstage/config": "^0.0.0-nightly-20240317021146",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240317021146",
34
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240317021146",
35
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240317021146",
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.0.0-nightly-20240316021101",
48
+ "@backstage/cli": "^0.0.0-nightly-20240317021146",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "msw": "^1.0.0",
51
51
  "supertest": "^6.2.4"