@backstage/plugin-notifications-node 0.2.30-next.1 → 0.2.30

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 +9 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
+ ## 0.2.30
4
+
5
+ ### Patch Changes
6
+
7
+ - 80a548a: Added `resolveNotificationLink` utility function that resolves relative notification links to absolute URLs using a provided base URL. This can be used by notification processor modules to ensure links are absolute before forwarding them to external systems.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.10.1
10
+ - @backstage/plugin-notifications-common@0.2.4
11
+
3
12
  ## 0.2.30-next.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.2.30-next.1",
3
+ "version": "0.2.30",
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": "1.10.1-next.1",
41
- "@backstage/plugin-notifications-common": "0.2.4-next.0"
40
+ "@backstage/backend-plugin-api": "^1.10.1",
41
+ "@backstage/plugin-notifications-common": "^0.2.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "1.11.7-next.1",
45
- "@backstage/cli": "0.36.6-next.1",
46
- "@backstage/test-utils": "1.7.22-next.2",
44
+ "@backstage/backend-test-utils": "^1.11.7",
45
+ "@backstage/cli": "^0.36.6",
46
+ "@backstage/test-utils": "^1.7.22",
47
47
  "msw": "^2.0.0"
48
48
  },
49
49
  "typesVersions": {