@backstage/plugin-catalog-backend-module-incremental-ingestion 0.7.15-next.2 → 0.7.15
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 +13 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.7.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 870acb3: Moved detailed documentation from the README to the Backstage docs site. The README now contains installation instructions and links to the full documentation.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.10.0
|
|
10
|
+
- @backstage/backend-defaults@0.17.7
|
|
11
|
+
- @backstage/plugin-catalog-backend@3.9.0
|
|
12
|
+
- @backstage/backend-plugin-api@1.10.0
|
|
13
|
+
- @backstage/plugin-catalog-node@2.2.4
|
|
14
|
+
- @backstage/plugin-events-node@0.4.25
|
|
15
|
+
|
|
3
16
|
## 0.7.15-next.2
|
|
4
17
|
|
|
5
18
|
### 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.15
|
|
3
|
+
"version": "0.7.15",
|
|
4
4
|
"description": "An entity provider for streaming large asset sources into the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -55,23 +55,23 @@
|
|
|
55
55
|
"test": "backstage-cli package test"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@backstage/backend-defaults": "0.17.7
|
|
59
|
-
"@backstage/backend-plugin-api": "1.10.0
|
|
60
|
-
"@backstage/catalog-model": "1.
|
|
61
|
-
"@backstage/config": "1.3.8",
|
|
62
|
-
"@backstage/errors": "1.3.1",
|
|
63
|
-
"@backstage/plugin-catalog-backend": "3.9.0
|
|
64
|
-
"@backstage/plugin-catalog-node": "2.2.4
|
|
65
|
-
"@backstage/plugin-events-node": "0.4.25
|
|
66
|
-
"@backstage/types": "1.2.2",
|
|
58
|
+
"@backstage/backend-defaults": "^0.17.7",
|
|
59
|
+
"@backstage/backend-plugin-api": "^1.10.0",
|
|
60
|
+
"@backstage/catalog-model": "^1.10.0",
|
|
61
|
+
"@backstage/config": "^1.3.8",
|
|
62
|
+
"@backstage/errors": "^1.3.1",
|
|
63
|
+
"@backstage/plugin-catalog-backend": "^3.9.0",
|
|
64
|
+
"@backstage/plugin-catalog-node": "^2.2.4",
|
|
65
|
+
"@backstage/plugin-events-node": "^0.4.25",
|
|
66
|
+
"@backstage/types": "^1.2.2",
|
|
67
67
|
"express": "^4.22.0",
|
|
68
68
|
"express-promise-router": "^4.1.0",
|
|
69
69
|
"knex": "^3.0.0",
|
|
70
70
|
"luxon": "^3.0.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@backstage/backend-test-utils": "1.11.6
|
|
74
|
-
"@backstage/cli": "0.36.5
|
|
73
|
+
"@backstage/backend-test-utils": "^1.11.6",
|
|
74
|
+
"@backstage/cli": "^0.36.5",
|
|
75
75
|
"@types/express": "^4.17.6"
|
|
76
76
|
}
|
|
77
77
|
}
|