@backstage/plugin-catalog-backend-module-openapi 0.0.0-nightly-20221222022401 → 0.0.0-nightly-20221224021908

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 +8 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.0.0-nightly-20221222022401
3
+ ## 0.0.0-nightly-20221224021908
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20221222022401
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221222022401
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221222022401
8
+ - @backstage/catalog-model@0.0.0-nightly-20221224021908
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221224021908
10
+ - @backstage/backend-common@0.17.0
11
+ - @backstage/config@1.0.5
12
+ - @backstage/integration@1.4.1
13
+ - @backstage/types@1.0.2
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20221224021908
11
15
 
12
16
  ## 0.1.5
13
17
 
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-20221222022401",
4
+ "version": "0.0.0-nightly-20221224021908",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,18 +34,18 @@
34
34
  "dependencies": {
35
35
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
36
36
  "@backstage/backend-common": "^0.17.0",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221222022401",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221224021908",
38
38
  "@backstage/config": "^1.0.5",
39
39
  "@backstage/integration": "^1.4.1",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221222022401",
41
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221222022401",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221224021908",
41
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221224021908",
42
42
  "@backstage/types": "^1.0.2",
43
43
  "winston": "^3.2.1",
44
44
  "yaml": "^2.1.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.1.31",
48
- "@backstage/cli": "^0.22.0",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221224021908",
48
+ "@backstage/cli": "^0.0.0-nightly-20221224021908",
49
49
  "openapi-types": "^12.0.0"
50
50
  },
51
51
  "files": [