|
1 | 1 | { |
2 | 2 | "name": "@azure-tools/typespec-ts", |
3 | | - "version": "0.43.0", |
| 3 | + "version": "0.44.0", |
4 | 4 | "description": "An experimental TypeSpec emitter for TypeScript RLC", |
5 | 5 | "main": "dist/src/index.js", |
6 | 6 | "type": "module", |
|
65 | 65 | "license": "MIT", |
66 | 66 | "devDependencies": { |
67 | 67 | "@azure-rest/core-client": "^2.3.1", |
68 | | - "@typespec/http-specs": "0.1.0-alpha.26-dev.3", |
69 | | - "@typespec/spector": "0.1.0-alpha.18-dev.0", |
70 | | - "@typespec/spec-api": "0.1.0-alpha.9-dev.0", |
| 68 | + "@typespec/http-specs": "0.1.0-alpha.27-dev.0", |
| 69 | + "@typespec/spector": "0.1.0-alpha.19-dev.0", |
| 70 | + "@typespec/spec-api": "0.1.0-alpha.10-dev.0", |
71 | 71 | "@typespec/tspd": "0.72.1", |
72 | | - "@azure-tools/azure-http-specs": "0.1.0-alpha.28-dev.0", |
73 | | - "@azure-tools/typespec-autorest": "^0.59.1", |
74 | | - "@azure-tools/typespec-azure-core": "^0.59.0", |
75 | | - "@azure-tools/typespec-azure-resource-manager": "^0.59.2", |
76 | | - "@azure-tools/typespec-client-generator-core": "^0.59.1", |
| 72 | + "@azure-tools/azure-http-specs": "0.1.0-alpha.29-dev.0", |
| 73 | + "@azure-tools/typespec-autorest": "^0.60.0", |
| 74 | + "@azure-tools/typespec-azure-core": "^0.60.0", |
| 75 | + "@azure-tools/typespec-azure-resource-manager": "^0.60.0", |
| 76 | + "@azure-tools/typespec-client-generator-core": "^0.60.0", |
77 | 77 | "@azure/abort-controller": "^2.1.2", |
78 | 78 | "@azure/core-auth": "^1.6.0", |
79 | 79 | "@azure/core-lro": "^3.1.0", |
|
88 | 88 | "@types/node": "^18.0.0", |
89 | 89 | "@typescript-eslint/eslint-plugin": "^8.28.0", |
90 | 90 | "@typescript-eslint/parser": "^8.28.0", |
91 | | - "@typespec/compiler": "^1.3.0", |
92 | | - "@typespec/http": "^1.3.0", |
93 | | - "@typespec/openapi": "^1.3.0", |
94 | | - "@typespec/rest": "^0.73.0", |
| 91 | + "@typespec/compiler": "^1.4.0", |
| 92 | + "@typespec/http": "^1.4.0", |
| 93 | + "@typespec/openapi": "^1.4.0", |
| 94 | + "@typespec/rest": "^0.74.0", |
95 | 95 | "@typespec/ts-http-runtime": "^0.1.0", |
96 | | - "@typespec/versioning": "^0.73.0", |
| 96 | + "@typespec/versioning": "^0.74.0", |
97 | 97 | "chai": "^4.3.6", |
98 | 98 | "chalk": "^4.0.0", |
99 | 99 | "cross-env": "^7.0.3", |
|
115 | 115 | "js-yaml": "^4.1.0" |
116 | 116 | }, |
117 | 117 | "peerDependencies": { |
118 | | - "@azure-tools/typespec-azure-core": "^0.59.0", |
119 | | - "@azure-tools/typespec-client-generator-core": "^0.59.1", |
120 | | - "@typespec/compiler": "^1.3.0", |
121 | | - "@typespec/http": "^1.3.0", |
122 | | - "@typespec/rest": "^0.73.0", |
123 | | - "@typespec/versioning": "^0.73.0", |
124 | | - "@typespec/xml": "^0.73.0" |
| 118 | + "@azure-tools/typespec-azure-core": "^0.60.0", |
| 119 | + "@azure-tools/typespec-client-generator-core": "^0.60.0", |
| 120 | + "@typespec/compiler": "^1.4.0", |
| 121 | + "@typespec/http": "^1.4.0", |
| 122 | + "@typespec/rest": "^0.74.0", |
| 123 | + "@typespec/versioning": "^0.74.0", |
| 124 | + "@typespec/xml": "^0.74.0" |
125 | 125 | }, |
126 | 126 | "dependencies": { |
127 | | - "@azure-tools/rlc-common": "workspace:^0.43.0", |
| 127 | + "@azure-tools/rlc-common": "workspace:^0.44.0", |
128 | 128 | "fs-extra": "^11.1.0", |
129 | 129 | "lodash": "^4.17.21", |
130 | 130 | "prettier": "^3.3.3", |
|
0 commit comments