@backstage/plugin-catalog-backend-module-backstage-openapi 0.1.0-next.2 → 0.1.1-next.0

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 +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.0-next.0
9
+ - @backstage/backend-openapi-utils@0.1.1-next.0
10
+ - @backstage/backend-tasks@0.5.13-next.0
11
+ - @backstage/plugin-catalog-node@1.5.1-next.0
12
+ - @backstage/backend-plugin-api@0.6.8-next.0
13
+ - @backstage/catalog-model@1.4.3
14
+ - @backstage/config@1.1.1
15
+ - @backstage/errors@1.2.3
16
+
17
+ ## 0.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 785fb1ea75: Adds a new catalog module for ingesting Backstage plugin OpenAPI specs into the catalog for display as an API entity.
22
+
23
+ ### Patch Changes
24
+
25
+ - 4aa43f62aa: Updated dependency `cross-fetch` to `^4.0.0`.
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-node@1.5.0
28
+ - @backstage/backend-common@0.19.9
29
+ - @backstage/backend-plugin-api@0.6.7
30
+ - @backstage/backend-tasks@0.5.12
31
+ - @backstage/backend-openapi-utils@0.1.0
32
+ - @backstage/catalog-model@1.4.3
33
+ - @backstage/config@1.1.1
34
+ - @backstage/errors@1.2.3
35
+
3
36
  ## 0.1.0-next.2
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
3
- "version": "0.1.0-next.2",
3
+ "version": "0.1.1-next.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,15 +22,15 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.19.9-next.2",
26
- "@backstage/backend-openapi-utils": "^0.1.0-next.2",
27
- "@backstage/backend-plugin-api": "^0.6.7-next.2",
28
- "@backstage/backend-tasks": "^0.5.12-next.2",
25
+ "@backstage/backend-common": "^0.20.0-next.0",
26
+ "@backstage/backend-openapi-utils": "^0.1.1-next.0",
27
+ "@backstage/backend-plugin-api": "^0.6.8-next.0",
28
+ "@backstage/backend-tasks": "^0.5.13-next.0",
29
29
  "@backstage/catalog-model": "^1.4.3",
30
30
  "@backstage/config": "^1.1.1",
31
31
  "@backstage/errors": "^1.2.3",
32
- "@backstage/plugin-catalog-node": "^1.5.0-next.2",
33
- "cross-fetch": "^3.1.5",
32
+ "@backstage/plugin-catalog-node": "^1.5.1-next.0",
33
+ "cross-fetch": "^4.0.0",
34
34
  "express": "^4.17.1",
35
35
  "express-promise-router": "^4.1.0",
36
36
  "lodash": "^4.17.21",
@@ -39,8 +39,8 @@
39
39
  "yn": "^4.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.24.0-next.1",
43
- "@backstage/test-utils": "^1.4.5-next.0",
42
+ "@backstage/cli": "^0.24.1-next.0",
43
+ "@backstage/test-utils": "^1.4.6-next.0",
44
44
  "@types/express": "*",
45
45
  "@types/supertest": "^2.0.8",
46
46
  "msw": "^1.0.0",