@autorest/java 4.1.30 → 4.1.32

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.
@@ -76,5 +76,5 @@ required-parameter-client-methods: true
76
76
  client-flattened-annotation-target: none
77
77
  null-byte-array-maps-to-empty-array: true
78
78
  graal-vm-config: true
79
- stream-style-serialization: false
79
+ stream-style-serialization: true
80
80
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/java",
3
- "version": "4.1.30",
3
+ "version": "4.1.32",
4
4
  "description": "The Java extension for classic generators in AutoRest.",
5
5
  "scripts": {
6
6
  "autorest": "autorest",
@@ -47,6 +47,7 @@
47
47
  "peerDependencies": {
48
48
  "@azure-tools/typespec-azure-core": ">=0.43.0 <1.0.0",
49
49
  "@azure-tools/typespec-azure-resource-manager": ">=0.43.0 <1.0.0",
50
+ "@azure-tools/typespec-autorest": ">=0.43.0 <1.0.0",
50
51
  "@azure-tools/typespec-azure-rulesets": ">=0.43.0 <1.0.0",
51
52
  "@azure-tools/typespec-client-generator-core": ">=0.43.0 <1.0.0",
52
53
  "@typespec/compiler": ">=0.57.0 <1.0.0",
@@ -61,9 +62,9 @@
61
62
  "lodash": "~4.17.21"
62
63
  },
63
64
  "devDependencies": {
64
- "@azure-tools/typespec-autorest": "0.43.0",
65
65
  "@azure-tools/typespec-azure-core": "0.43.0",
66
66
  "@azure-tools/typespec-azure-resource-manager": "0.43.0",
67
+ "@azure-tools/typespec-autorest": "0.43.0",
67
68
  "@azure-tools/typespec-azure-rulesets": "0.43.0",
68
69
  "@azure-tools/typespec-client-generator-core": "0.43.0",
69
70
  "@types/js-yaml": "~4.0.9",
@@ -9,7 +9,7 @@
9
9
  "testserver-run": "npx cadl-ranch serve ./node_modules/@azure-tools/cadl-ranch-specs/http --coverageFile ./cadl-ranch-coverage-java.json"
10
10
  },
11
11
  "dependencies": {
12
- "@azure-tools/cadl-ranch-specs": "0.33.4",
12
+ "@azure-tools/cadl-ranch-specs": "0.34.0",
13
13
  "@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.17.0.tgz"
14
14
  },
15
15
  "devDependencies": {