@backstage/plugin-catalog-backend-module-openapi 0.0.0-nightly-20260305031015 → 0.0.0-nightly-20260306031014

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.0.0-nightly-20260305031015
3
+ ## 0.0.0-nightly-20260306031014
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20260305031015
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260305031015
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260305031015
8
+ - @backstage/integration@0.0.0-nightly-20260306031014
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260306031014
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260306031014
11
11
  - @backstage/catalog-model@1.7.6
12
12
  - @backstage/types@1.2.2
13
13
  - @backstage/plugin-catalog-common@1.1.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
- "version": "0.0.0-nightly-20260305031015",
3
+ "version": "0.0.0-nightly-20260306031014",
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": "0.0.0-nightly-20260305031015",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260306031014",
45
45
  "@backstage/catalog-model": "1.7.6",
46
- "@backstage/integration": "0.0.0-nightly-20260305031015",
46
+ "@backstage/integration": "0.0.0-nightly-20260306031014",
47
47
  "@backstage/plugin-catalog-common": "1.1.8",
48
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260305031015",
48
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260306031014",
49
49
  "@backstage/types": "1.2.2",
50
50
  "yaml": "^2.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20260305031015",
54
- "@backstage/cli": "0.0.0-nightly-20260305031015",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260306031014",
54
+ "@backstage/cli": "0.0.0-nightly-20260306031014",
55
55
  "openapi-types": "^12.0.0"
56
56
  },
57
57
  "typesVersions": {