@backstage/plugin-notifications-node 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241122023551

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 +17 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241122023551
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@0.0.0-nightly-20241122023551
9
+ - @backstage/plugin-signals-node@0.0.0-nightly-20241122023551
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241122023551
11
+ - @backstage/catalog-model@1.7.1
12
+ - @backstage/plugin-notifications-common@0.0.6
13
+
14
+ ## 0.2.9
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - 4e58bc7: Upgrade to uuid v11 internally
8
19
  - 5d74716: Remove unused backend-common dependency
9
20
  - Updated dependencies
10
- - @backstage/catalog-client@0.0.0-nightly-20241119023621
11
- - @backstage/plugin-notifications-common@0.0.0-nightly-20241119023621
12
- - @backstage/plugin-signals-node@0.0.0-nightly-20241119023621
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241119023621
14
- - @backstage/catalog-model@0.0.0-nightly-20241119023621
21
+ - @backstage/catalog-client@1.8.0
22
+ - @backstage/backend-plugin-api@1.0.2
23
+ - @backstage/plugin-notifications-common@0.0.6
24
+ - @backstage/plugin-signals-node@0.1.14
25
+ - @backstage/catalog-model@1.7.1
15
26
 
16
27
  ## 0.2.9-next.3
17
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241122023551",
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-plugin-api": "0.0.0-nightly-20241119023621",
41
- "@backstage/catalog-client": "0.0.0-nightly-20241119023621",
42
- "@backstage/catalog-model": "0.0.0-nightly-20241119023621",
43
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20241119023621",
44
- "@backstage/plugin-signals-node": "0.0.0-nightly-20241119023621",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241122023551",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20241122023551",
42
+ "@backstage/catalog-model": "1.7.1",
43
+ "@backstage/plugin-notifications-common": "0.0.6",
44
+ "@backstage/plugin-signals-node": "0.0.0-nightly-20241122023551",
45
45
  "knex": "^3.0.0",
46
46
  "node-fetch": "^2.7.0",
47
47
  "uuid": "^11.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "0.0.0-nightly-20241119023621",
51
- "@backstage/cli": "0.0.0-nightly-20241119023621",
52
- "@backstage/test-utils": "0.0.0-nightly-20241119023621",
50
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241122023551",
51
+ "@backstage/cli": "0.0.0-nightly-20241122023551",
52
+ "@backstage/test-utils": "0.0.0-nightly-20241122023551",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "typesVersions": {