@azure-tools/typespec-java 0.12.2 → 0.13.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 CHANGED
@@ -4,7 +4,7 @@ Install [Node.js](https://nodejs.org/en/download/) 16 or above. (Verify by `node
4
4
 
5
5
  Install [Java](https://docs.microsoft.com/java/openjdk/download) 11 or above. (Verify by `java --version`)
6
6
 
7
- Install [TypeSpec](https://github.com/microsoft/typespec/) 0.51.
7
+ Install [TypeSpec](https://github.com/microsoft/typespec/) 0.52.
8
8
 
9
9
  # Initialize TypeSpec Project
10
10
 
@@ -61,8 +61,8 @@ options:
61
61
  generate-samples: true
62
62
  generate-tests: true
63
63
  examples-directory: "./examples"
64
- namer: false
65
64
  partial-update: false
65
+ models-subpackage: "models"
66
66
  custom-types-subpackage: "implementation.models"
67
67
  custom-types: InternalModel1,InternalModel2
68
68
  ```
Binary file