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

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
+ ## 0.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
8
+ - 7455dae: Use node prefix on native imports
9
+ - Updated dependencies
10
+ - @backstage/integration@1.20.0
11
+ - @backstage/plugin-catalog-node@2.0.0
12
+ - @backstage/backend-plugin-api@1.7.0
13
+ - @backstage/plugin-catalog-common@1.1.8
14
+
3
15
  ## 0.2.19-next.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
- "version": "0.2.19-next.2",
3
+ "version": "0.2.19",
4
4
  "description": "A Backstage catalog backend module that helps with OpenAPI specifications",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,17 +41,17 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@apidevtools/json-schema-ref-parser": "^14.2.1",
44
- "@backstage/backend-plugin-api": "1.7.0-next.1",
45
- "@backstage/catalog-model": "1.7.6",
46
- "@backstage/integration": "1.20.0-next.2",
47
- "@backstage/plugin-catalog-common": "1.1.8-next.0",
48
- "@backstage/plugin-catalog-node": "2.0.0-next.1",
49
- "@backstage/types": "1.2.2",
44
+ "@backstage/backend-plugin-api": "^1.7.0",
45
+ "@backstage/catalog-model": "^1.7.6",
46
+ "@backstage/integration": "^1.20.0",
47
+ "@backstage/plugin-catalog-common": "^1.1.8",
48
+ "@backstage/plugin-catalog-node": "^2.0.0",
49
+ "@backstage/types": "^1.2.2",
50
50
  "yaml": "^2.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "1.11.0-next.1",
54
- "@backstage/cli": "0.35.4-next.2",
53
+ "@backstage/backend-test-utils": "^1.11.0",
54
+ "@backstage/cli": "^0.35.4",
55
55
  "openapi-types": "^12.0.0"
56
56
  },
57
57
  "typesVersions": {