@backstage/plugin-notifications-node 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +12 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 0c5e41f: Removed unused dependencies that had no imports in source code.
8
8
  - Updated dependencies
9
- - @backstage/plugin-notifications-common@0.0.0-nightly-20260420031813
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260420031813
9
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20260422031853
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260422031853
11
+
12
+ ## 0.2.26-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
17
+ - Updated dependencies
18
+ - @backstage/plugin-notifications-common@0.2.3-next.0
19
+ - @backstage/backend-plugin-api@1.9.1-next.0
11
20
 
12
21
  ## 0.2.25
13
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,13 +37,13 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260420031813",
41
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20260420031813"
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260422031853",
41
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20260422031853"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "0.0.0-nightly-20260420031813",
45
- "@backstage/cli": "0.0.0-nightly-20260420031813",
46
- "@backstage/test-utils": "0.0.0-nightly-20260420031813",
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853",
45
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
46
+ "@backstage/test-utils": "0.0.0-nightly-20260422031853",
47
47
  "msw": "^1.0.0"
48
48
  },
49
49
  "typesVersions": {