@backstage/plugin-catalog-backend-module-incremental-ingestion 0.6.2-next.1 → 0.6.2
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.
- package/CHANGELOG.md +17 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ec547b8: Remove the error handler middleware, since that is now provided by the framework
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-defaults@0.7.0
|
|
10
|
+
- @backstage/types@1.2.1
|
|
11
|
+
- @backstage/plugin-catalog-backend@1.30.0
|
|
12
|
+
- @backstage/backend-plugin-api@1.1.1
|
|
13
|
+
- @backstage/catalog-model@1.7.3
|
|
14
|
+
- @backstage/config@1.3.2
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/plugin-catalog-node@1.15.1
|
|
17
|
+
- @backstage/plugin-events-node@0.4.7
|
|
18
|
+
- @backstage/plugin-permission-common@0.8.4
|
|
19
|
+
|
|
3
20
|
## 0.6.2-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
|
3
|
-
"version": "0.6.2
|
|
3
|
+
"version": "0.6.2",
|
|
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.7.0
|
|
65
|
-
"@backstage/backend-plugin-api": "1.1.1
|
|
66
|
-
"@backstage/catalog-model": "1.7.3
|
|
67
|
-
"@backstage/config": "1.3.2
|
|
68
|
-
"@backstage/errors": "1.2.7
|
|
69
|
-
"@backstage/plugin-catalog-backend": "1.30.0
|
|
70
|
-
"@backstage/plugin-catalog-node": "1.15.1
|
|
71
|
-
"@backstage/plugin-events-node": "0.4.7
|
|
72
|
-
"@backstage/plugin-permission-common": "0.8.4
|
|
73
|
-
"@backstage/types": "1.2.1
|
|
64
|
+
"@backstage/backend-defaults": "^0.7.0",
|
|
65
|
+
"@backstage/backend-plugin-api": "^1.1.1",
|
|
66
|
+
"@backstage/catalog-model": "^1.7.3",
|
|
67
|
+
"@backstage/config": "^1.3.2",
|
|
68
|
+
"@backstage/errors": "^1.2.7",
|
|
69
|
+
"@backstage/plugin-catalog-backend": "^1.30.0",
|
|
70
|
+
"@backstage/plugin-catalog-node": "^1.15.1",
|
|
71
|
+
"@backstage/plugin-events-node": "^0.4.7",
|
|
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": "1.2.1
|
|
84
|
-
"@backstage/cli": "0.29.5
|
|
83
|
+
"@backstage/backend-test-utils": "^1.2.1",
|
|
84
|
+
"@backstage/cli": "^0.29.5",
|
|
85
85
|
"@types/luxon": "^3.0.0"
|
|
86
86
|
}
|
|
87
87
|
}
|