@backstage/backend-openapi-utils 0.0.0-nightly-20241115023545 → 0.0.0-nightly-20241117023529

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-openapi-utils
2
2
 
3
- ## 0.0.0-nightly-20241115023545
3
+ ## 0.0.0-nightly-20241117023529
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
 
11
11
  - f01787a: Moves msw from dependencies to devDependencies
12
12
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241115023545
14
- - @backstage/errors@1.2.4
15
- - @backstage/types@1.1.1
13
+ - @backstage/types@0.0.0-nightly-20241117023529
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241117023529
15
+ - @backstage/errors@0.0.0-nightly-20241117023529
16
16
 
17
17
  ## 0.3.0-next.2
18
18
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import { JSONSchema, FromSchema } from 'json-schema-to-ts';
3
- import { ReferenceObject, OpenAPIObject, ContentObject, RequestBodyObject, ResponseObject, ParameterObject, SchemaObject } from 'openapi3-ts';
3
+ import { OpenAPIObject, ReferenceObject, ContentObject, ParameterObject, SchemaObject, ResponseObject, RequestBodyObject } from 'openapi3-ts';
4
4
  import core from 'express-serve-static-core';
5
5
  import { Router, Express, RequestHandler } from 'express';
6
6
  import { Server } from 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-openapi-utils",
3
- "version": "0.0.0-nightly-20241115023545",
3
+ "version": "0.0.0-nightly-20241117023529",
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": "0.0.0-nightly-20241115023545",
38
- "@backstage/errors": "1.2.4",
39
- "@backstage/types": "1.1.1",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241117023529",
38
+ "@backstage/errors": "0.0.0-nightly-20241117023529",
39
+ "@backstage/types": "0.0.0-nightly-20241117023529",
40
40
  "@types/express": "^4.17.6",
41
41
  "@types/express-serve-static-core": "^4.17.5",
42
42
  "ajv": "^8.16.0",
@@ -51,8 +51,8 @@
51
51
  "openapi3-ts": "^3.1.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "0.0.0-nightly-20241115023545",
55
- "@backstage/test-utils": "0.0.0-nightly-20241115023545",
54
+ "@backstage/cli": "0.0.0-nightly-20241117023529",
55
+ "@backstage/test-utils": "0.0.0-nightly-20241117023529",
56
56
  "msw": "^1.0.0",
57
57
  "supertest": "^7.0.0"
58
58
  },