@backstage/plugin-catalog-backend-module-openapi 0.1.30 → 0.1.31-next.2

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 +30 -15
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,34 +1,49 @@
1
1
  # @backstage/plugin-catalog-backend-module-openapi
2
2
 
3
- ## 0.1.30
3
+ ## 0.1.31-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.21.3
9
- - @backstage/plugin-catalog-backend@1.17.3
10
- - @backstage/plugin-catalog-node@1.7.3
11
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/plugin-catalog-backend@1.18.0-next.2
9
+ - @backstage/integration@1.9.1-next.2
10
+ - @backstage/backend-common@0.21.4-next.2
11
+ - @backstage/plugin-catalog-node@1.8.0-next.2
12
+ - @backstage/backend-plugin-api@0.6.14-next.2
13
+ - @backstage/catalog-model@1.4.5-next.0
14
+ - @backstage/config@1.2.0-next.1
15
+ - @backstage/types@1.1.1
16
+ - @backstage/plugin-catalog-common@1.0.22-next.1
12
17
 
13
- ## 0.1.29
18
+ ## 0.1.31-next.1
14
19
 
15
20
  ### Patch Changes
16
21
 
17
22
  - Updated dependencies
18
- - @backstage/backend-common@0.21.2
19
- - @backstage/plugin-catalog-backend@1.17.2
20
- - @backstage/backend-plugin-api@0.6.12
21
- - @backstage/plugin-catalog-node@1.7.2
23
+ - @backstage/config@1.2.0-next.1
24
+ - @backstage/backend-common@0.21.4-next.1
25
+ - @backstage/backend-plugin-api@0.6.14-next.1
26
+ - @backstage/integration@1.9.1-next.1
27
+ - @backstage/plugin-catalog-backend@1.18.0-next.1
28
+ - @backstage/catalog-model@1.4.5-next.0
29
+ - @backstage/types@1.1.1
30
+ - @backstage/plugin-catalog-common@1.0.22-next.1
31
+ - @backstage/plugin-catalog-node@1.8.0-next.1
22
32
 
23
- ## 0.1.28
33
+ ## 0.1.30-next.0
24
34
 
25
35
  ### Patch Changes
26
36
 
27
37
  - Updated dependencies
28
- - @backstage/backend-common@0.21.1
29
- - @backstage/plugin-catalog-backend@1.17.1
30
- - @backstage/backend-plugin-api@0.6.11
31
- - @backstage/plugin-catalog-node@1.7.1
38
+ - @backstage/backend-common@0.21.3-next.0
39
+ - @backstage/backend-plugin-api@0.6.13-next.0
40
+ - @backstage/plugin-catalog-backend@1.18.0-next.0
41
+ - @backstage/plugin-catalog-node@1.8.0-next.0
42
+ - @backstage/catalog-model@1.4.5-next.0
43
+ - @backstage/config@1.1.2-next.0
44
+ - @backstage/integration@1.9.1-next.0
45
+ - @backstage/types@1.1.1
46
+ - @backstage/plugin-catalog-common@1.0.22-next.0
32
47
 
33
48
  ## 0.1.27
34
49
 
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-openapi",
3
+ "version": "0.1.31-next.2",
3
4
  "description": "A Backstage catalog backend module that helps with OpenAPI specifications",
4
- "version": "0.1.30",
5
- "main": "dist/index.cjs.js",
6
- "types": "dist/index.d.ts",
7
- "license": "Apache-2.0",
5
+ "backstage": {
6
+ "role": "backend-plugin-module"
7
+ },
8
8
  "publishConfig": {
9
9
  "access": "public",
10
10
  "main": "dist/index.cjs.js",
11
11
  "types": "dist/index.d.ts"
12
12
  },
13
- "backstage": {
14
- "role": "backend-plugin-module"
15
- },
13
+ "keywords": [
14
+ "backstage"
15
+ ],
16
16
  "homepage": "https://backstage.io",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/backstage/backstage",
20
20
  "directory": "plugins/catalog-backend-module-openapi"
21
21
  },
22
- "keywords": [
23
- "backstage"
22
+ "license": "Apache-2.0",
23
+ "main": "dist/index.cjs.js",
24
+ "types": "dist/index.d.ts",
25
+ "files": [
26
+ "dist"
24
27
  ],
25
28
  "scripts": {
26
29
  "build": "backstage-cli package build",
30
+ "clean": "backstage-cli package clean",
27
31
  "lint": "backstage-cli package lint",
28
- "test": "backstage-cli package test",
29
32
  "prepack": "backstage-cli package prepack",
30
33
  "postpack": "backstage-cli package postpack",
31
- "clean": "backstage-cli package clean",
32
- "start": "backstage-cli package start"
34
+ "start": "backstage-cli package start",
35
+ "test": "backstage-cli package test"
33
36
  },
34
37
  "dependencies": {
35
38
  "@apidevtools/json-schema-ref-parser": "^9.0.6",
36
- "@backstage/backend-common": "^0.21.3",
37
- "@backstage/backend-plugin-api": "^0.6.13",
38
- "@backstage/catalog-model": "^1.4.4",
39
- "@backstage/config": "^1.1.1",
40
- "@backstage/integration": "^1.9.0",
41
- "@backstage/plugin-catalog-backend": "^1.17.3",
42
- "@backstage/plugin-catalog-common": "^1.0.21",
43
- "@backstage/plugin-catalog-node": "^1.7.3",
39
+ "@backstage/backend-common": "^0.21.4-next.2",
40
+ "@backstage/backend-plugin-api": "^0.6.14-next.2",
41
+ "@backstage/catalog-model": "^1.4.5-next.0",
42
+ "@backstage/config": "^1.2.0-next.1",
43
+ "@backstage/integration": "^1.9.1-next.2",
44
+ "@backstage/plugin-catalog-backend": "^1.18.0-next.2",
45
+ "@backstage/plugin-catalog-common": "^1.0.22-next.1",
46
+ "@backstage/plugin-catalog-node": "^1.8.0-next.2",
44
47
  "@backstage/types": "^1.1.1",
45
48
  "winston": "^3.2.1",
46
49
  "yaml": "^2.1.1"
47
50
  },
48
51
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.3.3",
50
- "@backstage/cli": "^0.25.2",
52
+ "@backstage/backend-test-utils": "^0.3.4-next.2",
53
+ "@backstage/cli": "^0.25.3-next.2",
51
54
  "openapi-types": "^12.0.0"
52
- },
53
- "files": [
54
- "dist"
55
- ]
55
+ }
56
56
  }