@backstage/plugin-notifications-node 0.0.0-nightly-20240720021712 → 0.0.0-nightly-20240721021945

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240720021712
3
+ ## 0.0.0-nightly-20240721021945
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240720021712
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240720021712
8
+ - @backstage/backend-common@0.0.0-nightly-20240721021945
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240721021945
10
10
  - @backstage/catalog-client@1.6.5
11
11
  - @backstage/catalog-model@1.5.0
12
12
  - @backstage/plugin-notifications-common@0.0.5
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20240720021712
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240721021945
14
14
 
15
15
  ## 0.2.3
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240720021712",
3
+ "version": "0.0.0-nightly-20240721021945",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240720021712",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240720021712",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240721021945",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240721021945",
42
42
  "@backstage/catalog-client": "^1.6.5",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/plugin-notifications-common": "^0.0.5",
45
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240720021712",
45
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240721021945",
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-20240720021712",
52
- "@backstage/cli": "^0.0.0-nightly-20240720021712",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240721021945",
52
+ "@backstage/cli": "^0.0.0-nightly-20240721021945",
53
53
  "@backstage/test-utils": "^1.5.8",
54
54
  "msw": "^1.0.0"
55
55
  }