@autorest/typescript 6.0.3 → 6.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/typescript",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
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": "^15.1.0",
37
37
  "@azure/core-auth": "^1.3.2",
38
- "@azure-tools/rlc-common": "^0.13.1"
38
+ "@azure-tools/rlc-common": "^0.13.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@azure-tools/test-recorder": "^3.0.0",
@@ -304,4 +304,4 @@ function getAllOperations(model: CodeModel): Operation[] {
304
304
  }
305
305
 
306
306
  return operations;
307
- }
307
+ }