@backstage/plugin-catalog-backend-module-openapi 0.0.0-nightly-20260728031313 → 0.0.0-nightly-20260729031221

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 +14 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.0.0-nightly-20260728031313
3
+ ## 0.0.0-nightly-20260729031221
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260728031313
9
- - @backstage/integration@0.0.0-nightly-20260728031313
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260728031313
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260729031221
9
+ - @backstage/integration@0.0.0-nightly-20260729031221
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260729031221
11
+ - @backstage/catalog-model@1.9.0
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-catalog-common@1.1.10
14
+
15
+ ## 0.2.25-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/integration@2.1.0-next.0
11
21
 
12
22
  ## 0.2.25-next.0
13
23
 
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-20260728031313",
3
+ "version": "0.0.0-nightly-20260729031221",
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": "^15.3.5",
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260728031313",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260729031221",
45
45
  "@backstage/catalog-model": "1.9.0",
46
- "@backstage/integration": "0.0.0-nightly-20260728031313",
46
+ "@backstage/integration": "0.0.0-nightly-20260729031221",
47
47
  "@backstage/plugin-catalog-common": "1.1.10",
48
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260728031313",
48
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260729031221",
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-20260728031313",
54
- "@backstage/cli": "0.36.4",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260729031221",
54
+ "@backstage/cli": "0.0.0-nightly-20260729031221",
55
55
  "openapi-types": "^12.0.0"
56
56
  },
57
57
  "typesVersions": {