@backstage/plugin-catalog-backend-module-logs 0.0.0-nightly-20240625021714 → 0.0.0-nightly-20240627021712

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 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-logs
2
2
 
3
- ## 0.0.0-nightly-20240625021714
3
+ ## 0.0.0-nightly-20240627021712
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,6 +10,20 @@
10
10
  and configure the plugin.
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240625021714
14
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20240625021714
15
- - @backstage/plugin-events-node@0.0.0-nightly-20240625021714
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240627021712
14
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20240627021712
15
+ - @backstage/plugin-events-node@0.0.0-nightly-20240627021712
16
+
17
+ ## 0.0.1-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 97caf55: Creates a new module to make logging catalog errors simple. This module subscribes to catalog events and logs them.
22
+
23
+ See [Backstage documentation](https://backstage.io/docs/features/software-catalog/configuration#subscribing-to-catalog-errors) for details on how to install
24
+ and configure the plugin.
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@0.6.21-next.0
28
+ - @backstage/plugin-catalog-backend@1.23.2-next.0
29
+ - @backstage/plugin-events-node@0.3.7-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-logs",
3
- "version": "0.0.0-nightly-20240625021714",
3
+ "version": "0.0.0-nightly-20240627021712",
4
4
  "description": "A module that subscribes to catalog releated events and logs them.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,13 +33,13 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240625021714",
37
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20240625021714",
38
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240625021714"
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240627021712",
37
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20240627021712",
38
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240627021712"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240625021714",
42
- "@backstage/cli": "^0.0.0-nightly-20240625021714",
43
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240625021714"
41
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240627021712",
42
+ "@backstage/cli": "^0.0.0-nightly-20240627021712",
43
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240627021712"
44
44
  }
45
45
  }