@azure-tools/typespec-ts 0.54.0-dev.8 → 0.54.1
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/CHANGELOG.md +26 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
# Change Log - @azure-tools/typespec-ts
|
|
2
|
+
|
|
3
|
+
## 0.54.1
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- [#4542](https://github.com/Azure/typespec-azure/pull/4542) Replace `NodeJS.ReadableStream` with the platform-conditional `NodeReadableStream` helper in RLC binary request body unions so generated browser builds no longer fail with TS2503 when `@types/node` is excluded.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 0.54.0
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- [#4012](https://github.com/Azure/autorest.typescript/pull/4012) Bump TypeSpec dependencies to latest stable and next pre-release versions.
|
|
15
|
+
- [#3989](https://github.com/Azure/autorest.typescript/pull/3989) Bump turbo from 2.6.3 to 2.9.14.
|
|
16
|
+
- [#3986](https://github.com/Azure/autorest.typescript/pull/3986) Remove `head-as-boolean` emitter flag (superseded by TCGC `@responseAsBool`).
|
|
17
|
+
- [#4004](https://github.com/Azure/autorest.typescript/pull/4004) Improve resolveReferences performance.
|
|
18
|
+
- [#3926](https://github.com/Azure/autorest.typescript/pull/3926) Decouple typespec-ts from rlc-common.
|
|
19
|
+
- [#3957](https://github.com/Azure/autorest.typescript/pull/3957) Update naming terminology: cadl-ranch → spector, HLC → AutoRest.
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- [#4006](https://github.com/Azure/autorest.typescript/pull/4006) Fix config/script gaps between JS emitter and SDK libraries.
|
|
24
|
+
- [#3948](https://github.com/Azure/autorest.typescript/pull/3948) Fix deserializer throwing on empty response body (success and error paths).
|
|
25
|
+
|
|
26
|
+
|
|
1
27
|
## 0.53.3 (2026-05-25)
|
|
2
28
|
|
|
3
29
|
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#4002](https://github.com/Azure/autorest.typescript/pull/4002)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-ts",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.1",
|
|
4
4
|
"description": "An experimental TypeSpec emitter for TypeScript RLC",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -18,15 +18,6 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@azure-rest/core-client": "^2.3.1",
|
|
21
|
-
"@typespec/http-specs": "^0.1.0-alpha.37 || >=0.1.0-alpha.38-dev <0.1.0-alpha.38",
|
|
22
|
-
"@typespec/spector": "^0.1.0-alpha.25 || >=0.1.0-alpha.26-dev <0.1.0-alpha.26",
|
|
23
|
-
"@typespec/spec-api": "^0.1.0-alpha.14 || >=0.1.0-alpha.15-dev <0.1.0-alpha.15",
|
|
24
|
-
"@typespec/tspd": "^0.74.2 || >=0.75.0-dev <0.75.0",
|
|
25
|
-
"@azure-tools/azure-http-specs": "^0.1.0-alpha.40 || >=0.1.0-alpha.41-dev <0.1.0-alpha.41",
|
|
26
|
-
"@azure-tools/typespec-autorest": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
27
|
-
"@azure-tools/typespec-azure-core": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
28
|
-
"@azure-tools/typespec-azure-resource-manager": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
29
|
-
"@azure-tools/typespec-client-generator-core": "^0.68.4 || >=0.69.0-dev <0.69.0",
|
|
30
21
|
"@azure/abort-controller": "^2.1.2",
|
|
31
22
|
"@azure/core-auth": "^1.6.0",
|
|
32
23
|
"@azure/core-lro": "^3.1.0",
|
|
@@ -36,12 +27,6 @@
|
|
|
36
27
|
"@azure/logger": "^1.0.4",
|
|
37
28
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
38
29
|
"@typescript-eslint/parser": "^8.58.1",
|
|
39
|
-
"@typespec/compiler": "^1.12.0",
|
|
40
|
-
"@typespec/http": "^1.12.0",
|
|
41
|
-
"@typespec/openapi": "^1.12.0",
|
|
42
|
-
"@typespec/rest": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
43
|
-
"@typespec/versioning": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
44
|
-
"@typespec/xml": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
45
30
|
"@typespec/ts-http-runtime": "0.3.5",
|
|
46
31
|
"cross-env": "^10.1.0",
|
|
47
32
|
"eslint-plugin-require-extensions": "0.1.3",
|
|
@@ -53,16 +38,31 @@
|
|
|
53
38
|
"@vitest/coverage-v8": "^4.1.3",
|
|
54
39
|
"@microsoft/api-extractor": "^7.58.1",
|
|
55
40
|
"tsx": "^4.21.0",
|
|
56
|
-
"yaml": "^2.8.3"
|
|
41
|
+
"yaml": "^2.8.3",
|
|
42
|
+
"@typespec/http-specs": "^0.1.0-alpha.37",
|
|
43
|
+
"@typespec/spector": "^0.1.0-alpha.25",
|
|
44
|
+
"@typespec/spec-api": "^0.1.0-alpha.14",
|
|
45
|
+
"@azure-tools/typespec-autorest": "^0.68.0",
|
|
46
|
+
"@azure-tools/azure-http-specs": "^0.1.0-alpha.40",
|
|
47
|
+
"@typespec/tspd": "^0.74.2",
|
|
48
|
+
"@azure-tools/typespec-azure-core": "^0.68.0",
|
|
49
|
+
"@azure-tools/typespec-azure-resource-manager": "^0.68.0",
|
|
50
|
+
"@azure-tools/typespec-client-generator-core": "^0.68.4",
|
|
51
|
+
"@typespec/compiler": "^1.12.0",
|
|
52
|
+
"@typespec/http": "^1.12.0",
|
|
53
|
+
"@typespec/openapi": "^1.12.0",
|
|
54
|
+
"@typespec/rest": "^0.82.0",
|
|
55
|
+
"@typespec/xml": "^0.82.0",
|
|
56
|
+
"@typespec/versioning": "^0.82.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@azure-tools/typespec-azure-core": "^0.68.0
|
|
60
|
-
"@azure-tools/typespec-client-generator-core": "^0.68.4
|
|
61
|
-
"@typespec/compiler": "^1.12.0",
|
|
59
|
+
"@azure-tools/typespec-azure-core": "^0.68.0",
|
|
60
|
+
"@azure-tools/typespec-client-generator-core": "^0.68.4",
|
|
62
61
|
"@typespec/http": "^1.12.0",
|
|
63
|
-
"@typespec/rest": "^0.82.0
|
|
64
|
-
"@typespec/versioning": "^0.82.0
|
|
65
|
-
"@typespec/
|
|
62
|
+
"@typespec/rest": "^0.82.0",
|
|
63
|
+
"@typespec/versioning": "^0.82.0",
|
|
64
|
+
"@typespec/compiler": "^1.12.0",
|
|
65
|
+
"@typespec/xml": "^0.82.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"fast-xml-parser": "^5.7.0",
|