@backstage/backend-openapi-utils 0.2.0-next.1 → 0.2.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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f01787a: Moves msw from dependencies to devDependencies
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.0.2-next.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/types@1.1.1
12
+
13
+ ## 0.2.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 66af016: Improved support for OpenAPI validation during Jest tests. Now, OpenAPI validation can happen as you are writing your Jest tests - you no longer have to run `repo schema openapi test`.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.0.1
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/types@1.1.1
25
+
3
26
  ## 0.2.0-next.1
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
- "version": "0.2.0-next.1",
3
+ "version": "0.2.1-next.0",
4
4
  "description": "OpenAPI typescript support.",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@apidevtools/swagger-parser": "^10.1.0",
37
- "@backstage/backend-plugin-api": "1.0.1-next.1",
37
+ "@backstage/backend-plugin-api": "1.0.2-next.0",
38
38
  "@backstage/errors": "1.2.4",
39
39
  "@backstage/types": "1.1.1",
40
40
  "@types/express": "^4.17.6",
@@ -47,13 +47,13 @@
47
47
  "json-schema-to-ts": "^3.0.0",
48
48
  "lodash": "^4.17.21",
49
49
  "mockttp": "^3.13.0",
50
- "msw": "^1.0.0",
51
50
  "openapi-merge": "^1.3.2",
52
51
  "openapi3-ts": "^3.1.2"
53
52
  },
54
53
  "devDependencies": {
55
- "@backstage/cli": "0.28.0-next.2",
56
- "@backstage/test-utils": "1.6.1-next.2",
54
+ "@backstage/cli": "0.29.0-next.0",
55
+ "@backstage/test-utils": "1.7.0",
56
+ "msw": "^1.0.0",
57
57
  "supertest": "^7.0.0"
58
58
  },
59
59
  "module": "dist/index.esm.js"