@backstage/plugin-signals-node 0.1.27-next.0 → 0.1.27-next.1

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,5 +1,17 @@
1
1
  # @backstage/plugin-signals-node
2
2
 
3
+ ## 0.1.27-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.6.10-next.1
10
+ - @backstage/plugin-events-node@0.4.18-next.1
11
+ - @backstage/backend-plugin-api@1.6.0-next.1
12
+ - @backstage/config@1.3.6
13
+ - @backstage/types@1.2.2
14
+
3
15
  ## 0.1.27-next.0
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -60,4 +60,5 @@ declare class DefaultSignalsService implements SignalsService {
60
60
  */
61
61
  declare const DefaultSignalService: typeof DefaultSignalsService;
62
62
 
63
- export { DefaultSignalService, DefaultSignalsService, type SignalPayload, type SignalService, type SignalsService, type SignalsServiceOptions, signalService, signalsServiceRef };
63
+ export { DefaultSignalService, DefaultSignalsService, signalService, signalsServiceRef };
64
+ export type { SignalPayload, SignalService, SignalsService, SignalsServiceOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-node",
3
- "version": "0.1.27-next.0",
3
+ "version": "0.1.27-next.1",
4
4
  "description": "Node.js library for the signals plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "1.5.1-next.0",
40
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
41
41
  "@backstage/config": "1.3.6",
42
- "@backstage/plugin-auth-node": "0.6.10-next.0",
43
- "@backstage/plugin-events-node": "0.4.18-next.0",
42
+ "@backstage/plugin-auth-node": "0.6.10-next.1",
43
+ "@backstage/plugin-events-node": "0.4.18-next.1",
44
44
  "@backstage/types": "1.2.2",
45
- "express": "^4.17.1",
45
+ "express": "^4.22.0",
46
46
  "uuid": "^11.0.0",
47
47
  "ws": "^8.18.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.34.6-next.0",
50
+ "@backstage/cli": "0.35.0-next.2",
51
51
  "@types/express": "^4.17.21"
52
52
  },
53
53
  "typesVersions": {