@backstage/plugin-signals-backend 0.0.0-nightly-20240226021250 → 0.0.0-nightly-20240228021022

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 +24 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,33 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240226021250
3
+ ## 0.0.0-nightly-20240228021022
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
8
+ Updated dependency `@types/uuid` to `^9.0.0`.
7
9
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240226021250
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240226021250
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240226021250
11
- - @backstage/plugin-signals-node@0.0.0-nightly-20240226021250
12
- - @backstage/config@0.0.0-nightly-20240226021250
13
- - @backstage/plugin-events-node@0.0.0-nightly-20240226021250
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240228021022
11
+ - @backstage/backend-common@0.0.0-nightly-20240228021022
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240228021022
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240228021022
14
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240228021022
15
+ - @backstage/config@0.0.0-nightly-20240228021022
16
+ - @backstage/types@1.1.1
17
+
18
+ ## 0.0.4-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
23
+ Updated dependency `@types/uuid` to `^9.0.0`.
24
+ - Updated dependencies
25
+ - @backstage/plugin-events-node@0.3.0-next.0
26
+ - @backstage/backend-common@0.21.3-next.0
27
+ - @backstage/plugin-auth-node@0.4.8-next.0
28
+ - @backstage/backend-plugin-api@0.6.13-next.0
29
+ - @backstage/plugin-signals-node@0.0.4-next.0
30
+ - @backstage/config@1.1.2-next.0
14
31
  - @backstage/types@1.1.1
15
32
 
16
33
  ## 0.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240226021250",
3
+ "version": "0.0.0-nightly-20240228021022",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -27,25 +27,25 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/backend-common": "^0.0.0-nightly-20240226021250",
31
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240226021250",
32
- "@backstage/config": "^0.0.0-nightly-20240226021250",
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240226021250",
34
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240226021250",
35
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240226021250",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240228021022",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240228021022",
32
+ "@backstage/config": "^0.0.0-nightly-20240228021022",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240228021022",
34
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240228021022",
35
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240228021022",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@types/express": "*",
38
38
  "express": "^4.17.1",
39
39
  "express-promise-router": "^4.1.0",
40
40
  "http-proxy-middleware": "^2.0.0",
41
41
  "node-fetch": "^2.6.7",
42
- "uuid": "^8.0.0",
42
+ "uuid": "^9.0.0",
43
43
  "winston": "^3.2.1",
44
44
  "ws": "^8.14.2",
45
45
  "yn": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20240226021250",
48
+ "@backstage/cli": "^0.0.0-nightly-20240228021022",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "msw": "^1.0.0",
51
51
  "supertest": "^6.2.4"