@autorest/typescript 6.0.73 → 6.0.74

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.
@@ -16,15 +16,15 @@ exports:
16
16
 
17
17
  targets:
18
18
  - name: browser
19
- tsconfig: "./config/tsconfig.src.browser.json"
19
+ tsconfig: "../../../tsconfig.src.browser.json"
20
20
 
21
21
  - name: esm
22
22
  condition: import
23
- tsconfig: "./config/tsconfig.src.esm.json"
23
+ tsconfig: "../../../tsconfig.src.esm.json"
24
24
 
25
25
  - name: commonjs
26
26
  condition: require
27
- tsconfig: "./config/tsconfig.src.cjs.json"
27
+ tsconfig: "../../../tsconfig.src.cjs.json"
28
28
  moduleType: commonjs
29
29
  `;
30
30
  function generatePackageJson(project, clientDetails) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/typescript",
3
- "version": "6.0.73",
3
+ "version": "6.0.74",
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.53.3"
38
+ "@azure-tools/rlc-common": "^0.54.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@azure-tools/test-recorder": "^3.0.0",
@@ -17,15 +17,15 @@ exports:
17
17
 
18
18
  targets:
19
19
  - name: browser
20
- tsconfig: "./config/tsconfig.src.browser.json"
20
+ tsconfig: "../../../tsconfig.src.browser.json"
21
21
 
22
22
  - name: esm
23
23
  condition: import
24
- tsconfig: "./config/tsconfig.src.esm.json"
24
+ tsconfig: "../../../tsconfig.src.esm.json"
25
25
 
26
26
  - name: commonjs
27
27
  condition: require
28
- tsconfig: "./config/tsconfig.src.cjs.json"
28
+ tsconfig: "../../../tsconfig.src.cjs.json"
29
29
  moduleType: commonjs
30
30
  `;
31
31