@backstage/plugin-catalog-backend-module-backstage-openapi 0.2.2-next.2 → 0.2.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.2.2
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-plugin-api@0.6.19
11
+ - @backstage/backend-tasks@0.5.24
12
+ - @backstage/plugin-catalog-node@1.12.1
13
+ - @backstage/backend-openapi-utils@0.1.12
14
+ - @backstage/catalog-model@1.5.0
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+
3
18
  ## 0.2.2-next.2
4
19
 
5
20
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -13,6 +13,6 @@ declare const metaOpenApiDocsPluginId = "meta-api-docs";
13
13
  /**
14
14
  * @public
15
15
  */
16
- declare const catalogModuleInternalOpenApiSpec: () => _backstage_backend_plugin_api.BackendFeature;
16
+ declare const catalogModuleInternalOpenApiSpec: _backstage_backend_plugin_api.BackendFeatureCompat;
17
17
 
18
18
  export { type MetaApiDocsPluginOptions, catalogModuleInternalOpenApiSpec, catalogModuleInternalOpenApiSpec as default, metaOpenApiDocsPluginId };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
3
- "version": "0.2.2-next.2",
3
+ "version": "0.2.2",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "catalog",
@@ -33,20 +33,20 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-openapi-utils": "^0.1.12-next.2",
37
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
38
- "@backstage/backend-tasks": "^0.5.24-next.3",
36
+ "@backstage/backend-openapi-utils": "^0.1.12",
37
+ "@backstage/backend-plugin-api": "^0.6.19",
38
+ "@backstage/backend-tasks": "^0.5.24",
39
39
  "@backstage/catalog-model": "^1.5.0",
40
40
  "@backstage/config": "^1.2.0",
41
41
  "@backstage/errors": "^1.2.4",
42
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
42
+ "@backstage/plugin-catalog-node": "^1.12.1",
43
43
  "cross-fetch": "^4.0.0",
44
44
  "lodash": "^4.17.21",
45
45
  "openapi-merge": "^1.3.2",
46
46
  "uuid": "^9.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.26.7-next.3",
49
+ "@backstage/cli": "^0.26.7",
50
50
  "openapi3-ts": "^3.1.2"
51
51
  },
52
52
  "configSchema": "config.d.ts"