@autorest/typescript 6.0.30 → 6.0.31

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.
@@ -155,7 +155,7 @@ function regularAutorestPackage(clientDetails, packageDetails) {
155
155
  packageInfo.devDependencies["@azure/identity"] = "^4.2.1";
156
156
  packageInfo.devDependencies["@azure-tools/test-recorder"] = "^3.0.0";
157
157
  packageInfo.devDependencies["@azure-tools/test-credential"] = "^1.1.0";
158
- packageInfo.devDependencies["mocha"] = "^10.0.0";
158
+ packageInfo.devDependencies["mocha"] = "^11.0.2";
159
159
  packageInfo.devDependencies["@types/mocha"] = "^10.0.0";
160
160
  packageInfo.devDependencies["tsx"] = "^4.7.1";
161
161
  packageInfo.devDependencies["@types/chai"] = "^4.2.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/typescript",
3
- "version": "6.0.30",
3
+ "version": "6.0.31",
4
4
  "browser": {
5
5
  "./test-browser/utils/stream-helpers.js": "./test-browser/utils/stream-helpers.browser.js",
6
6
  "./test-browser/utils/fileSystem.js": "./test-browser/utils/fileSystem.browser.js",
@@ -35,7 +35,7 @@
35
35
  "source-map-support": "^0.5.16",
36
36
  "ts-morph": "^23.0.0",
37
37
  "@azure/core-auth": "^1.6.0",
38
- "@azure-tools/rlc-common": "^0.36.0"
38
+ "@azure-tools/rlc-common": "^0.37.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@azure-tools/test-recorder": "^3.0.0",
@@ -203,7 +203,7 @@ function regularAutorestPackage(
203
203
  packageInfo.devDependencies["@azure/identity"] = "^4.2.1";
204
204
  packageInfo.devDependencies["@azure-tools/test-recorder"] = "^3.0.0";
205
205
  packageInfo.devDependencies["@azure-tools/test-credential"] = "^1.1.0";
206
- packageInfo.devDependencies["mocha"] = "^10.0.0";
206
+ packageInfo.devDependencies["mocha"] = "^11.0.2";
207
207
  packageInfo.devDependencies["@types/mocha"] = "^10.0.0";
208
208
  packageInfo.devDependencies["tsx"] = "^4.7.1";
209
209
  packageInfo.devDependencies["@types/chai"] = "^4.2.8";