@backstage/plugin-catalog-backend 1.10.0-next.2 → 1.10.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 CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44c7ad6b8e11: Adds an optional `EventBroker` that is used for sending an event when there are conflicts, with details of the conflict so that it can be handled elsewhere.
8
+
9
+ ### Patch Changes
10
+
11
+ - 77e04a2d55be: Replace getBearerToken with library function of same
12
+ - ee411e7c2623: Update OpenAPI specs to be in line with linting standards.
13
+ - b8374d5d93b6: Add a base plate for performance testing of the catalog
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.19.0
16
+ - @backstage/catalog-client@1.4.2
17
+ - @backstage/types@1.1.0
18
+ - @backstage/integration@1.5.0
19
+ - @backstage/catalog-model@1.4.0
20
+ - @backstage/errors@1.2.0
21
+ - @backstage/backend-plugin-api@0.5.3
22
+ - @backstage/backend-tasks@0.5.3
23
+ - @backstage/plugin-auth-node@0.2.15
24
+ - @backstage/plugin-catalog-node@1.3.7
25
+ - @backstage/plugin-permission-node@0.7.9
26
+ - @backstage/plugin-search-backend-module-catalog@0.1.2
27
+ - @backstage/config@1.0.8
28
+ - @backstage/plugin-catalog-common@1.0.14
29
+ - @backstage/plugin-events-node@0.2.7
30
+ - @backstage/plugin-permission-common@0.7.6
31
+ - @backstage/plugin-scaffolder-common@1.3.1
32
+ - @backstage/plugin-search-common@1.2.4
33
+
3
34
  ## 1.10.0-next.2
4
35
 
5
36
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.10.0-next.2",
3
+ "version": "1.10.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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.10.0-next.2",
4
+ "version": "1.10.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,24 +43,24 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.19.0-next.2",
47
- "@backstage/backend-plugin-api": "^0.5.3-next.2",
48
- "@backstage/backend-tasks": "^0.5.3-next.2",
49
- "@backstage/catalog-client": "^1.4.2-next.2",
50
- "@backstage/catalog-model": "^1.4.0-next.1",
51
- "@backstage/config": "^1.0.7",
52
- "@backstage/errors": "^1.2.0-next.0",
53
- "@backstage/integration": "^1.5.0-next.0",
54
- "@backstage/plugin-auth-node": "^0.2.15-next.2",
55
- "@backstage/plugin-catalog-common": "^1.0.14-next.1",
56
- "@backstage/plugin-catalog-node": "^1.3.7-next.2",
57
- "@backstage/plugin-events-node": "^0.2.7-next.2",
58
- "@backstage/plugin-permission-common": "^0.7.6-next.0",
59
- "@backstage/plugin-permission-node": "^0.7.9-next.2",
60
- "@backstage/plugin-scaffolder-common": "^1.3.1-next.1",
61
- "@backstage/plugin-search-backend-module-catalog": "^0.1.2-next.2",
62
- "@backstage/plugin-search-common": "^1.2.4-next.0",
63
- "@backstage/types": "^1.0.2",
46
+ "@backstage/backend-common": "^0.19.0",
47
+ "@backstage/backend-plugin-api": "^0.5.3",
48
+ "@backstage/backend-tasks": "^0.5.3",
49
+ "@backstage/catalog-client": "^1.4.2",
50
+ "@backstage/catalog-model": "^1.4.0",
51
+ "@backstage/config": "^1.0.8",
52
+ "@backstage/errors": "^1.2.0",
53
+ "@backstage/integration": "^1.5.0",
54
+ "@backstage/plugin-auth-node": "^0.2.15",
55
+ "@backstage/plugin-catalog-common": "^1.0.14",
56
+ "@backstage/plugin-catalog-node": "^1.3.7",
57
+ "@backstage/plugin-events-node": "^0.2.7",
58
+ "@backstage/plugin-permission-common": "^0.7.6",
59
+ "@backstage/plugin-permission-node": "^0.7.9",
60
+ "@backstage/plugin-scaffolder-common": "^1.3.1",
61
+ "@backstage/plugin-search-backend-module-catalog": "^0.1.2",
62
+ "@backstage/plugin-search-common": "^1.2.4",
63
+ "@backstage/types": "^1.1.0",
64
64
  "@opentelemetry/api": "^1.3.0",
65
65
  "@types/express": "^4.17.6",
66
66
  "codeowners-utils": "^1.0.2",
@@ -86,10 +86,10 @@
86
86
  },
87
87
  "devDependencies": {
88
88
  "@backstage/backend-openapi-utils": "^0.0.2",
89
- "@backstage/backend-test-utils": "^0.1.38-next.2",
90
- "@backstage/cli": "^0.22.8-next.2",
91
- "@backstage/plugin-permission-common": "^0.7.6-next.0",
92
- "@backstage/plugin-search-backend-node": "^1.2.2-next.2",
89
+ "@backstage/backend-test-utils": "^0.1.38",
90
+ "@backstage/cli": "^0.22.8",
91
+ "@backstage/plugin-permission-common": "^0.7.6",
92
+ "@backstage/plugin-search-backend-node": "^1.2.2",
93
93
  "@types/core-js": "^2.5.4",
94
94
  "@types/git-url-parse": "^9.0.0",
95
95
  "@types/lodash": "^4.14.151",