@autorest/java
Advanced tools
+22
-21
@@ -5,3 +5,3 @@ { | ||
| "private": true, | ||
| "packageManager": "pnpm@10.23.0", | ||
| "packageManager": "pnpm@10.30.2", | ||
| "type": "module", | ||
@@ -41,3 +41,4 @@ "scripts": { | ||
| "generate-scenarios-summary": "pnpm -r --filter=@typespec/http-specs run generate-scenarios-summary", | ||
| "install-conflict": "git checkout upstream/main -- pnpm-lock.yaml && pnpm install" | ||
| "install-conflict": "git checkout upstream/main -- pnpm-lock.yaml && pnpm install", | ||
| "tsp-integration": "pnpm --filter @azure-tools/integration-tester exec tsp-integration" | ||
| }, | ||
@@ -48,4 +49,4 @@ "devDependencies": { | ||
| "@chronus/github-pr-commenter": "^1.0.1", | ||
| "@eslint/js": "^9.23.0", | ||
| "@microsoft/api-extractor": "^7.52.1", | ||
| "@eslint/js": "^10.0.1", | ||
| "@microsoft/api-extractor": "^7.57.4", | ||
| "@octokit/core": "^7.0.2", | ||
@@ -55,26 +56,26 @@ "@octokit/plugin-paginate-graphql": "^6.0.0", | ||
| "@types/micromatch": "^4.0.9", | ||
| "@types/node": "~24.10.1", | ||
| "@vitest/coverage-v8": "^4.0.4", | ||
| "@vitest/eslint-plugin": "^1.1.38", | ||
| "c8": "^10.1.3", | ||
| "cspell": "^9.0.1", | ||
| "eslint": "^9.23.0", | ||
| "@types/node": "~25.3.0", | ||
| "@vitest/coverage-v8": "^4.0.18", | ||
| "@vitest/eslint-plugin": "^1.5.2", | ||
| "c8": "^11.0.0", | ||
| "cspell": "^9.4.0", | ||
| "eslint": "^10.0.2", | ||
| "eslint-plugin-import": "^2.31.0", | ||
| "eslint-plugin-react-hooks": "7.0.1", | ||
| "eslint-plugin-unicorn": "^62.0.0", | ||
| "eslint-plugin-unicorn": "^63.0.0", | ||
| "micromatch": "^4.0.8", | ||
| "picocolors": "~1.1.1", | ||
| "playwright": "^1.51.1", | ||
| "prettier": "~3.6.2", | ||
| "playwright": "^1.57.0", | ||
| "prettier": "~3.8.0", | ||
| "prettier-plugin-astro": "^0.14.1", | ||
| "prettier-plugin-organize-imports": "~4.3.0", | ||
| "prettier-plugin-sh": "^0.17.4", | ||
| "rimraf": "~6.1.2", | ||
| "prettier-plugin-sh": "^0.18.0", | ||
| "rimraf": "~6.1.3", | ||
| "syncpack": "^13.0.3", | ||
| "tsx": "^4.19.3", | ||
| "typescript": "~5.9.2", | ||
| "typescript-eslint": "^8.27.0", | ||
| "vite-plugin-node-polyfills": "^0.24.0", | ||
| "vitest": "^4.0.4", | ||
| "yaml": "~2.8.0" | ||
| "tsx": "^4.21.0", | ||
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.49.0", | ||
| "vite-plugin-node-polyfills": "^0.25.0", | ||
| "vitest": "^4.0.18", | ||
| "yaml": "~2.8.2" | ||
| }, | ||
@@ -81,0 +82,0 @@ "syncpack": { |
+1
-1
| { | ||
| "name": "@autorest/java", | ||
| "version": "4.1.62", | ||
| "version": "4.1.63", | ||
| "description": "The Java extension for classic generators in AutoRest.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
+2
-2
@@ -18,3 +18,3 @@ # Overview | ||
| # Usage | ||
| To use the latest released preview(https://github.com/Azure/autorest.java/releases), run | ||
| To use the latest released preview (https://github.com/Azure/autorest.java/releases), run | ||
| ```bash | ||
@@ -49,3 +49,3 @@ autorest --java | ||
| To debug, add `--java.debugger` to the argument list. The JVM will suspend at the beginning of the execution. Then attach a remote debugger in your IDE to `localhost:5005`. **Make sure you detach the debugger before killing the AutoRest process. Otherwise it will fail to shutdown the JVM and leave it orphaned. (which can be killed in the Task Manager)** | ||
| To debug, add `--java.debugger` to the argument list. The JVM will suspend at the beginning of the execution. Then attach a remote debugger in your IDE to `localhost:5005`. **Make sure you detach the debugger before killing the AutoRest process. Otherwise it will fail to shut down the JVM and leave it orphaned. (which can be killed in the Task Manager)** | ||
@@ -52,0 +52,0 @@ # Recommended Settings |
| { | ||
| "name": "@azure-tools/typespec-java", | ||
| "version": "0.37.2", | ||
| "version": "0.41.0", | ||
| "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding", | ||
@@ -50,14 +50,16 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@azure-tools/typespec-autorest": ">=0.62.0 <1.0.0", | ||
| "@azure-tools/typespec-azure-core": ">=0.62.0 <1.0.0", | ||
| "@azure-tools/typespec-azure-resource-manager": ">=0.62.1 <1.0.0", | ||
| "@azure-tools/typespec-azure-rulesets": ">=0.62.0 <1.0.0", | ||
| "@azure-tools/typespec-client-generator-core": ">=0.62.0 <1.0.0", | ||
| "@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0", | ||
| "@typespec/compiler": "^1.6.0", | ||
| "@typespec/http": "^1.6.0", | ||
| "@typespec/openapi": "^1.6.0", | ||
| "@typespec/rest": ">=0.76.0 <1.0.0", | ||
| "@typespec/versioning": ">=0.76.0 <1.0.0", | ||
| "@typespec/xml": ">=0.76.0 <1.0.0" | ||
| "@azure-tools/openai-typespec": "^1.11.0", | ||
| "@azure-tools/typespec-autorest": ">=0.65.0 <1.0.0", | ||
| "@azure-tools/typespec-azure-core": ">=0.65.0 <1.0.0", | ||
| "@azure-tools/typespec-azure-resource-manager": ">=0.65.0 <1.0.0", | ||
| "@azure-tools/typespec-azure-rulesets": ">=0.65.0 <1.0.0", | ||
| "@azure-tools/typespec-client-generator-core": ">=0.65.4 <1.0.0", | ||
| "@azure-tools/typespec-liftr-base": ">=0.12.0 <1.0.0", | ||
| "@typespec/compiler": "^1.9.0", | ||
| "@typespec/http": "^1.9.1", | ||
| "@typespec/openapi": "^1.9.0", | ||
| "@typespec/openapi3": "^1.9.0", | ||
| "@typespec/rest": ">=0.79.0 <1.0.0", | ||
| "@typespec/versioning": ">=0.79.0 <1.0.0", | ||
| "@typespec/xml": ">=0.79.0 <1.0.0" | ||
| }, | ||
@@ -67,45 +69,47 @@ "dependencies": { | ||
| "js-yaml": "~4.1.1", | ||
| "lodash": "~4.17.21" | ||
| "lodash": "~4.17.23" | ||
| }, | ||
| "devDependencies": { | ||
| "@azure-tools/typespec-autorest": "0.62.0", | ||
| "@azure-tools/typespec-azure-core": "0.62.0", | ||
| "@azure-tools/typespec-azure-resource-manager": "0.62.1", | ||
| "@azure-tools/typespec-azure-rulesets": "0.62.0", | ||
| "@azure-tools/typespec-client-generator-core": "0.62.0", | ||
| "@azure-tools/typespec-liftr-base": "0.11.0", | ||
| "@microsoft/api-extractor": "^7.55.1", | ||
| "@azure-tools/openai-typespec": "1.11.0", | ||
| "@azure-tools/typespec-autorest": "0.65.0", | ||
| "@azure-tools/typespec-azure-core": "0.65.0", | ||
| "@azure-tools/typespec-azure-resource-manager": "0.65.0", | ||
| "@azure-tools/typespec-azure-rulesets": "0.65.0", | ||
| "@azure-tools/typespec-client-generator-core": "0.65.4", | ||
| "@azure-tools/typespec-liftr-base": "0.12.0", | ||
| "@microsoft/api-extractor": "^7.57.6", | ||
| "@types/js-yaml": "~4.0.9", | ||
| "@types/lodash": "~4.17.21", | ||
| "@types/node": "~24.10.1", | ||
| "@typescript-eslint/eslint-plugin": "~8.48.0", | ||
| "@typescript-eslint/parser": "~8.48.0", | ||
| "@typespec/compiler": "1.6.0", | ||
| "@typespec/events": "0.76.0", | ||
| "@typespec/http": "1.6.0", | ||
| "@typespec/openapi": "1.6.0", | ||
| "@typespec/rest": "0.76.0", | ||
| "@typespec/sse": "0.76.0", | ||
| "@typespec/streams": "0.76.0", | ||
| "@typespec/tspd": "0.73.1", | ||
| "@typespec/versioning": "0.76.0", | ||
| "@typespec/xml": "0.76.0", | ||
| "@vitest/coverage-v8": "^4.0.14", | ||
| "@vitest/ui": "^4.0.14", | ||
| "c8": "~10.1.3", | ||
| "eslint": "~9.39.1", | ||
| "@types/lodash": "~4.17.24", | ||
| "@types/node": "~25.3.5", | ||
| "@typescript-eslint/eslint-plugin": "~8.56.1", | ||
| "@typescript-eslint/parser": "~8.56.1", | ||
| "@typespec/compiler": "1.9.0", | ||
| "@typespec/events": "0.79.0", | ||
| "@typespec/http": "1.9.1", | ||
| "@typespec/openapi": "1.9.0", | ||
| "@typespec/openapi3": "1.9.0", | ||
| "@typespec/rest": "0.79.0", | ||
| "@typespec/sse": "0.79.0", | ||
| "@typespec/streams": "0.79.0", | ||
| "@typespec/tspd": "0.74.0", | ||
| "@typespec/versioning": "0.79.0", | ||
| "@typespec/xml": "0.79.0", | ||
| "@vitest/coverage-v8": "^4.0.18", | ||
| "@vitest/ui": "^4.0.18", | ||
| "c8": "~11.0.0", | ||
| "eslint": "~10.0.2", | ||
| "eslint-plugin-deprecation": "~3.0.0", | ||
| "eslint-plugin-import": "^2.32.0", | ||
| "eslint-plugin-unicorn": "^62.0.0", | ||
| "prettier": "~3.7.3", | ||
| "rimraf": "~6.1.2", | ||
| "eslint-plugin-unicorn": "^63.0.0", | ||
| "prettier": "~3.8.1", | ||
| "rimraf": "~6.1.3", | ||
| "typescript": "~5.9.3", | ||
| "typescript-eslint": "^8.48.0", | ||
| "vitest": "^4.0.14" | ||
| "typescript-eslint": "^8.56.1", | ||
| "vitest": "^4.0.18" | ||
| }, | ||
| "overrides": { | ||
| "eslint": "~9.39.1", | ||
| "@typescript-eslint/eslint-plugin": "~8.48.0", | ||
| "@typescript-eslint/parser": "~8.48.0" | ||
| "eslint": "~10.0.2", | ||
| "@typescript-eslint/eslint-plugin": "~8.56.1", | ||
| "@typescript-eslint/parser": "~8.56.1" | ||
| } | ||
| } |
@@ -12,30 +12,30 @@ { | ||
| "dependencies": { | ||
| "@typespec/spec-api": "0.1.0-alpha.10", | ||
| "@typespec/spector": "0.1.0-alpha.20", | ||
| "@typespec/http-specs": "0.1.0-alpha.28", | ||
| "@azure-tools/azure-http-specs": "0.1.0-alpha.32", | ||
| "@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.37.2.tgz" | ||
| "@typespec/spec-api": "0.1.0-alpha.12", | ||
| "@typespec/spector": "0.1.0-alpha.23", | ||
| "@typespec/http-specs": "0.1.0-alpha.32", | ||
| "@azure-tools/azure-http-specs": "0.1.0-alpha.37", | ||
| "@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.41.0.tgz" | ||
| }, | ||
| "devDependencies": { | ||
| "@typespec/prettier-plugin-typespec": "^1.6.0", | ||
| "@typespec/prettier-plugin-typespec": "^1.9.0", | ||
| "prettier-plugin-organize-imports": "^4.3.0", | ||
| "prettier": "^3.7.3" | ||
| "prettier": "^3.8.1" | ||
| }, | ||
| "overrides": { | ||
| "@typespec/compiler": "1.6.0", | ||
| "@typespec/http": "1.6.0", | ||
| "@typespec/rest": "0.76.0", | ||
| "@typespec/versioning": "0.76.0", | ||
| "@typespec/openapi": "1.6.0", | ||
| "@typespec/xml": "0.76.0", | ||
| "@typespec/events": "0.76.0", | ||
| "@typespec/sse": "0.76.0", | ||
| "@typespec/streams": "0.76.0", | ||
| "@azure-tools/typespec-azure-core": "0.62.0", | ||
| "@azure-tools/typespec-client-generator-core": "0.62.0", | ||
| "@azure-tools/typespec-azure-resource-manager": "0.62.1", | ||
| "@azure-tools/typespec-autorest": "0.62.0", | ||
| "@azure-tools/typespec-liftr-base": "0.11.0" | ||
| "@typespec/compiler": "1.9.0", | ||
| "@typespec/http": "1.9.1", | ||
| "@typespec/rest": "0.79.0", | ||
| "@typespec/versioning": "0.79.0", | ||
| "@typespec/openapi": "1.9.0", | ||
| "@typespec/xml": "0.79.0", | ||
| "@typespec/events": "0.79.0", | ||
| "@typespec/sse": "0.79.0", | ||
| "@typespec/streams": "0.79.0", | ||
| "@azure-tools/typespec-azure-core": "0.65.0", | ||
| "@azure-tools/typespec-client-generator-core": "0.65.4", | ||
| "@azure-tools/typespec-azure-resource-manager": "0.65.0", | ||
| "@azure-tools/typespec-autorest": "0.65.0", | ||
| "@azure-tools/typespec-liftr-base": "0.12.0" | ||
| }, | ||
| "private": true | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29872749
0.04%