@backstage/backend-openapi-utils 0.0.3-next.0 → 0.0.3

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 +17 -0
  2. package/package.json +8 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ebeb77586975: Add a new `createRouter` method for generating an `express` router that validates against your spec. Also fixes a bug with the query parameters type resolution.
8
+ - 12a8c94eda8d: Add package repository and homepage metadata
9
+ - Updated dependencies
10
+ - @backstage/errors@1.2.1
11
+
12
+ ## 0.0.3-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 12a8c94eda8d: Add package repository and homepage metadata
17
+ - Updated dependencies
18
+ - @backstage/errors@1.2.1
19
+
3
20
  ## 0.0.3-next.0
4
21
 
5
22
  ### Patch Changes
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.0.3-next.0",
4
+ "version": "0.0.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -11,6 +11,12 @@
11
11
  "module": "dist/index.esm.js",
12
12
  "types": "dist/index.d.ts"
13
13
  },
14
+ "homepage": "https://backstage.io",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/backstage/backstage",
18
+ "directory": "packages/backend-openapi-utils"
19
+ },
14
20
  "backstage": {
15
21
  "role": "node-library"
16
22
  },
@@ -24,7 +30,7 @@
24
30
  "postpack": "backstage-cli package postpack"
25
31
  },
26
32
  "devDependencies": {
27
- "@backstage/cli": "^0.22.10-next.0",
33
+ "@backstage/cli": "^0.22.10",
28
34
  "supertest": "^6.1.3"
29
35
  },
30
36
  "files": [