@backstage/plugin-catalog-backend-module-logs 0.1.15 → 0.1.16-next.0

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 +9 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-logs
2
2
 
3
+ ## 0.1.16-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@3.1.3-next.0
9
+ - @backstage/plugin-events-node@0.4.17-next.0
10
+ - @backstage/backend-plugin-api@1.4.5-next.0
11
+
3
12
  ## 0.1.15
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-logs",
3
- "version": "0.1.15",
3
+ "version": "0.1.16-next.0",
4
4
  "description": "A module that subscribes to catalog related events and logs them.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,14 +36,14 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^1.4.4",
40
- "@backstage/plugin-catalog-backend": "^3.1.2",
41
- "@backstage/plugin-events-node": "^0.4.16"
39
+ "@backstage/backend-plugin-api": "1.4.5-next.0",
40
+ "@backstage/plugin-catalog-backend": "3.1.3-next.0",
41
+ "@backstage/plugin-events-node": "0.4.17-next.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "^1.9.1",
45
- "@backstage/cli": "^0.34.4",
46
- "@backstage/plugin-events-backend-test-utils": "^0.1.49"
44
+ "@backstage/backend-test-utils": "1.10.0-next.0",
45
+ "@backstage/cli": "0.34.5-next.0",
46
+ "@backstage/plugin-events-backend-test-utils": "0.1.50-next.0"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {