@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20250113023347 → 0.0.0-nightly-20250116022939

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 +22 -11
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,21 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20250113023347
3
+ ## 0.0.0-nightly-20250116022939
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250116022939
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20250116022939
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250116022939
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250116022939
12
+ - @backstage/plugin-events-node@0.0.0-nightly-20250116022939
13
+
14
+ ## 0.6.2
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - ec547b8: Remove the error handler middleware, since that is now provided by the framework
8
19
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20250113023347
10
- - @backstage/types@0.0.0-nightly-20250113023347
11
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20250113023347
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250113023347
13
- - @backstage/catalog-model@0.0.0-nightly-20250113023347
14
- - @backstage/config@0.0.0-nightly-20250113023347
15
- - @backstage/errors@0.0.0-nightly-20250113023347
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250113023347
17
- - @backstage/plugin-events-node@0.0.0-nightly-20250113023347
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20250113023347
20
+ - @backstage/backend-defaults@0.7.0
21
+ - @backstage/types@1.2.1
22
+ - @backstage/plugin-catalog-backend@1.30.0
23
+ - @backstage/backend-plugin-api@1.1.1
24
+ - @backstage/catalog-model@1.7.3
25
+ - @backstage/config@1.3.2
26
+ - @backstage/errors@1.2.7
27
+ - @backstage/plugin-catalog-node@1.15.1
28
+ - @backstage/plugin-events-node@0.4.7
29
+ - @backstage/plugin-permission-common@0.8.4
19
30
 
20
31
  ## 0.6.2-next.1
21
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.0.0-nightly-20250113023347",
3
+ "version": "0.0.0-nightly-20250116022939",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -61,16 +61,16 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-defaults": "0.0.0-nightly-20250113023347",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250113023347",
66
- "@backstage/catalog-model": "0.0.0-nightly-20250113023347",
67
- "@backstage/config": "0.0.0-nightly-20250113023347",
68
- "@backstage/errors": "0.0.0-nightly-20250113023347",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20250113023347",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250113023347",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20250113023347",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250113023347",
73
- "@backstage/types": "0.0.0-nightly-20250113023347",
64
+ "@backstage/backend-defaults": "0.0.0-nightly-20250116022939",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250116022939",
66
+ "@backstage/catalog-model": "1.7.3",
67
+ "@backstage/config": "1.3.2",
68
+ "@backstage/errors": "1.2.7",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20250116022939",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250116022939",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250116022939",
72
+ "@backstage/plugin-permission-common": "0.8.4",
73
+ "@backstage/types": "1.2.1",
74
74
  "@opentelemetry/api": "^1.9.0",
75
75
  "@types/express": "^4.17.6",
76
76
  "express": "^4.17.1",
@@ -80,8 +80,8 @@
80
80
  "uuid": "^11.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20250113023347",
84
- "@backstage/cli": "0.0.0-nightly-20250113023347",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250116022939",
84
+ "@backstage/cli": "0.29.5",
85
85
  "@types/luxon": "^3.0.0"
86
86
  }
87
87
  }