@backstage/plugin-catalog-backend-module-incremental-ingestion 0.7.6-next.1 → 0.7.7-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.
- package/CHANGELOG.md +31 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.7.7-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.14.0-next.0
|
|
9
|
+
- @backstage/backend-plugin-api@1.5.1-next.0
|
|
10
|
+
- @backstage/plugin-catalog-backend@3.2.1-next.0
|
|
11
|
+
- @backstage/plugin-catalog-node@1.20.1-next.0
|
|
12
|
+
- @backstage/plugin-events-node@0.4.18-next.0
|
|
13
|
+
- @backstage/config@1.3.6
|
|
14
|
+
- @backstage/catalog-model@1.7.6
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/types@1.2.2
|
|
17
|
+
- @backstage/plugin-permission-common@0.9.3
|
|
18
|
+
|
|
19
|
+
## 0.7.6
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 70745c5: Correctly handle entity removal computation when DB count query returns string
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/backend-defaults@0.13.1
|
|
26
|
+
- @backstage/plugin-catalog-backend@3.2.0
|
|
27
|
+
- @backstage/plugin-catalog-node@1.20.0
|
|
28
|
+
- @backstage/backend-plugin-api@1.5.0
|
|
29
|
+
- @backstage/plugin-permission-common@0.9.3
|
|
30
|
+
- @backstage/plugin-events-node@0.4.17
|
|
31
|
+
- @backstage/config@1.3.6
|
|
32
|
+
- @backstage/catalog-model@1.7.6
|
|
33
|
+
|
|
3
34
|
## 0.7.6-next.1
|
|
4
35
|
|
|
5
36
|
### 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.7.
|
|
3
|
+
"version": "0.7.7-next.0",
|
|
4
4
|
"description": "An entity provider for streaming large asset sources into the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"test": "backstage-cli package test"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@backstage/backend-defaults": "0.
|
|
59
|
-
"@backstage/backend-plugin-api": "1.5.
|
|
60
|
-
"@backstage/catalog-model": "1.7.6
|
|
61
|
-
"@backstage/config": "1.3.6
|
|
58
|
+
"@backstage/backend-defaults": "0.14.0-next.0",
|
|
59
|
+
"@backstage/backend-plugin-api": "1.5.1-next.0",
|
|
60
|
+
"@backstage/catalog-model": "1.7.6",
|
|
61
|
+
"@backstage/config": "1.3.6",
|
|
62
62
|
"@backstage/errors": "1.2.7",
|
|
63
|
-
"@backstage/plugin-catalog-backend": "3.2.
|
|
64
|
-
"@backstage/plugin-catalog-node": "1.20.
|
|
65
|
-
"@backstage/plugin-events-node": "0.4.
|
|
66
|
-
"@backstage/plugin-permission-common": "0.9.3
|
|
63
|
+
"@backstage/plugin-catalog-backend": "3.2.1-next.0",
|
|
64
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.0",
|
|
65
|
+
"@backstage/plugin-events-node": "0.4.18-next.0",
|
|
66
|
+
"@backstage/plugin-permission-common": "0.9.3",
|
|
67
67
|
"@backstage/types": "1.2.2",
|
|
68
68
|
"@opentelemetry/api": "^1.9.0",
|
|
69
69
|
"express": "^4.17.1",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"uuid": "^11.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/backend-test-utils": "1.10.
|
|
77
|
-
"@backstage/cli": "0.34.
|
|
76
|
+
"@backstage/backend-test-utils": "1.10.1-next.0",
|
|
77
|
+
"@backstage/cli": "0.34.6-next.0",
|
|
78
78
|
"@types/express": "^4.17.6",
|
|
79
79
|
"@types/luxon": "^3.0.0"
|
|
80
80
|
}
|