@backstage/plugin-catalog-backend-module-backstage-openapi 0.0.0-nightly-20240402021252 → 0.0.0-nightly-20240405021112

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,18 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
- ## 0.0.0-nightly-20240402021252
3
+ ## 0.0.0-nightly-20240405021112
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 58763e8: Use direct access of openapi.json files and not external route
8
8
  - Updated dependencies
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240402021252
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240402021252
11
- - @backstage/backend-tasks@0.0.0-nightly-20240402021252
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240405021112
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240405021112
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240405021112
12
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240405021112
12
13
  - @backstage/catalog-model@1.4.5
13
14
  - @backstage/config@1.2.0
14
15
  - @backstage/errors@1.2.4
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240402021252
16
+
17
+ ## 0.1.11-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 58763e8: Use direct access of openapi.json files and not external route
22
+ - Updated dependencies
23
+ - @backstage/backend-openapi-utils@0.1.10-next.0
24
+ - @backstage/backend-plugin-api@0.6.17-next.0
25
+ - @backstage/backend-tasks@0.5.22-next.0
26
+ - @backstage/catalog-model@1.4.5
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+ - @backstage/plugin-catalog-node@1.11.1-next.0
16
30
 
17
31
  ## 0.1.10
18
32
 
package/README.md CHANGED
@@ -23,7 +23,7 @@ Add a list of plugins to your config like,
23
23
  ```yaml title="app-config.yaml"
24
24
  catalog:
25
25
  providers:
26
- openapi:
26
+ backstageOpenapi:
27
27
  plugins:
28
28
  - catalog
29
29
  - todo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
3
- "version": "0.0.0-nightly-20240402021252",
3
+ "version": "0.0.0-nightly-20240405021112",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module"
6
6
  },
@@ -31,19 +31,19 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240402021252",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240402021252",
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20240402021252",
34
+ "@backstage/backend-openapi-utils": "^0.0.0-nightly-20240405021112",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240405021112",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240405021112",
37
37
  "@backstage/catalog-model": "^1.4.5",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240402021252",
40
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240405021112",
41
41
  "cross-fetch": "^4.0.0",
42
42
  "openapi-merge": "^1.3.2",
43
43
  "uuid": "^9.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240402021252",
46
+ "@backstage/cli": "^0.0.0-nightly-20240405021112",
47
47
  "openapi3-ts": "^3.1.2"
48
48
  },
49
49
  "configSchema": "config.d.ts"