@backstage/plugin-notifications-node 0.0.0-nightly-20240614021713 → 0.0.0-nightly-20240615021640

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