@backstage/backend-openapi-utils 0.1.6 → 0.1.7-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 +10 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,25 +1,29 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.1.6
3
+ ## 0.1.7-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/backend-plugin-api@0.6.14-next.2
9
+ - @backstage/errors@1.2.4-next.0
9
10
 
10
- ## 0.1.5
11
+ ## 0.1.7-next.1
11
12
 
12
13
  ### Patch Changes
13
14
 
14
15
  - Updated dependencies
15
- - @backstage/backend-plugin-api@0.6.12
16
+ - @backstage/backend-plugin-api@0.6.14-next.1
17
+ - @backstage/errors@1.2.4-next.0
16
18
 
17
- ## 0.1.4
19
+ ## 0.1.6-next.0
18
20
 
19
21
  ### Patch Changes
20
22
 
23
+ - 85ec23e: Updated dependency `json-schema-to-ts` to `^3.0.0`.
21
24
  - Updated dependencies
22
- - @backstage/backend-plugin-api@0.6.11
25
+ - @backstage/errors@1.2.4-next.0
26
+ - @backstage/backend-plugin-api@0.6.13-next.0
23
27
 
24
28
  ## 0.1.3
25
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
3
  "description": "OpenAPI typescript support.",
4
- "version": "0.1.6",
4
+ "version": "0.1.7-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,21 +30,21 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "devDependencies": {
33
- "@backstage/cli": "^0.25.2",
33
+ "@backstage/cli": "^0.25.3-next.2",
34
34
  "supertest": "^6.1.3"
35
35
  },
36
36
  "files": [
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.6.13",
41
- "@backstage/errors": "^1.2.3",
40
+ "@backstage/backend-plugin-api": "^0.6.14-next.2",
41
+ "@backstage/errors": "^1.2.4-next.0",
42
42
  "@types/express": "^4.17.6",
43
43
  "@types/express-serve-static-core": "^4.17.5",
44
44
  "express": "^4.17.1",
45
45
  "express-openapi-validator": "^5.0.4",
46
46
  "express-promise-router": "^4.1.0",
47
- "json-schema-to-ts": "^2.6.2",
47
+ "json-schema-to-ts": "^3.0.0",
48
48
  "lodash": "^4.17.21",
49
49
  "openapi-merge": "^1.3.2",
50
50
  "openapi3-ts": "^3.1.2"