@backstage/backend-openapi-utils 0.0.0-nightly-20240302020838 → 0.0.0-nightly-20240303021152

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20240302020838
3
+ ## 0.0.0-nightly-20240303021152
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 85ec23e: Updated dependency `json-schema-to-ts` to `^3.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20240302020838
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240302020838
9
+ - @backstage/errors@0.0.0-nightly-20240303021152
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240303021152
11
11
 
12
12
  ## 0.1.6-next.0
13
13
 
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.0-nightly-20240302020838",
4
+ "version": "0.0.0-nightly-20240303021152",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,15 +30,15 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "devDependencies": {
33
- "@backstage/cli": "^0.0.0-nightly-20240302020838",
33
+ "@backstage/cli": "^0.0.0-nightly-20240303021152",
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.0.0-nightly-20240302020838",
41
- "@backstage/errors": "^0.0.0-nightly-20240302020838",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240303021152",
41
+ "@backstage/errors": "^0.0.0-nightly-20240303021152",
42
42
  "@types/express": "^4.17.6",
43
43
  "@types/express-serve-static-core": "^4.17.5",
44
44
  "express": "^4.17.1",