|
33 | 33 | "@types/lodash": "^4.17.20", |
34 | 34 | "@types/prettier": "^3.0.0", |
35 | 35 | "@typespec/compiler": "^1.1.0", |
| 36 | + "@typespec/events": "^0.71.0", |
36 | 37 | "@typespec/http": "^1.1.0", |
37 | 38 | "@typespec/openapi": "^1.1.0", |
38 | 39 | "@typespec/openapi3": "^1.1.0", |
39 | 40 | "@typespec/rest": "^0.71.0", |
| 41 | + "@typespec/sse": "^0.71.0", |
| 42 | + "@typespec/streams": "^0.71.0", |
40 | 43 | "@typespec/versioning": "^0.71.0", |
41 | 44 | "@typespec/xml": "^0.71.0" |
42 | 45 | }, |
|
58 | 61 | "zod": "^3.25.74" |
59 | 62 | }, |
60 | 63 | "peerDependencies": { |
61 | | - "@typespec/compiler": "^1.0.0-rc.1", |
62 | | - "@typespec/http": "^1.0.0-rc.1", |
63 | | - "@typespec/openapi": "^1.0.0-rc.1", |
64 | | - "@typespec/openapi3": "^1.0.0-rc.1", |
65 | | - "@typespec/rest": "^0.70.0", |
66 | | - "@typespec/versioning": "^0.70.0", |
67 | | - "@typespec/xml": "^0.70.0" |
| 64 | + "@typespec/compiler": "^1.1.0", |
| 65 | + "@typespec/events": "^0.71.0", |
| 66 | + "@typespec/http": "^1.1.0", |
| 67 | + "@typespec/openapi": "^1.1.0", |
| 68 | + "@typespec/openapi3": "^1.1.0", |
| 69 | + "@typespec/rest": "^0.71.0", |
| 70 | + "@typespec/sse": "^0.71.0", |
| 71 | + "@typespec/streams": "^0.71.0", |
| 72 | + "@typespec/versioning": "^0.71.0", |
| 73 | + "@typespec/xml": "^0.71.0" |
68 | 74 | }, |
69 | 75 | "peerDependenciesMeta": { |
70 | 76 | "@typespec/compiler": { |
71 | 77 | "optional": true |
72 | 78 | }, |
| 79 | + "@typespec/events": { |
| 80 | + "optional": true |
| 81 | + }, |
73 | 82 | "@typespec/http": { |
74 | 83 | "optional": true |
75 | 84 | }, |
|
82 | 91 | "@typespec/rest": { |
83 | 92 | "optional": true |
84 | 93 | }, |
| 94 | + "@typespec/sse": { |
| 95 | + "optional": true |
| 96 | + }, |
| 97 | + "@typespec/streams": { |
| 98 | + "optional": true |
| 99 | + }, |
85 | 100 | "@typespec/versioning": { |
86 | 101 | "optional": true |
87 | 102 | }, |
|
0 commit comments