@azure-tools/typespec-autorest 0.70.0-dev.5 → 0.71.0-dev.0

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.
@@ -1,3 +1,4 @@
1
1
  import { TypeSpecTestLibrary } from "@typespec/compiler/testing";
2
+ /** @deprecated Use `createTester` from `@typespec/compiler/testing` instead */
2
3
  export declare const AutorestTestLibrary: TypeSpecTestLibrary;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAuB,MAAM,4BAA4B,CAAC;AAEtF,eAAO,MAAM,mBAAmB,EAAE,mBAoBjC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAuB,MAAM,4BAA4B,CAAC;AAEtF,+EAA+E;AAE/E,eAAO,MAAM,mBAAmB,EAAE,mBAoBjC,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import { findTestPackageRoot } from "@typespec/compiler/testing";
2
+ /** @deprecated Use `createTester` from `@typespec/compiler/testing` instead */
3
+ /* eslint-disable @typescript-eslint/no-deprecated */
2
4
  export const AutorestTestLibrary = {
3
5
  name: "@azure-tools/typespec-autorest",
4
6
  packageRoot: await findTestPackageRoot(import.meta.url),
@@ -20,4 +22,5 @@ export const AutorestTestLibrary = {
20
22
  },
21
23
  ],
22
24
  };
25
+ /* eslint-enable @typescript-eslint/no-deprecated */
23
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEtF,MAAM,CAAC,MAAM,mBAAmB,GAAwB;IACtD,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE,MAAM,mBAAmB,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;IACvD,KAAK,EAAE;QACL;YACE,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,cAAc;YACvB,WAAW,EAAE,+CAA+C;SAC7D;QACD;YACE,OAAO,EAAE,UAAU;YACnB,OAAO,EAAE,MAAM;YACf,WAAW,EAAE,wDAAwD;SACtE;QACD;YACE,OAAO,EAAE,KAAK;YACd,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,mDAAmD;SACjE;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAEtF,+EAA+E;AAC/E,qDAAqD;AACrD,MAAM,CAAC,MAAM,mBAAmB,GAAwB;IACtD,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE,MAAM,mBAAmB,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;IACvD,KAAK,EAAE;QACL;YACE,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,cAAc;YACvB,WAAW,EAAE,+CAA+C;SAC7D;QACD;YACE,OAAO,EAAE,UAAU;YACnB,OAAO,EAAE,MAAM;YACf,WAAW,EAAE,wDAAwD;SACtE;QACD;YACE,OAAO,EAAE,KAAK;YACd,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,mDAAmD;SACjE;KACF;CACF,CAAC;AACF,oDAAoD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-autorest",
3
- "version": "0.70.0-dev.5",
3
+ "version": "0.71.0-dev.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting openapi from the TypeSpec REST protocol binding",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -42,15 +42,15 @@
42
42
  "!dist/test/**"
43
43
  ],
44
44
  "peerDependencies": {
45
- "@azure-tools/typespec-azure-core": "^0.69.0 || >=0.70.0-dev <0.70.0",
46
- "@azure-tools/typespec-azure-resource-manager": "^0.69.2 || >=0.70.0-dev <0.70.0",
47
- "@azure-tools/typespec-client-generator-core": "^0.69.2 || >=0.70.0-dev <0.70.0",
48
- "@typespec/compiler": "^1.13.0",
49
- "@typespec/http": "^1.13.0",
50
- "@typespec/openapi": "^1.13.0",
51
- "@typespec/rest": "^0.83.0 || >=0.84.0-dev <0.84.0",
52
- "@typespec/versioning": "^0.83.0 || >=0.84.0-dev <0.84.0",
53
- "@typespec/xml": "^0.83.0 || >=0.84.0-dev <0.84.0"
45
+ "@azure-tools/typespec-azure-core": "^0.70.0 || >=0.71.0-dev <0.71.0",
46
+ "@azure-tools/typespec-azure-resource-manager": "^0.70.0 || >=0.71.0-dev <0.71.0",
47
+ "@azure-tools/typespec-client-generator-core": "^0.70.0 || >=0.71.0-dev <0.71.0",
48
+ "@typespec/compiler": "^1.14.0",
49
+ "@typespec/http": "^1.14.0",
50
+ "@typespec/openapi": "^1.14.0",
51
+ "@typespec/rest": "^0.84.0 || >=0.85.0-dev <0.85.0",
52
+ "@typespec/versioning": "^0.84.0 || >=0.85.0-dev <0.85.0",
53
+ "@typespec/xml": "^0.84.0 || >=0.85.0-dev <0.85.0"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@typespec/xml": {
@@ -61,18 +61,18 @@
61
61
  "yaml": "^2.8.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@azure-tools/typespec-azure-core": "^0.69.0 || >=0.70.0-dev <0.70.0",
65
- "@azure-tools/typespec-azure-resource-manager": "^0.69.2 || >=0.70.0-dev <0.70.0",
66
- "@azure-tools/typespec-client-generator-core": "^0.69.2 || >=0.70.0-dev <0.70.0",
64
+ "@azure-tools/typespec-azure-core": "^0.70.0 || >=0.71.0-dev <0.71.0",
65
+ "@azure-tools/typespec-azure-resource-manager": "^0.70.0 || >=0.71.0-dev <0.71.0",
66
+ "@azure-tools/typespec-client-generator-core": "^0.70.0 || >=0.71.0-dev <0.71.0",
67
67
  "@types/node": "^26.0.0",
68
- "@typespec/compiler": "^1.13.0",
69
- "@typespec/http": "^1.13.0",
70
- "@typespec/json-schema": "^1.13.0",
71
- "@typespec/library-linter": "^0.83.0 || >=0.84.0-dev <0.84.0",
72
- "@typespec/openapi": "^1.13.0",
73
- "@typespec/rest": "^0.83.0 || >=0.84.0-dev <0.84.0",
74
- "@typespec/tspd": "^0.75.0 || >=0.76.0-dev <0.76.0",
75
- "@typespec/versioning": "^0.83.0 || >=0.84.0-dev <0.84.0",
68
+ "@typespec/compiler": "^1.14.0",
69
+ "@typespec/http": "^1.14.0",
70
+ "@typespec/json-schema": "^1.14.0",
71
+ "@typespec/library-linter": "^0.84.0 || >=0.85.0-dev <0.85.0",
72
+ "@typespec/openapi": "^1.14.0",
73
+ "@typespec/rest": "^0.84.0 || >=0.85.0-dev <0.85.0",
74
+ "@typespec/tspd": "^0.76.0 || >=0.77.0-dev <0.77.0",
75
+ "@typespec/versioning": "^0.84.0 || >=0.85.0-dev <0.85.0",
76
76
  "@vitest/coverage-v8": "^4.1.3",
77
77
  "@vitest/ui": "^4.1.3",
78
78
  "rimraf": "^6.1.3",