@backstage/catalog-client 1.7.1-next.0 → 1.7.1

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @backstage/catalog-client
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0040632: Add missing doc string to API
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.7.0
10
+ - @backstage/errors@1.2.4
11
+
3
12
  ## 1.7.1-next.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/catalog-client",
3
- "version": "1.7.1-next.0",
3
+ "version": "1.7.1",
4
4
  "description": "An isomorphic client for the catalog backend",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -49,13 +49,13 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/catalog-model": "1.7.0",
53
- "@backstage/errors": "1.2.4",
52
+ "@backstage/catalog-model": "^1.7.0",
53
+ "@backstage/errors": "^1.2.4",
54
54
  "cross-fetch": "^4.0.0",
55
55
  "uri-template": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "0.28.0-next.2",
58
+ "@backstage/cli": "^0.28.0",
59
59
  "msw": "^1.0.0"
60
60
  },
61
61
  "module": "./dist/index.esm.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/catalog-client__testutils",
3
- "version": "1.7.1-next.0",
3
+ "version": "1.7.1",
4
4
  "main": "../dist/testUtils.cjs.js",
5
5
  "module": "../dist/testUtils.esm.js",
6
6
  "types": "../dist/testUtils.d.ts"