@autorest/java 4.1.48 → 4.1.50
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.
|
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.31.0",
|
|
4
4
|
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeSpec"
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"lint:fix": "eslint . --fix --ext .ts",
|
|
37
37
|
"format": "npm run -s prettier -- --write",
|
|
38
38
|
"check-format": "npm run prettier -- --check",
|
|
39
|
-
"prettier": "prettier --config ./.prettierrc.yaml **/*.ts"
|
|
39
|
+
"prettier": "prettier --config ./.prettierrc.yaml **/*.ts",
|
|
40
|
+
"regen-docs": "npm run build && tspd doc . --enable-experimental --output-dir ./website/src/content/docs/docs/emitters/clients/typespec-java/reference --skip-js"
|
|
40
41
|
},
|
|
41
42
|
"files": [
|
|
42
43
|
"lib/*.tsp",
|
|
@@ -47,9 +48,9 @@
|
|
|
47
48
|
"peerDependencies": {
|
|
48
49
|
"@azure-tools/typespec-autorest": ">=0.56.0 <1.0.0",
|
|
49
50
|
"@azure-tools/typespec-azure-core": ">=0.56.0 <1.0.0",
|
|
50
|
-
"@azure-tools/typespec-azure-resource-manager": ">=0.56.
|
|
51
|
+
"@azure-tools/typespec-azure-resource-manager": ">=0.56.2 <1.0.0",
|
|
51
52
|
"@azure-tools/typespec-azure-rulesets": ">=0.56.0 <1.0.0",
|
|
52
|
-
"@azure-tools/typespec-client-generator-core": ">=0.56.
|
|
53
|
+
"@azure-tools/typespec-client-generator-core": ">=0.56.2 <1.0.0",
|
|
53
54
|
"@azure-tools/typespec-liftr-base": ">=0.8.0 <1.0.0",
|
|
54
55
|
"@typespec/compiler": "^1.0.0",
|
|
55
56
|
"@typespec/http": "^1.0.0",
|
|
@@ -59,22 +60,22 @@
|
|
|
59
60
|
"@typespec/xml": ">=0.70.0 <1.0.0"
|
|
60
61
|
},
|
|
61
62
|
"dependencies": {
|
|
62
|
-
"@autorest/codemodel": "~4.20.
|
|
63
|
+
"@autorest/codemodel": "~4.20.1",
|
|
63
64
|
"js-yaml": "~4.1.0",
|
|
64
65
|
"lodash": "~4.17.21"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@azure-tools/typespec-autorest": "0.56.0",
|
|
68
69
|
"@azure-tools/typespec-azure-core": "0.56.0",
|
|
69
|
-
"@azure-tools/typespec-azure-resource-manager": "0.56.
|
|
70
|
-
"@azure-tools/typespec-azure-rulesets": "0.56.
|
|
70
|
+
"@azure-tools/typespec-azure-resource-manager": "0.56.2",
|
|
71
|
+
"@azure-tools/typespec-azure-rulesets": "0.56.1",
|
|
71
72
|
"@azure-tools/typespec-client-generator-core": "0.56.2",
|
|
72
73
|
"@azure-tools/typespec-liftr-base": "0.8.0",
|
|
73
74
|
"@types/js-yaml": "~4.0.9",
|
|
74
|
-
"@types/lodash": "~4.17.
|
|
75
|
-
"@types/node": "~22.15.
|
|
75
|
+
"@types/lodash": "~4.17.17",
|
|
76
|
+
"@types/node": "~22.15.23",
|
|
76
77
|
"@typescript-eslint/eslint-plugin": "~8.32.1",
|
|
77
|
-
"@typescript-eslint/parser": "~8.
|
|
78
|
+
"@typescript-eslint/parser": "~8.33.0",
|
|
78
79
|
"@typespec/compiler": "1.0.0",
|
|
79
80
|
"@typespec/http": "1.0.1",
|
|
80
81
|
"@typespec/openapi": "1.0.0",
|
|
@@ -84,20 +85,21 @@
|
|
|
84
85
|
"@typespec/events": "0.70.0",
|
|
85
86
|
"@typespec/sse": "0.70.0",
|
|
86
87
|
"@typespec/streams": "0.70.0",
|
|
87
|
-
"@
|
|
88
|
-
"@vitest/
|
|
88
|
+
"@typespec/tspd": "0.70.0",
|
|
89
|
+
"@vitest/coverage-v8": "^3.1.4",
|
|
90
|
+
"@vitest/ui": "^3.1.4",
|
|
89
91
|
"c8": "~10.1.3",
|
|
90
|
-
"eslint": "~9.
|
|
92
|
+
"eslint": "~9.27.0",
|
|
91
93
|
"eslint-plugin-deprecation": "~3.0.0",
|
|
92
94
|
"eslint-plugin-import": "^2.31.0",
|
|
93
95
|
"eslint-plugin-unicorn": "^59.0.1",
|
|
94
96
|
"prettier": "~3.5.3",
|
|
95
97
|
"rimraf": "~6.0.1",
|
|
96
98
|
"typescript": "~5.8.3",
|
|
97
|
-
"typescript-eslint": "^8.
|
|
98
|
-
"vitest": "^3.1.
|
|
99
|
+
"typescript-eslint": "^8.33.0",
|
|
100
|
+
"vitest": "^3.1.4"
|
|
99
101
|
},
|
|
100
102
|
"overrides": {
|
|
101
|
-
"eslint": "~9.
|
|
103
|
+
"eslint": "~9.27.0"
|
|
102
104
|
}
|
|
103
105
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@typespec/spec-api": "0.1.0-alpha.6",
|
|
13
13
|
"@typespec/spector": "0.1.0-alpha.14",
|
|
14
14
|
"@typespec/http-specs": "0.1.0-alpha.22",
|
|
15
|
-
|
|
16
|
-
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.
|
|
15
|
+
"@azure-tools/azure-http-specs": "0.1.0-alpha.17",
|
|
16
|
+
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.31.0.tgz"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@typespec/prettier-plugin-typespec": "^1.0.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@typespec/sse": "~0.70.0",
|
|
32
32
|
"@typespec/streams": "~0.70.0",
|
|
33
33
|
"@azure-tools/typespec-azure-core": "~0.56.0",
|
|
34
|
-
"@azure-tools/typespec-client-generator-core": "~0.56.
|
|
35
|
-
"@azure-tools/typespec-azure-resource-manager": "~0.56.
|
|
34
|
+
"@azure-tools/typespec-client-generator-core": "~0.56.2",
|
|
35
|
+
"@azure-tools/typespec-azure-resource-manager": "~0.56.2",
|
|
36
36
|
"@azure-tools/typespec-autorest": "~0.56.0"
|
|
37
37
|
},
|
|
38
38
|
"private": true
|