@backstage/plugin-notifications-node 0.0.0-nightly-20240422021413 → 0.0.0-nightly-20240424021224

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 +18 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240422021413
3
+ ## 0.0.0-nightly-20240424021224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240422021413
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240422021413
10
- - @backstage/catalog-client@1.6.4
11
- - @backstage/catalog-model@1.4.5
8
+ - @backstage/catalog-model@0.0.0-nightly-20240424021224
9
+ - @backstage/backend-common@0.0.0-nightly-20240424021224
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240424021224
11
+ - @backstage/catalog-client@0.0.0-nightly-20240424021224
12
+ - @backstage/plugin-notifications-common@0.0.3
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240424021224
14
+
15
+ ## 0.1.4-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/catalog-model@1.5.0-next.0
21
+ - @backstage/backend-common@0.21.8-next.0
22
+ - @backstage/backend-plugin-api@0.6.18-next.0
23
+ - @backstage/catalog-client@1.6.5-next.0
12
24
  - @backstage/plugin-notifications-common@0.0.3
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20240422021413
25
+ - @backstage/plugin-signals-node@0.1.4-next.0
14
26
 
15
27
  ## 0.1.3
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240422021413",
3
+ "version": "0.0.0-nightly-20240424021224",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -30,19 +30,19 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20240422021413",
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240422021413",
35
- "@backstage/catalog-client": "^1.6.4",
36
- "@backstage/catalog-model": "^1.4.5",
33
+ "@backstage/backend-common": "^0.0.0-nightly-20240424021224",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240424021224",
35
+ "@backstage/catalog-client": "^0.0.0-nightly-20240424021224",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20240424021224",
37
37
  "@backstage/plugin-notifications-common": "^0.0.3",
38
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240422021413",
38
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240424021224",
39
39
  "knex": "^3.0.0",
40
40
  "uuid": "^9.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240422021413",
44
- "@backstage/cli": "^0.0.0-nightly-20240422021413",
45
- "@backstage/test-utils": "^1.5.4",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240424021224",
44
+ "@backstage/cli": "^0.0.0-nightly-20240424021224",
45
+ "@backstage/test-utils": "^0.0.0-nightly-20240424021224",
46
46
  "msw": "^1.0.0"
47
47
  }
48
48
  }