@backstage/plugin-notifications-node 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260225031148

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 +26 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,36 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260225031148
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260217031303
9
- - @backstage/catalog-client@0.0.0-nightly-20260217031303
10
- - @backstage/plugin-notifications-common@0.0.0-nightly-20260217031303
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260225031148
9
+ - @backstage/catalog-client@0.0.0-nightly-20260225031148
11
10
  - @backstage/catalog-model@1.7.6
12
- - @backstage/plugin-signals-node@0.0.0-nightly-20260217031303
11
+ - @backstage/plugin-notifications-common@0.2.1
12
+ - @backstage/plugin-signals-node@0.0.0-nightly-20260225031148
13
+
14
+ ## 0.2.24-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.7.1-next.0
20
+ - @backstage/catalog-client@1.13.1-next.0
21
+ - @backstage/catalog-model@1.7.6
22
+ - @backstage/plugin-notifications-common@0.2.1
23
+ - @backstage/plugin-signals-node@0.1.29-next.0
24
+
25
+ ## 0.2.23
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/backend-plugin-api@1.7.0
31
+ - @backstage/catalog-client@1.13.0
32
+ - @backstage/plugin-notifications-common@0.2.1
33
+ - @backstage/plugin-signals-node@0.1.28
13
34
 
14
35
  ## 0.2.23-next.1
15
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20260217031303",
3
+ "version": "0.0.0-nightly-20260225031148",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260217031303",
41
- "@backstage/catalog-client": "0.0.0-nightly-20260217031303",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260225031148",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20260225031148",
42
42
  "@backstage/catalog-model": "1.7.6",
43
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20260217031303",
44
- "@backstage/plugin-signals-node": "0.0.0-nightly-20260217031303",
43
+ "@backstage/plugin-notifications-common": "0.2.1",
44
+ "@backstage/plugin-signals-node": "0.0.0-nightly-20260225031148",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^11.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20260217031303",
50
- "@backstage/cli": "0.0.0-nightly-20260217031303",
51
- "@backstage/test-utils": "0.0.0-nightly-20260217031303",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260225031148",
50
+ "@backstage/cli": "0.0.0-nightly-20260225031148",
51
+ "@backstage/test-utils": "0.0.0-nightly-20260225031148",
52
52
  "msw": "^1.0.0"
53
53
  },
54
54
  "typesVersions": {