@backstage/plugin-catalog-backend-module-openapi 0.0.0-nightly-20230516022030 → 0.0.0-nightly-20230523021952

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 +19 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,29 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.0.0-nightly-20230516022030
3
+ ## 0.0.0-nightly-20230523021952
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230523021952
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230523021952
10
+ - @backstage/backend-common@0.0.0-nightly-20230523021952
11
+ - @backstage/integration@1.4.5
12
+ - @backstage/catalog-model@1.3.0
13
+ - @backstage/config@1.0.7
14
+ - @backstage/types@1.0.2
15
+ - @backstage/plugin-catalog-common@1.0.13
16
+
17
+ ## 0.1.11
4
18
 
5
19
  ### Patch Changes
6
20
 
7
21
  - accaceadffa: Fixed bug in `jsonSchemaRefPlaceholderResolver` where relative $ref files were resolved through file system instead of base URL of file
8
22
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230516022030
10
- - @backstage/backend-common@0.0.0-nightly-20230516022030
11
- - @backstage/integration@0.0.0-nightly-20230516022030
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230516022030
23
+ - @backstage/plugin-catalog-backend@1.9.1
24
+ - @backstage/backend-common@0.18.5
25
+ - @backstage/integration@1.4.5
26
+ - @backstage/plugin-catalog-node@1.3.6
13
27
  - @backstage/catalog-model@1.3.0
14
28
  - @backstage/config@1.0.7
15
29
  - @backstage/types@1.0.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
3
  "description": "A Backstage catalog backend module that helps with OpenAPI specifications",
4
- "version": "0.0.0-nightly-20230516022030",
4
+ "version": "0.0.0-nightly-20230523021952",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,20 +33,20 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
36
- "@backstage/backend-common": "^0.0.0-nightly-20230516022030",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230523021952",
37
37
  "@backstage/catalog-model": "^1.3.0",
38
38
  "@backstage/config": "^1.0.7",
39
- "@backstage/integration": "^0.0.0-nightly-20230516022030",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230516022030",
39
+ "@backstage/integration": "^1.4.5",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230523021952",
41
41
  "@backstage/plugin-catalog-common": "^1.0.13",
42
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230516022030",
42
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230523021952",
43
43
  "@backstage/types": "^1.0.2",
44
44
  "winston": "^3.2.1",
45
45
  "yaml": "^2.1.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230516022030",
49
- "@backstage/cli": "^0.0.0-nightly-20230516022030",
48
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230523021952",
49
+ "@backstage/cli": "^0.0.0-nightly-20230523021952",
50
50
  "openapi-types": "^12.0.0"
51
51
  },
52
52
  "files": [