@backstage/plugin-catalog-backend-module-openapi 0.1.37-next.2 → 0.1.37

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,38 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
+ ## 0.1.37
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/plugin-catalog-backend@1.23.0
13
+ - @backstage/integration@1.12.0
14
+ - @backstage/plugin-catalog-node@1.12.1
15
+ - @backstage/plugin-catalog-common@1.0.24
16
+ - @backstage/catalog-model@1.5.0
17
+ - @backstage/config@1.2.0
18
+ - @backstage/types@1.1.1
19
+
20
+ ## 0.1.37-next.3
21
+
22
+ ### Patch Changes
23
+
24
+ - d44a20a: Added additional plugin metadata to `package.json`.
25
+ - Updated dependencies
26
+ - @backstage/backend-plugin-api@0.6.19-next.3
27
+ - @backstage/integration@1.12.0-next.1
28
+ - @backstage/plugin-catalog-backend@1.23.0-next.3
29
+ - @backstage/plugin-catalog-common@1.0.24-next.0
30
+ - @backstage/plugin-catalog-node@1.12.1-next.2
31
+ - @backstage/backend-common@0.23.0-next.3
32
+ - @backstage/catalog-model@1.5.0
33
+ - @backstage/config@1.2.0
34
+ - @backstage/types@1.1.1
35
+
3
36
  ## 0.1.37-next.2
4
37
 
5
38
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -39,7 +39,7 @@ declare class OpenApiRefProcessor implements CatalogProcessor {
39
39
  *
40
40
  * @public
41
41
  */
42
- declare const catalogModuleJsonSchemaRefPlaceholderResolver: () => _backstage_backend_plugin_api.BackendFeature;
42
+ declare const catalogModuleJsonSchemaRefPlaceholderResolver: _backstage_backend_plugin_api.BackendFeatureCompat;
43
43
 
44
44
  /**
45
45
  * @public
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
- "version": "0.1.37-next.2",
3
+ "version": "0.1.37",
4
4
  "description": "A Backstage catalog backend module that helps with OpenAPI specifications",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "catalog",
8
+ "pluginPackage": "@backstage/plugin-catalog-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public",
@@ -36,21 +38,21 @@
36
38
  },
37
39
  "dependencies": {
38
40
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
39
- "@backstage/backend-common": "^0.23.0-next.2",
40
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
41
+ "@backstage/backend-common": "^0.23.0",
42
+ "@backstage/backend-plugin-api": "^0.6.19",
41
43
  "@backstage/catalog-model": "^1.5.0",
42
44
  "@backstage/config": "^1.2.0",
43
- "@backstage/integration": "^1.12.0-next.0",
44
- "@backstage/plugin-catalog-backend": "^1.23.0-next.2",
45
- "@backstage/plugin-catalog-common": "^1.0.23",
46
- "@backstage/plugin-catalog-node": "^1.12.1-next.1",
45
+ "@backstage/integration": "^1.12.0",
46
+ "@backstage/plugin-catalog-backend": "^1.23.0",
47
+ "@backstage/plugin-catalog-common": "^1.0.24",
48
+ "@backstage/plugin-catalog-node": "^1.12.1",
47
49
  "@backstage/types": "^1.1.1",
48
50
  "winston": "^3.2.1",
49
51
  "yaml": "^2.1.1"
50
52
  },
51
53
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.4.0-next.2",
53
- "@backstage/cli": "^0.26.7-next.2",
54
+ "@backstage/backend-test-utils": "^0.4.0",
55
+ "@backstage/cli": "^0.26.7",
54
56
  "openapi-types": "^12.0.0"
55
57
  }
56
58
  }