@backstage/plugin-catalog-backend-module-logs 0.0.0-nightly-20240906022905 → 0.0.0-nightly-20240907022659

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 +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-20240906022905
3
+ ## 0.0.0-nightly-20240907022659
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,9 +13,9 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240906022905
17
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20240906022905
18
- - @backstage/plugin-events-node@0.0.0-nightly-20240906022905
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240907022659
17
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20240907022659
18
+ - @backstage/plugin-events-node@0.0.0-nightly-20240907022659
19
19
 
20
20
  ## 0.1.0-next.1
21
21
 
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-20240906022905",
3
+ "version": "0.0.0-nightly-20240907022659",
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-20240906022905",
37
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20240906022905",
38
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240906022905"
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240907022659",
37
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20240907022659",
38
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240907022659"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240906022905",
42
- "@backstage/cli": "^0.0.0-nightly-20240906022905",
43
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240906022905"
41
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240907022659",
42
+ "@backstage/cli": "^0.0.0-nightly-20240907022659",
43
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240907022659"
44
44
  }
45
45
  }