@backstage/plugin-catalog-backend-module-openapi 0.0.0-nightly-20230217023325 → 0.0.0-nightly-20230218023213

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-20230217023325
3
+ ## 0.0.0-nightly-20230218023213
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230217023325
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230217023325
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230217023325
8
+ - @backstage/backend-common@0.0.0-nightly-20230218023213
9
+ - @backstage/catalog-model@1.2.0
10
+ - @backstage/config@1.0.6
11
+ - @backstage/integration@1.4.2
12
+ - @backstage/types@1.0.2
13
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230218023213
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230218023213
11
15
 
12
16
  ## 0.1.8
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-20230217023325",
4
+ "version": "0.0.0-nightly-20230218023213",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
36
- "@backstage/backend-common": "^0.0.0-nightly-20230217023325",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230218023213",
37
37
  "@backstage/catalog-model": "^1.2.0",
38
38
  "@backstage/config": "^1.0.6",
39
39
  "@backstage/integration": "^1.4.2",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230217023325",
41
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230217023325",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230218023213",
41
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230218023213",
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.0.0-nightly-20230217023325",
48
- "@backstage/cli": "^0.22.2",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230218023213",
48
+ "@backstage/cli": "^0.0.0-nightly-20230218023213",
49
49
  "openapi-types": "^12.0.0"
50
50
  },
51
51
  "files": [