@backstage/backend-openapi-utils 0.2.0-next.1 → 0.2.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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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`.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-plugin-api@1.0.1
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+
3
16
  ## 0.2.0-next.1
4
17
 
5
18
  ### 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.0",
4
4
  "description": "OpenAPI typescript support.",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@apidevtools/swagger-parser": "^10.1.0",
37
- "@backstage/backend-plugin-api": "1.0.1-next.1",
38
- "@backstage/errors": "1.2.4",
39
- "@backstage/types": "1.1.1",
37
+ "@backstage/backend-plugin-api": "^1.0.1",
38
+ "@backstage/errors": "^1.2.4",
39
+ "@backstage/types": "^1.1.1",
40
40
  "@types/express": "^4.17.6",
41
41
  "@types/express-serve-static-core": "^4.17.5",
42
42
  "ajv": "^8.16.0",
@@ -52,8 +52,8 @@
52
52
  "openapi3-ts": "^3.1.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "0.28.0-next.2",
56
- "@backstage/test-utils": "1.6.1-next.2",
55
+ "@backstage/cli": "^0.28.0",
56
+ "@backstage/test-utils": "^1.7.0",
57
57
  "supertest": "^7.0.0"
58
58
  },
59
59
  "module": "dist/index.esm.js"