@backstage/plugin-catalog-backend 1.8.0-next.1 → 1.8.0-next.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 +12 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.8.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.18.3-next.2
|
|
9
|
+
- @backstage/backend-plugin-api@0.4.1-next.2
|
|
10
|
+
- @backstage/plugin-permission-node@0.7.6-next.2
|
|
11
|
+
- @backstage/plugin-catalog-node@1.3.4-next.2
|
|
12
|
+
- @backstage/config@1.0.7-next.0
|
|
13
|
+
- @backstage/integration@1.4.3-next.0
|
|
14
|
+
|
|
3
15
|
## 1.8.0-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Catalog Backend
|
|
2
2
|
|
|
3
3
|
This is the backend for the default Backstage [software
|
|
4
|
-
catalog](http://backstage.io/docs/features/software-catalog/
|
|
4
|
+
catalog](http://backstage.io/docs/features/software-catalog/).
|
|
5
5
|
This provides an API for consumers such as the frontend [catalog
|
|
6
6
|
plugin](https://github.com/backstage/backstage/tree/master/plugins/catalog).
|
|
7
7
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
4
|
-
"version": "1.8.0-next.
|
|
4
|
+
"version": "1.8.0-next.2",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"clean": "backstage-cli package clean"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.18.3-next.
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.4.1-next.
|
|
46
|
+
"@backstage/backend-common": "^0.18.3-next.2",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.4.1-next.2",
|
|
48
48
|
"@backstage/catalog-client": "^1.4.0-next.1",
|
|
49
49
|
"@backstage/catalog-model": "^1.2.1-next.1",
|
|
50
50
|
"@backstage/config": "^1.0.7-next.0",
|
|
51
51
|
"@backstage/errors": "^1.1.5-next.0",
|
|
52
52
|
"@backstage/integration": "^1.4.3-next.0",
|
|
53
53
|
"@backstage/plugin-catalog-common": "^1.0.12-next.1",
|
|
54
|
-
"@backstage/plugin-catalog-node": "^1.3.4-next.
|
|
54
|
+
"@backstage/plugin-catalog-node": "^1.3.4-next.2",
|
|
55
55
|
"@backstage/plugin-permission-common": "^0.7.4-next.0",
|
|
56
|
-
"@backstage/plugin-permission-node": "^0.7.6-next.
|
|
56
|
+
"@backstage/plugin-permission-node": "^0.7.6-next.2",
|
|
57
57
|
"@backstage/plugin-scaffolder-common": "^1.2.6-next.1",
|
|
58
58
|
"@backstage/plugin-search-common": "^1.2.2-next.0",
|
|
59
59
|
"@backstage/types": "^1.0.2",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"zod": "~3.18.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-test-utils": "^0.1.35-next.
|
|
84
|
+
"@backstage/backend-test-utils": "^0.1.35-next.2",
|
|
85
85
|
"@backstage/cli": "^0.22.4-next.1",
|
|
86
86
|
"@backstage/plugin-permission-common": "^0.7.4-next.0",
|
|
87
|
-
"@backstage/plugin-search-backend-node": "^1.1.4-next.
|
|
87
|
+
"@backstage/plugin-search-backend-node": "^1.1.4-next.2",
|
|
88
88
|
"@types/core-js": "^2.5.4",
|
|
89
89
|
"@types/git-url-parse": "^9.0.0",
|
|
90
90
|
"@types/lodash": "^4.14.151",
|