@azure-tools/typespec-ts 0.45.0 → 0.45.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.45.1 (2025-10-11)
2
+
3
+ - [Bugfix] Upgrade the @azure-tools/typespec-azure-core to v0.61.0. Please refer to [#3532](https://github.com/Azure/autorest.typescript/pull/3532)
4
+
1
5
  ## 0.45.0 (2025-10-11)
2
6
 
3
7
  - [Feature] Bump TypeSpec version to v1.5.0 and TCGC to v0.61.0. Please refer to [#3526](https://github.com/Azure/autorest.typescript/pull/3526)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-ts",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "description": "An experimental TypeSpec emitter for TypeScript RLC",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "module",
@@ -68,7 +68,7 @@
68
68
  "js-yaml": "^4.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@azure-tools/typespec-azure-core": "^0.60.0",
71
+ "@azure-tools/typespec-azure-core": "^0.61.0",
72
72
  "@azure-tools/typespec-client-generator-core": "^0.61.0",
73
73
  "@typespec/compiler": "^1.5.0",
74
74
  "@typespec/http": "^1.5.0",
@@ -77,7 +77,7 @@
77
77
  "@typespec/xml": "^0.75.0"
78
78
  },
79
79
  "dependencies": {
80
- "@azure-tools/rlc-common": "^0.45.0",
80
+ "@azure-tools/rlc-common": "^0.45.1",
81
81
  "fs-extra": "^11.1.0",
82
82
  "lodash": "^4.17.21",
83
83
  "prettier": "^3.3.3",