@azure-tools/typespec-java 0.13.11 → 0.14.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-java",
3
- "version": "0.13.11",
3
+ "version": "0.14.1",
4
4
  "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
5
5
  "keywords": [
6
6
  "TypeSpec"
@@ -50,8 +50,8 @@
50
50
  "@typespec/rest": ">=0.53.0 <1.0.0",
51
51
  "@typespec/openapi": ">=0.53.0 <1.0.0",
52
52
  "@typespec/versioning": ">=0.53.0 <1.0.0",
53
- "@azure-tools/typespec-azure-core": ">=0.39.1 <1.0.0",
54
- "@azure-tools/typespec-client-generator-core": ">=0.39.1 <1.0.0"
53
+ "@azure-tools/typespec-azure-core": ">=0.40.0 <1.0.0",
54
+ "@azure-tools/typespec-client-generator-core": ">=0.40.0 <1.0.0"
55
55
  },
56
56
  "dependencies": {
57
57
  "@autorest/codemodel": "~4.20.0",
@@ -63,21 +63,21 @@
63
63
  "@types/lodash": "~4.14.202",
64
64
  "@types/js-yaml": "~4.0.9",
65
65
  "@types/mocha": "~10.0.6",
66
- "@types/node": "~20.11.16",
66
+ "@types/node": "~20.11.24",
67
67
  "c8": "~9.1.0",
68
- "eslint": "~8.56.0",
69
- "mocha": "~10.2.0",
68
+ "eslint": "~8.57.0",
69
+ "mocha": "~10.3.0",
70
70
  "rimraf": "~5.0.5",
71
71
  "typescript": "~5.3.3",
72
- "@typescript-eslint/parser": "~6.21.0",
73
- "@typescript-eslint/eslint-plugin": "~6.21.0",
72
+ "@typescript-eslint/parser": "~7.1.1",
73
+ "@typescript-eslint/eslint-plugin": "~7.1.1",
74
74
  "eslint-plugin-deprecation": "~2.0.0",
75
- "@azure-tools/typespec-azure-core": "0.39.1",
76
- "@azure-tools/typespec-client-generator-core": "0.39.1",
77
- "@typespec/compiler": "0.53.1",
78
- "@typespec/http": "0.53.0",
79
- "@typespec/openapi": "0.53.0",
80
- "@typespec/rest": "0.53.0",
81
- "@typespec/versioning": "0.53.0"
75
+ "@azure-tools/typespec-azure-core": "0.40.0",
76
+ "@azure-tools/typespec-client-generator-core": "0.40.0",
77
+ "@typespec/compiler": "0.54.0",
78
+ "@typespec/http": "0.54.0",
79
+ "@typespec/openapi": "0.54.0",
80
+ "@typespec/rest": "0.54.0",
81
+ "@typespec/versioning": "0.54.0"
82
82
  }
83
83
  }
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.53.
7
+ Install [TypeSpec](https://github.com/microsoft/typespec/) 0.54.
8
8
 
9
9
  # Initialize TypeSpec Project
10
10
 
@@ -57,7 +57,7 @@ options:
57
57
  service-versions:
58
58
  - "2022-05-15-preview"
59
59
  enable-sync-stack: true
60
- stream-style-serialization: false
60
+ stream-style-serialization: true
61
61
  generate-samples: true
62
62
  generate-tests: true
63
63
  examples-directory: "./examples"
@@ -145,4 +145,4 @@ Force an installation of new version via deleting `package-lock.json` and `node_
145
145
  ```shell
146
146
  rm -rf node_modules
147
147
  rm package-lock.json
148
- ```
148
+ ```
Binary file