diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15eaedf..6ae5cd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ resources: type: github name: v-xuto/TypespecAutomation endpoint: xuto_pat - ref: wenjie/weekly-test + ref: v-jiaodi/test-629 stages: - stage: WindowsTests diff --git a/extension.vsix b/extension.vsix index 9e60efd..37b1f97 100644 Binary files a/extension.vsix and b/extension.vsix differ diff --git a/package-lock.json b/package-lock.json index d00e24e..1ab6977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,10 +20,10 @@ "@typespec/compiler": "1.13.0", "@typespec/events": "^0.83.0", "@typespec/http": "1.13.0", - "@typespec/http-client-csharp": "1.0.0-alpha.20260615.7", + "@typespec/http-client-csharp": "1.0.0-alpha.20260625.6", "@typespec/http-client-java": "0.9.0", "@typespec/http-client-js": "0.14.1", - "@typespec/http-client-python": "0.31.1", + "@typespec/http-client-python": "0.33.0", "@typespec/http-server-csharp": "0.58.0-alpha.29", "@typespec/http-server-js": "0.58.0-alpha.27", "@typespec/json-schema": "^1.13.0", @@ -2337,16 +2337,16 @@ } }, "node_modules/@typespec/http-client-csharp": { - "version": "1.0.0-alpha.20260615.7", - "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20260615.7.tgz", - "integrity": "sha512-EVvPer7hOVVD5ok5SJt5Pqaj8iKAkIp69Nq6GWF6QGK243MzTzt8WXhluIS15OTmvcTqAxk3zq2jogZuq1KS8Q==", + "version": "1.0.0-alpha.20260625.6", + "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20260625.6.tgz", + "integrity": "sha512-EtMoou4+uiQi+Mnk9NcXM3TF6H6gouqOYY7fqrCXeEciBDEcF9Bjz+r4OJRzb/y8yuNbToUhkR/Jyg9LliOhag==", "license": "MIT", "dependencies": { "@azure/identity": "^4.13.0" }, "peerDependencies": { "@azure-tools/typespec-azure-core": ">=0.69.0 <0.70.0 || ~0.70.0-0", - "@azure-tools/typespec-client-generator-core": ">=0.69.0 <0.70.0 || ~0.70.0-0", + "@azure-tools/typespec-client-generator-core": ">=0.69.1 <0.70.0 || ~0.70.0-0", "@typespec/compiler": "^1.13.0", "@typespec/http": "^1.13.0", "@typespec/openapi": "^1.13.0", @@ -2426,9 +2426,9 @@ } }, "node_modules/@typespec/http-client-python": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@typespec/http-client-python/-/http-client-python-0.31.1.tgz", - "integrity": "sha512-69lB3EzV/eVprES14ud6hDf6EgIuPu/Q/lhkCEzDZ9qNH5Q7ntScSweWDp71uoT56vpyl2rr41Zjb+FixQhS2g==", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/@typespec/http-client-python/-/http-client-python-0.33.0.tgz", + "integrity": "sha512-tKH3p3KLN4enO9U6kpcaMzrw4Schrrvq+1XM+01drbP6JzJqjzKyxfGB5QEyfW+q5jEBWuHGuu277bjBixt/sg==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -2442,10 +2442,10 @@ "node": ">=22.0.0" }, "peerDependencies": { - "@azure-tools/typespec-autorest": ">=0.69.0 <1.0.0", + "@azure-tools/typespec-autorest": ">=0.69.1 <1.0.0", "@azure-tools/typespec-azure-core": ">=0.69.0 <1.0.0", - "@azure-tools/typespec-azure-resource-manager": ">=0.69.0 <1.0.0", - "@azure-tools/typespec-azure-rulesets": ">=0.69.0 <1.0.0", + "@azure-tools/typespec-azure-resource-manager": ">=0.69.1 <1.0.0", + "@azure-tools/typespec-azure-rulesets": ">=0.69.1 <1.0.0", "@azure-tools/typespec-client-generator-core": ">=0.69.0 <1.0.0", "@typespec/compiler": "^1.13.0", "@typespec/events": ">=0.83.0 <1.0.0", diff --git a/package.json b/package.json index d2b73dc..f31eadc 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ "@types/screenshot-desktop": "^1.12.3", "@typespec/compiler": "1.13.0", "@typespec/http": "1.13.0", - "@typespec/http-client-csharp": "1.0.0-alpha.20260615.7", + "@typespec/http-client-csharp": "1.0.0-alpha.20260625.6", "@typespec/http-client-java": "0.9.0", "@typespec/http-client-js": "0.14.1", - "@typespec/http-client-python": "0.31.1", + "@typespec/http-client-python": "0.33.0", "@typespec/http-server-csharp": "0.58.0-alpha.29", "@typespec/http-server-js": "0.58.0-alpha.27", "@typespec/openapi": "1.13.0", @@ -51,4 +51,4 @@ "typescript": "^5.6.2", "vitest": "^2.1.2" } -} +} \ No newline at end of file