@backstage/plugin-catalog-backend-module-backstage-openapi 0.1.1-next.3 → 0.1.2-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 +30 -0
  2. package/package.json +8 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-backstage-openapi
2
2
 
3
+ ## 0.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.20.1-next.0
10
+ - @backstage/backend-openapi-utils@0.1.2-next.0
11
+ - @backstage/plugin-catalog-node@1.6.1-next.0
12
+ - @backstage/backend-plugin-api@0.6.9-next.0
13
+ - @backstage/backend-tasks@0.5.14-next.0
14
+ - @backstage/catalog-model@1.4.3
15
+ - @backstage/config@1.1.1
16
+ - @backstage/errors@1.2.3
17
+
18
+ ## 0.1.1
19
+
20
+ ### Patch Changes
21
+
22
+ - eb44e92: Support authenticated backends
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.20.0
25
+ - @backstage/plugin-catalog-node@1.6.0
26
+ - @backstage/backend-openapi-utils@0.1.1
27
+ - @backstage/backend-tasks@0.5.13
28
+ - @backstage/backend-plugin-api@0.6.8
29
+ - @backstage/catalog-model@1.4.3
30
+ - @backstage/config@1.1.1
31
+ - @backstage/errors@1.2.3
32
+
3
33
  ## 0.1.1-next.3
4
34
 
5
35
  ### 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.1-next.3",
3
+ "version": "0.1.2-next.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,30 +22,25 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.20.0-next.3",
26
- "@backstage/backend-openapi-utils": "^0.1.1-next.3",
27
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
28
- "@backstage/backend-tasks": "^0.5.13-next.3",
25
+ "@backstage/backend-common": "^0.20.1-next.0",
26
+ "@backstage/backend-openapi-utils": "^0.1.2-next.0",
27
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
28
+ "@backstage/backend-tasks": "^0.5.14-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.6.0-next.3",
32
+ "@backstage/plugin-catalog-node": "^1.6.1-next.0",
33
33
  "cross-fetch": "^4.0.0",
34
- "express": "^4.17.1",
35
- "express-promise-router": "^4.1.0",
36
34
  "lodash": "^4.17.21",
37
35
  "openapi-merge": "^1.3.2",
38
36
  "uuid": "^9.0.0",
39
37
  "yn": "^4.0.0"
40
38
  },
41
39
  "devDependencies": {
42
- "@backstage/cli": "^0.25.0-next.3",
43
- "@backstage/test-utils": "^1.4.6-next.2",
40
+ "@backstage/cli": "^0.25.1-next.0",
44
41
  "@types/express": "*",
45
42
  "@types/supertest": "^2.0.8",
46
- "msw": "^1.0.0",
47
- "openapi3-ts": "^3.1.2",
48
- "supertest": "^6.2.4"
43
+ "openapi3-ts": "^3.1.2"
49
44
  },
50
45
  "configSchema": "config.d.ts",
51
46
  "files": [