@ancplua/qyl-api-schema 0.5.8 → 0.5.10

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 (1) hide show
  1. package/package.json +21 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ancplua/qyl-api-schema",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
4
4
  "description": "TypeSpec source of truth for qyl API contracts. Emits OpenAPI, JSON Schema, Qyl.Api.Contracts DTOs, and TypeScript contract types; not an OpenTelemetry package, storage schema, or server implementation.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -100,6 +100,26 @@
100
100
  "@typespec/openapi3": "^1.13.0",
101
101
  "@typespec/sse": "^0.83.0"
102
102
  },
103
+ "peerDependenciesMeta": {
104
+ "@typespec/compiler": {
105
+ "optional": true
106
+ },
107
+ "@typespec/events": {
108
+ "optional": true
109
+ },
110
+ "@typespec/http": {
111
+ "optional": true
112
+ },
113
+ "@typespec/openapi": {
114
+ "optional": true
115
+ },
116
+ "@typespec/openapi3": {
117
+ "optional": true
118
+ },
119
+ "@typespec/sse": {
120
+ "optional": true
121
+ }
122
+ },
103
123
  "devDependencies": {
104
124
  "@ancplua/typespec-emit-csharp": "file:./emitters/csharp",
105
125
  "@ancplua/typespec-emit-ts-types": "file:./emitters/ts-types",