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

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260421031647
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-20260421031647
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260421031647
11
11
 
12
12
  ## 0.2.25
13
13
 
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-20260421031647",
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-20260421031647",
41
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20260421031647"
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-20260421031647",
45
+ "@backstage/cli": "0.0.0-nightly-20260421031647",
46
+ "@backstage/test-utils": "0.0.0-nightly-20260421031647",
47
47
  "msw": "^1.0.0"
48
48
  },
49
49
  "typesVersions": {