|
1 | 1 | { |
2 | 2 | "name": "@azure-tools/rest-api-diff", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "author": "Microsoft Corporation", |
5 | 5 | "description": "Compares two Swagger definitions to identify relevant differences.", |
6 | 6 | "license": "MIT", |
|
31 | 31 | "cmd/rest-api-diff.js" |
32 | 32 | ], |
33 | 33 | "devDependencies": { |
34 | | - "@azure-tools/typespec-azure-resource-manager": ">=0.44.0, <1.0.0", |
| 34 | + "@azure-tools/typespec-azure-resource-manager": ">=0.54.0, <1.0.0", |
35 | 35 | "@azure/avocado": "^0.9.1", |
36 | 36 | "@types/deep-diff": "^1.0.5", |
37 | 37 | "@types/diff": "^7.0.0", |
38 | 38 | "@types/node": "^20.14.7", |
39 | 39 | "@types/yargs": "^17.0.32", |
40 | | - "@typespec/compiler": ">=0.57.0, <1.0.0", |
41 | | - "@typespec/http": ">=0.57.0, <1.0.0", |
42 | | - "@typespec/openapi": ">=0.57.0, <1.0.0", |
43 | | - "@typespec/openapi3": ">=0.57.0, <1.0.0", |
44 | | - "@typespec/rest": ">=0.57.0, <1.0.0", |
45 | | - "@typespec/versioning": ">=0.57.0, <1.0.0", |
| 40 | + "@typespec/compiler": "^1.0.0-0", |
| 41 | + "@typespec/http": "^1.0.0-0", |
| 42 | + "@typespec/openapi": "^1.0.0-0", |
| 43 | + "@typespec/openapi3": "^1.0.0-0", |
| 44 | + "@typespec/rest": ">=0.68.0, <1.0.0", |
| 45 | + "@typespec/versioning": ">=0.68.0, <1.0.0", |
46 | 46 | "@vitest/coverage-v8": "^2.1.0", |
47 | 47 | "openapi-types": "^1.0.0", |
48 | 48 | "prettier": "~3.2.5", |
|
53 | 53 | "vitest": "^2.1.3" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | | - "@azure-tools/typespec-autorest": ">=0.44.0, <1.0.0", |
57 | | - "@azure-tools/typespec-azure-core": ">=0.44.0, <1.0.0", |
| 56 | + "@azure-tools/typespec-autorest": ">=0.54.0, <1.0.0", |
| 57 | + "@azure-tools/typespec-azure-core": ">=0.54.0, <1.0.0", |
58 | 58 | "acorn": "^8.12.0", |
59 | 59 | "acorn-walk": "^8.3.3", |
60 | 60 | "arg": "^4.1.3", |
|
0 commit comments