@autorest/java 4.1.32 → 4.1.34
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/androidgen/target/azure-autorest-androidgen-jar-with-dependencies.jar +0 -0
- package/fluentgen/target/azure-autorest-fluentgen-jar-with-dependencies.jar +0 -0
- package/javagen/target/azure-autorest-javagen-jar-with-dependencies.jar +0 -0
- package/package.json +1 -1
- package/typespec-extension/package.json +17 -15
- package/typespec-tests/package.json +6 -5
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-java",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeSpec"
|
|
@@ -49,12 +49,13 @@
|
|
|
49
49
|
"@azure-tools/typespec-azure-resource-manager": ">=0.43.0 <1.0.0",
|
|
50
50
|
"@azure-tools/typespec-autorest": ">=0.43.0 <1.0.0",
|
|
51
51
|
"@azure-tools/typespec-azure-rulesets": ">=0.43.0 <1.0.0",
|
|
52
|
-
"@azure-tools/typespec-client-generator-core": ">=0.43.
|
|
52
|
+
"@azure-tools/typespec-client-generator-core": ">=0.43.2 <1.0.0",
|
|
53
53
|
"@typespec/compiler": ">=0.57.0 <1.0.0",
|
|
54
54
|
"@typespec/http": ">=0.57.0 <1.0.0",
|
|
55
55
|
"@typespec/openapi": ">=0.57.0 <1.0.0",
|
|
56
56
|
"@typespec/rest": ">=0.57.0 <1.0.0",
|
|
57
|
-
"@typespec/versioning": ">=0.57.0 <1.0.0"
|
|
57
|
+
"@typespec/versioning": ">=0.57.0 <1.0.0",
|
|
58
|
+
"@typespec/xml": ">=0.57.0 <1.0.0"
|
|
58
59
|
},
|
|
59
60
|
"dependencies": {
|
|
60
61
|
"@autorest/codemodel": "~4.20.0",
|
|
@@ -66,24 +67,25 @@
|
|
|
66
67
|
"@azure-tools/typespec-azure-resource-manager": "0.43.0",
|
|
67
68
|
"@azure-tools/typespec-autorest": "0.43.0",
|
|
68
69
|
"@azure-tools/typespec-azure-rulesets": "0.43.0",
|
|
69
|
-
"@azure-tools/typespec-client-generator-core": "0.43.
|
|
70
|
+
"@azure-tools/typespec-client-generator-core": "0.43.2",
|
|
70
71
|
"@types/js-yaml": "~4.0.9",
|
|
71
|
-
"@types/lodash": "~4.17.
|
|
72
|
-
"@types/mocha": "~10.0.
|
|
73
|
-
"@types/node": "~20.
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "~7.
|
|
75
|
-
"@typescript-eslint/parser": "~7.
|
|
72
|
+
"@types/lodash": "~4.17.6",
|
|
73
|
+
"@types/mocha": "~10.0.7",
|
|
74
|
+
"@types/node": "~20.14.10",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "~7.16.0",
|
|
76
|
+
"@typescript-eslint/parser": "~7.16.0",
|
|
76
77
|
"@typespec/compiler": "0.57.0",
|
|
77
78
|
"@typespec/http": "0.57.0",
|
|
78
79
|
"@typespec/openapi": "0.57.0",
|
|
79
80
|
"@typespec/rest": "0.57.0",
|
|
80
81
|
"@typespec/versioning": "0.57.0",
|
|
81
|
-
"
|
|
82
|
+
"@typespec/xml": "0.57.0",
|
|
83
|
+
"c8": "~10.1.2",
|
|
82
84
|
"eslint": "~8.57.0",
|
|
83
|
-
"eslint-plugin-deprecation": "~
|
|
84
|
-
"mocha": "~10.
|
|
85
|
-
"prettier": "~3.2
|
|
86
|
-
"rimraf": "~
|
|
87
|
-
"typescript": "~5.
|
|
85
|
+
"eslint-plugin-deprecation": "~3.0.0",
|
|
86
|
+
"mocha": "~10.6.0",
|
|
87
|
+
"prettier": "~3.3.2",
|
|
88
|
+
"rimraf": "~6.0.0",
|
|
89
|
+
"typescript": "~5.5.3"
|
|
88
90
|
}
|
|
89
91
|
}
|
|
@@ -9,13 +9,13 @@
|
|
|
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.34.
|
|
13
|
-
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.
|
|
12
|
+
"@azure-tools/cadl-ranch-specs": "0.34.3",
|
|
13
|
+
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.18.0.tgz"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@typespec/prettier-plugin-typespec": "~0.57.0",
|
|
17
|
-
"prettier-plugin-organize-imports": "
|
|
18
|
-
"prettier": "~3.2
|
|
17
|
+
"prettier-plugin-organize-imports": "4.0.0",
|
|
18
|
+
"prettier": "~3.3.2"
|
|
19
19
|
},
|
|
20
20
|
"overrides": {
|
|
21
21
|
"@typespec/compiler": ">=0.57.0 <1.0.0",
|
|
@@ -23,8 +23,9 @@
|
|
|
23
23
|
"@typespec/rest": ">=0.57.0 <1.0.0",
|
|
24
24
|
"@typespec/versioning": ">=0.57.0 <1.0.0",
|
|
25
25
|
"@typespec/openapi": ">=0.57.0 <1.0.0",
|
|
26
|
+
"@typespec/xml": ">=0.57.0 <1.0.0",
|
|
26
27
|
"@azure-tools/typespec-azure-core": ">=0.43.0 <1.0.0",
|
|
27
|
-
"@azure-tools/typespec-client-generator-core": "
|
|
28
|
+
"@azure-tools/typespec-client-generator-core": "0.43.2",
|
|
28
29
|
"@azure-tools/typespec-azure-resource-manager": ">=0.43.0 <1.0.0",
|
|
29
30
|
"@azure-tools/typespec-autorest": ">=0.43.0 <1.0.0"
|
|
30
31
|
},
|