@backstage/plugin-notifications-node 0.0.0-nightly-20240601021720 → 0.0.0-nightly-20240604021639

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240601021720
3
+ ## 0.0.0-nightly-20240604021639
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
 
11
11
  - 1354d81: Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20240601021720
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20240601021720
15
- - @backstage/plugin-signals-node@0.0.0-nightly-20240601021720
13
+ - @backstage/backend-common@0.0.0-nightly-20240604021639
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240604021639
15
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240604021639
16
16
  - @backstage/catalog-client@1.6.5
17
17
  - @backstage/catalog-model@1.5.0
18
18
  - @backstage/plugin-notifications-common@0.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240601021720",
3
+ "version": "0.0.0-nightly-20240604021639",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -30,20 +30,20 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20240601021720",
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240601021720",
33
+ "@backstage/backend-common": "^0.0.0-nightly-20240604021639",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240604021639",
35
35
  "@backstage/catalog-client": "^1.6.5",
36
36
  "@backstage/catalog-model": "^1.5.0",
37
37
  "@backstage/plugin-notifications-common": "^0.0.3",
38
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240601021720",
38
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240604021639",
39
39
  "knex": "^3.0.0",
40
40
  "node-fetch": "^2.6.7",
41
41
  "uuid": "^9.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240601021720",
45
- "@backstage/cli": "^0.0.0-nightly-20240601021720",
46
- "@backstage/test-utils": "^0.0.0-nightly-20240601021720",
44
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240604021639",
45
+ "@backstage/cli": "^0.0.0-nightly-20240604021639",
46
+ "@backstage/test-utils": "^0.0.0-nightly-20240604021639",
47
47
  "msw": "^1.0.0"
48
48
  }
49
49
  }