@backstage/plugin-notifications-node 0.0.0-nightly-20260414031820 → 0.0.0-nightly-20260417031854

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 +15 -6
  2. package/package.json +6 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20260414031820
3
+ ## 0.0.0-nightly-20260417031854
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
7
8
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260414031820
9
- - @backstage/catalog-client@0.0.0-nightly-20260414031820
10
- - @backstage/plugin-signals-node@0.0.0-nightly-20260414031820
11
- - @backstage/catalog-model@0.0.0-nightly-20260414031820
12
- - @backstage/plugin-notifications-common@0.0.0-nightly-20260414031820
9
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20260417031854
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260417031854
11
+
12
+ ## 0.2.25
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.9.0
18
+ - @backstage/catalog-model@1.8.0
19
+ - @backstage/catalog-client@1.15.0
20
+ - @backstage/plugin-signals-node@0.2.0
21
+ - @backstage/plugin-notifications-common@0.2.2
13
22
 
14
23
  ## 0.2.25-next.2
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20260414031820",
3
+ "version": "0.0.0-nightly-20260417031854",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,18 +37,13 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260414031820",
41
- "@backstage/catalog-client": "0.0.0-nightly-20260414031820",
42
- "@backstage/catalog-model": "0.0.0-nightly-20260414031820",
43
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20260414031820",
44
- "@backstage/plugin-signals-node": "0.0.0-nightly-20260414031820",
45
- "knex": "^3.0.0",
46
- "uuid": "^11.0.0"
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260417031854",
41
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20260417031854"
47
42
  },
48
43
  "devDependencies": {
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20260414031820",
50
- "@backstage/cli": "0.0.0-nightly-20260414031820",
51
- "@backstage/test-utils": "0.0.0-nightly-20260414031820",
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260417031854",
45
+ "@backstage/cli": "0.0.0-nightly-20260417031854",
46
+ "@backstage/test-utils": "0.0.0-nightly-20260417031854",
52
47
  "msw": "^1.0.0"
53
48
  },
54
49
  "typesVersions": {