@azure-tools/typespec-autorest-canonical 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -25,6 +25,16 @@ emit:
25
25
  - "@azure-tools/typespec-autorest-canonical"
26
26
  ```
27
27
 
28
+ The config can be extended with options as follows:
29
+
30
+ ```yaml
31
+ emit:
32
+ - "@azure-tools/typespec-autorest-canonical"
33
+ options:
34
+ "@azure-tools/typespec-autorest-canonical":
35
+ option: value
36
+ ```
37
+
28
38
  ### Emitter options
29
39
 
30
40
  #### `output-file`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-autorest-canonical",
3
- "version": "0.6.0",
3
+ "version": "0.7.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.45.0",
44
- "@azure-tools/typespec-azure-core": "~0.45.0",
45
- "@azure-tools/typespec-azure-resource-manager": "~0.45.0",
46
- "@azure-tools/typespec-client-generator-core": "~0.45.0",
47
- "@typespec/versioning": "~0.59.0"
43
+ "@azure-tools/typespec-autorest": "~0.46.0",
44
+ "@azure-tools/typespec-azure-core": "~0.46.0",
45
+ "@azure-tools/typespec-azure-resource-manager": "~0.46.0",
46
+ "@azure-tools/typespec-client-generator-core": "~0.46.0",
47
+ "@typespec/versioning": "~0.60.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "~18.11.19",
@@ -55,17 +55,17 @@
55
55
  "rimraf": "~6.0.1",
56
56
  "typescript": "~5.5.4",
57
57
  "vitest": "^2.0.4",
58
- "@azure-tools/typespec-autorest": "~0.45.0",
59
- "@azure-tools/typespec-client-generator-core": "~0.45.0",
60
- "@azure-tools/typespec-azure-core": "~0.45.0",
61
- "@azure-tools/typespec-azure-resource-manager": "~0.45.0",
62
- "@typespec/compiler": "~0.59.0",
63
- "@typespec/http": "~0.59.0",
64
- "@typespec/library-linter": "~0.59.0",
65
- "@typespec/openapi": "~0.59.0",
66
- "@typespec/rest": "~0.59.0",
58
+ "@azure-tools/typespec-autorest": "~0.46.0",
59
+ "@azure-tools/typespec-azure-core": "~0.46.0",
60
+ "@azure-tools/typespec-client-generator-core": "~0.46.0",
61
+ "@azure-tools/typespec-azure-resource-manager": "~0.46.0",
62
+ "@typespec/compiler": "~0.60.0",
63
+ "@typespec/http": "~0.60.0",
64
+ "@typespec/library-linter": "~0.60.0",
65
+ "@typespec/openapi": "~0.60.0",
66
+ "@typespec/rest": "~0.60.0",
67
67
  "@typespec/tspd": "~0.46.0",
68
- "@typespec/versioning": "~0.59.0"
68
+ "@typespec/versioning": "~0.60.0"
69
69
  },
70
70
  "scripts": {
71
71
  "clean": "rimraf ./dist ./temp",