@backstage/catalog-client 1.15.1 → 1.15.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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @backstage/catalog-client
|
|
2
2
|
|
|
3
|
+
## 1.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f1cc622: Moved dependencies that are re-exported in the public API from `devDependencies` to `dependencies`. These were incorrectly demoted in #33936 because the source code only uses type imports, but the types still appear in the published API surface and need to be resolvable by consumers at build time.
|
|
8
|
+
|
|
3
9
|
## 1.15.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/catalog-client",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2",
|
|
4
4
|
"description": "An isomorphic client for the catalog backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "common-library"
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"@backstage/catalog-model": "^1.9.0",
|
|
62
62
|
"@backstage/errors": "^1.3.1",
|
|
63
63
|
"@backstage/filter-predicates": "^0.1.3",
|
|
64
|
+
"@backstage/plugin-catalog-common": "^1.1.10",
|
|
64
65
|
"cross-fetch": "^4.0.0",
|
|
65
66
|
"lodash": "^4.17.21",
|
|
66
67
|
"uri-template": "^2.0.0"
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
70
|
"@backstage/cli": "^0.36.2",
|
|
70
|
-
"@backstage/plugin-catalog-common": "^1.1.10",
|
|
71
71
|
"@types/lodash": "^4.14.151",
|
|
72
72
|
"msw": "^1.0.0"
|
|
73
73
|
},
|