@azure-tools/typespec-autorest-canonical 0.15.0 → 0.16.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.
- package/README.md +7 -0
- package/package.json +17 -17
package/README.md
CHANGED
@@ -35,6 +35,13 @@ options:
|
|
35
35
|
|
36
36
|
## Emitter options
|
37
37
|
|
38
|
+
### `emitter-output-dir`
|
39
|
+
|
40
|
+
**Type:** `absolutePath`
|
41
|
+
|
42
|
+
Defines the emitter output directory. Defaults to `{output-dir}/@azure-tools/typespec-autorest-canonical`
|
43
|
+
See [Configuring output directory for more info](https://typespec.io/docs/handbook/configuration/configuration/#configuring-output-directory)
|
44
|
+
|
38
45
|
### `output-file`
|
39
46
|
|
40
47
|
**Type:** `string`
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure-tools/typespec-autorest-canonical",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.16.0",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "TypeSpec library for emitting canonical swagger",
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
@@ -40,11 +40,11 @@
|
|
40
40
|
"!dist/test/**"
|
41
41
|
],
|
42
42
|
"peerDependencies": {
|
43
|
-
"@azure-tools/typespec-autorest": "^0.
|
44
|
-
"@azure-tools/typespec-azure-core": "^0.
|
45
|
-
"@azure-tools/typespec-
|
46
|
-
"@azure-tools/typespec-
|
47
|
-
"@typespec/versioning": "^0.
|
43
|
+
"@azure-tools/typespec-autorest": "^0.55.0",
|
44
|
+
"@azure-tools/typespec-azure-core": "^0.55.0",
|
45
|
+
"@azure-tools/typespec-azure-resource-manager": "^0.55.0",
|
46
|
+
"@azure-tools/typespec-client-generator-core": "^0.55.0",
|
47
|
+
"@typespec/versioning": "^0.69.0"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@types/node": "~22.13.11",
|
@@ -55,17 +55,17 @@
|
|
55
55
|
"rimraf": "~6.0.1",
|
56
56
|
"typescript": "~5.8.2",
|
57
57
|
"vitest": "^3.0.9",
|
58
|
-
"@azure-tools/typespec-autorest": "^0.
|
59
|
-
"@azure-tools/typespec-azure-
|
60
|
-
"@azure-tools/typespec-
|
61
|
-
"@
|
62
|
-
"@typespec
|
63
|
-
"@typespec/http": "^1.0.0-rc.
|
64
|
-
"@typespec/library-linter": "^0.
|
65
|
-
"@typespec/openapi": "^1.0.0-rc.
|
66
|
-
"@typespec/
|
67
|
-
"@typespec/
|
68
|
-
"@typespec/
|
58
|
+
"@azure-tools/typespec-autorest": "^0.55.0",
|
59
|
+
"@azure-tools/typespec-azure-resource-manager": "^0.55.0",
|
60
|
+
"@azure-tools/typespec-azure-core": "^0.55.0",
|
61
|
+
"@typespec/compiler": "^1.0.0-rc.1",
|
62
|
+
"@azure-tools/typespec-client-generator-core": "^0.55.0",
|
63
|
+
"@typespec/http": "^1.0.0-rc.1",
|
64
|
+
"@typespec/library-linter": "^0.69.0",
|
65
|
+
"@typespec/openapi": "^1.0.0-rc.1",
|
66
|
+
"@typespec/rest": "^0.69.0",
|
67
|
+
"@typespec/versioning": "^0.69.0",
|
68
|
+
"@typespec/tspd": "^0.69.0"
|
69
69
|
},
|
70
70
|
"scripts": {
|
71
71
|
"clean": "rimraf ./dist ./temp",
|